[Mono-dev] svn trunk, gmake check failed
KISHIMOTO, Makoto
ksmakoto at dd.iij4u.or.jp
Thu Dec 3 05:43:30 EST 2009
Hello,
Sorry.
Updated, error does not happen.
Current revision, one test failed.
====
382 test(s) passed. 1 test(s) did not pass.
Failed tests:
test-dup-mp.exe
====
On Thu, 3 Dec 2009 18:54:27 +0900
"KISHIMOTO, Makoto" <ksmakoto at dd.iij4u.or.jp> wrote:
> On FreeBSD, make check of Mono svn trunk failed.
>
> $ gmake check
> (snip)
> gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools'
> gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
> gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
> gmake test-local
> gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
> gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
> gmake[5]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
> gmake[4]: `profile-do--net_2_1_raw--test' is up to date.
> gmake[4]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
> gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
> gmake ONLY_CENTUM_TESTS=yes mcs-do-run-test-profiles
> gmake[3]: Entering directory `/export/home/ksmakoto/Mono/BUILD/runtime'
> cd ../../mono/../mcs && gmake NO_DIR_CHECK=1 PROFILES='net_2_0 net_3_5 net_2_1_raw net_2_1_raw' run-test-profiles
> gmake[4]: Entering directory `/export/home/ksmakoto/Mono/mcs'
> ret=:; { gmake PROFILE=net_2_0 run-test || ret=false; }; { gmake PROFILE=net_3_5 run-test || ret=false; }; { gmake PROFILE=net_2_1_raw run-test || ret=false; }; { gmake PROFILE=net_2_1_raw run-test || ret=false; }; $ret
> gmake[5]: Entering directory `/export/home/ksmakoto/Mono/mcs'
> ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
> gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
> gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
> ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
> gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
> gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
> gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
> ok=:; \
> PATH="/export/home/ksmakoto/Mono/BUILD/runtime/_tmpinst/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/ksmakoto/bin" MONO_REGISTRY_PATH="/home/ksmakoto/.mono/registry" MONO_PATH="./../../class/lib/net_2_0::$MONO_PATH" /export/home/ksmakoto/Mono/BUILD/runtime/mono-wrapper --debug ./../../class/lib/net_2_0/nunit-console.exe corlib_test_net_2_0.dll -noshadow -exclude=NotWorking,ValueAdd,CAS,InetAccess -output=TestResult-net_2_0.log -xml=TestResult-net_2_0.xml || ok=false; \
> (echo ''; cat TestResult-net_2_0.log) | sed '1,/^Tests run: /d'; xsltproc ./../../build/nunit-summary.xsl TestResult-net_2_0.xml >> TestResult-net_2_0.log ; $ok
> NUnit version 2.4.8
> Copyright (C) 2002-2007 Charlie Poole.
> Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.
> Copyright (C) 2000-2002 Philip Craig.
> All Rights Reserved.
>
> Runtime Environment -
> OS Version: Unix 8.0.2.0
> CLR Version: 2.0.50727.1433 ( /trunk/mono r147160 Tue Dec 1 11:06:12 JST 2009 )
>
> Unhandled Exception:
> System.ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count.
> Parameter name: index
> 0
> at System.Collections.ArrayList.ThrowNewArgumentOutOfRangeException (System.String name, System.Object actual, System.String message) [0x00000] in /export/home/ksmakoto/Mono/mcs/class/corlib/System.Collections/ArrayList.cs:3249
> at System.Collections.ArrayList.get_Item (Int32 index) [0x00013] in /export/home/ksmakoto/Mono/mcs/class/corlib/System.Collections/ArrayList.cs:2640
> at System.Diagnostics.ProcessModuleCollection.get_Item (Int32 index) [0x00000] in /export/home/ksmakoto/Mono/mcs/class/System/System.Diagnostics/ProcessModuleCollection.cs:63
> at System.Diagnostics.Process.get_MainModule () [0x00000] in /export/home/ksmakoto/Mono/mcs/class/System/System.Diagnostics/Process.cs:232
> at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:get_MainModule ()
> at NUnit.Util.DomainManager.CreateDomain (NUnit.Core.TestPackage package) [0x0019f] in /export/home/ksmakoto/Mono/mcs/nunit24/ClientUtilities/util/Services/DomainManager.cs:105
> at NUnit.Util.TestDomain.Load (NUnit.Core.TestPackage package) [0x00011] in /export/home/ksmakoto/Mono/mcs/nunit24/ClientUtilities/util/TestDomain.cs:52
> warning: failed to load external entity "TestResult-net_2_0.xml"
> unable to parse TestResult-net_2_0.xml
> gmake[8]: *** [run-test-lib] Error 1
More information about the Mono-devel-list
mailing list