[Mono-dev] test large-gc-bitmap.exe fails

KISHIMOTO, Makoto ksmakoto at dd.iij4u.or.jp
Sat Jan 23 19:53:24 EST 2010


Hello,

Since about a week ago, mono svn trunk, test large-gc-bitmap.exe fails,
at my FreeBSD 8 box. messages of make check are following.

$ gmake check
Making check in po
gmake[1]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po'
Making check in mcs
gmake[2]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po/mcs'
gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/po/mcs'
gmake[2]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po'
gmake[2]: Nothing to be done for `check-am'.

(snip...)

gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests/cas'
Making check in assemblyresolve
gmake[3]: Entering directory `/export/home/ksmakoto/Mono/BUILD/mono/tests/assemblyresolve'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests/assemblyresolve'
gmake[3]: Entering directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake  check-local
gmake[4]: Entering directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[5]: Entering directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
Testing array-init.exe... pass.
Testing arraylist.exe... pass.
Testing assemblyresolve_event.exe... pass.
Testing assemblyresolve_event3.exe... pass.
Testing checked.exe... pass.


Testing w32message.exe... pass.
Testing bug-544446.exe... pass.
Testing gc-altstack.exe... pass.
Testing large-gc-bitmap.exe... failed 256 (1) signal (0).
Testing bug-561239.exe... pass.
Testing async-exc-compilation.exe... pass.
Testing fib.exe... pass.

(snip...)

Testing bug-463303.exe... pass.
Testing bug469742.2.exe... pass.
Testing bug-528055.exe... pass.
Testing constraints-load.exe... pass.
Testing array_load_exception.exe... pass.
Testing bug-481403.exe... pass.
Testing interface-with-static-method.exe... pass.
383 test(s) passed. 1 test(s) did not pass.

Failed tests:

large-gc-bitmap.exe
gmake[5]: *** [runtest] Error 1
gmake[5]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[4]: *** [testjit] Error 2
gmake[4]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[3]: *** [check-am] Error 2
gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[2]: *** [check-recursive] Error 1
gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/tests'
gmake[1]: *** [check-recursive] Error 1
gmake[1]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono'
gmake: *** [check-recursive] Error 1


More information about the Mono-devel-list mailing list