[Mono-bugs] [Bug 687036] New: NUnit failure in master: multiple failures in mcs/class/corlib
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 12 17:38:54 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=687036
https://bugzilla.novell.com/show_bug.cgi?id=687036#c0
Summary: NUnit failure in master: multiple failures in
mcs/class/corlib
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: WPF
AssignedTo: toshok at novell.com
ReportedBy: david at dasz.at
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=424559)
--> (http://bugzilla.novell.com/attachment.cgi?id=424559)
log of the failing run
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3
(KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3
1) MonoTests.System.DateTimeOffsetTest.ParseOverflow : An unexpected exception
type was thrown
Expected: System.FormatException
but was: System.ArgumentOutOfRangeException : Argument is out of range.
2) MonoTests.System.DateTimeOffsetTest.ParseUnderflow : An unexpected exception
type was thrown
Expected: System.FormatException
but was: System.ArgumentOutOfRangeException : Argument is out of range.
3) MonoTests.System.EnumTest.CompareOrder_FromGetNames : String lengths are
both 8. Strings differ at index 6.
Expected: "ulong_Cc"
But was: "ulong_Bb"
-----------------^
4) MonoTests.System.Globalization.CompareInfoTest.GetSortKeyHungarianTailoring
: #9
Expected and actual are both <System.Byte[7]>
Values differ at index [1]
Expected: 117
But was: 158
5)
MonoTests.System.Reflection.AssemblyNameTest.Constructor1_Culture_NotSupported
: #2
Expected: <System.ArgumentException>
But was: <System.Globalization.CultureNotFoundException>
6)
MonoTests.System.Reflection.Emit.AssemblyBuilderTest.TestDefineVersionInfoResource1_Culture_NotSupported
: #A2
Expected: <System.ArgumentException>
But was: <System.Globalization.CultureNotFoundException>
7)
MonoTests.System.Reflection.Emit.AssemblyBuilderTest.TestDefineVersionInfoResource2_Culture_NotSupported
: #A2
Expected: <System.ArgumentException>
But was: <System.Globalization.CultureNotFoundException>
Reproducible: Always
Steps to Reproduce:
1. clone github.com/mono/mono master
2. apply patch from https://github.com/mono/mono/pull/85
3. ./autogen.sh --enable-dependency-tracking --enable-nunit-tests
--with-mcs-docs=no && make && make check
Actual Results:
> make[10]: Entering directory `/home/david/mono/mono-upstream/mcs/class/corlib'
> ok=:; \
> PATH="/home/david/mono/mono-upstream/runtime/_tmpinst/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" MONO_REGISTRY_PATH="/home/david/.mono/registry" MONO_TESTS_IN_PROGRESS="yes"
> MONO_PATH="./../../class/lib/net_4_0::$MONO_PATH" /home/david/mono/mono-upstream/runtime/mono-wrapper --debug ./../../class/lib/net_4_0/nunit-console.exe corlib_test_net_4_0.dll -noshadow
> -exclude=NotWorking,ValueAdd,CAS,InetAccess -output=TestResult-net_4_0.log -xml=TestResult-net_4_0.xml || ok=false; \
> (echo ''; cat TestResult-net_4_0.log) | sed '1,/^Tests run: /d'; xsltproc ./../../build/nunit-summary.xsl TestResult-net_4_0.xml >> TestResult-net_4_0.log ; $ok
fails with the attached test results.
Expected Results:
Unit tests succeed
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list