[erlang-patches] Commit of supervisor_child_count_only

Björn Gustavsson bgustavsson@REDACTED
Sat Jan 30 11:06:42 CET 2010


2010/1/27 Björn Gustavsson <bgustavsson@REDACTED>:
> On Mon, Jan 25, 2010 at 8:21 PM, Jay Nelson <jay@REDACTED> wrote:
>> git fetch git://github.com/jaynel/otp.git supervisor_child_count_only
>
> Thanks! I removed some trailing whitespace (using "git rebase
> --whitespace=fix HEAD^")
> and included your branch in 'pu'.
>

We run our daily builds with different +M flags on different weekdays.

When we run with +Meamin, your new test case fails
because erlang:memory/0 throws a notsup exception.

The easiest way to reproduce the problem is to do

export ERL_FLAGS="+Meamin"

before you run the test suite.

I suggest you that fix the problem by catching the
call and return {skip, Reason}, where Reason is a
short text string explaining the reason why the test
case has been skipped.

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-patches mailing list