Another proposal for your critique: improving .NET 3.5

Vincent Povirk madewokherd+8cd9 at gmail.com
Thu Apr 1 12:24:13 CDT 2010


> If you want to do something in the .NET area perhaps some work can be
> done on Mono integration (see the mono topic Vincent started) and the
> wiki (http://wiki.winehq.org/Mono).

While this has the advantage of being an area where no one has done
any serious work yet (and therefore, there is likely low-hanging
fruit), I don't know how you could focus this so that the scope is
clear and it is easily quantified.

I also don't have a sense yet of what working on Mono in Wine is like.
I'm still a Mono noob, as I've done no real development there.

I think that something useful could come out of such a project, but I
cannot predict what.
-------------- next part --------------
ok=:; make run-test-recursive || ok=false; make run-test-local || ok=false; $ok
make[1]: Entering directory `/home/meh/work/mcs/class'
make[2]: Entering directory `/home/meh/work/mcs/class/corlib'
ok=:; make run-test-recursive || ok=false; make run-test-local || ok=false; $ok
make[3]: Entering directory `/home/meh/work/mcs/class/corlib'
make[3]: Leaving directory `/home/meh/work/mcs/class/corlib'
make[3]: Entering directory `/home/meh/work/mcs/class/corlib'
ok=:; \
	PATH="/home/meh/bin/_tmpinst/bin:/home/meh/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" MONO_REGISTRY_PATH="/home/meh/.mono/registry" MONO_PATH="./../../class/lib/net_2_0::$MONO_PATH" /home/meh/bin/wine-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: Microsoft Windows NT 5.1.2600.0
  CLR Version: 2.0.50727.1433 ( 2.6.3 (/branches/mono-2-6/mono r154484) )

Excluded categories: NotWorking,ValueAdd,CAS,InetAccess
................F..........................F..F.....F......F.................F........F......F...F....................................F....F.F.........................................................................................................................................................................................................................................................................................................................................N.N................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................N....F.................................................................................................................................................N.N.N.N.N.N........................N.N.N...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................F..........................F................F........F..................F.................................N....................................................................F.........................................................................F............................F.F.........................F..........F........F..................................F.......................................................................................................................................................................F..................F.F...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F....................F.F........................................................................................................................................................................................................................................................................................N..N............................................................................................................F...........................................................................................................................................................................N.N....N.N..............................................................................................................................................................N.............................................................................N..................................................................N.................................................................................................................................................................................................................................................................................................................................................................................................................N......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................N.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................N......................................................................................................................................................................N......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................N.N.N.N.N.N.N.N.N.N.N.N.N.N.N.N...............................................................................................................................................................................................................................................................F..F.........................
** (./../../class/lib/net_2_0/nunit-console.exe:35): WARNING **: Unsupported on Win32 (anyway requires W2K3 minimum)

** (./../../class/lib/net_2_0/nunit-console.exe:35): WARNING **: Unsupported on Win32 (anyway requires W2K3 minimum)

** (./../../class/lib/net_2_0/nunit-console.exe:35): WARNING **: Unsupported on Win32 (anyway requires W2K3 minimum)
.........................................................................................................................................................................................N.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................N.N..................F..F...F...F.F..F.F.........................................................................................N..N...N..N............N...............................................................................................................................
Tests run: 8610, Failures: 42, Not run: 50, Time: 97.304 seconds

Test Case Failures:
1) MonoTests.Microsoft.Win32.RegistryKeyTest.bugnew1 : #13
at MonoTests.Microsoft.Win32.RegistryKeyTest.bugnew1 () [0x00194] in /home/meh/work/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:3047
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

2) MonoTests.Microsoft.Win32.RegistryKeyTest.DeleteValue : System.SystemException : A system exception has occurred.
at Microsoft.Win32.Win32RegistryApi.GenerateException (Int32 errorCode) [0x0004c] in /home/meh/work/mcs/class/corlib/Microsoft.Win32/Win32RegistryApi.cs:537
at Microsoft.Win32.Win32RegistryApi.DeleteValue (Microsoft.Win32.RegistryKey rkey, System.String value, Boolean shouldThrowWhenKeyMissing) [0x00040] in /home/meh/work/mcs/class/corlib/Microsoft.Win32/Win32RegistryApi.cs:461
at Microsoft.Win32.RegistryKey.DeleteValue (System.String name, Boolean throwOnMissingValue) [0x0002d] in /home/meh/work/mcs/class/corlib/Microsoft.Win32/RegistryKey.cs:403
at (wrapper remoting-invoke-with-check) Microsoft.Win32.RegistryKey:DeleteValue (string,bool)
at MonoTests.Microsoft.Win32.RegistryKeyTest.DeleteValue () [0x0019d] in /home/meh/work/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:1186
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

3) MonoTests.Microsoft.Win32.RegistryKeyTest.DeleteValue_Key_Removed : System.ArgumentException : value name1
at Microsoft.Win32.Win32RegistryApi.DeleteValue (Microsoft.Win32.RegistryKey rkey, System.String value, Boolean shouldThrowWhenKeyMissing) [0x00047] in /home/meh/work/mcs/class/corlib/Microsoft.Win32/Win32RegistryApi.cs:462
at Microsoft.Win32.RegistryKey.DeleteValue (System.String name, Boolean throwOnMissingValue) [0x0002d] in /home/meh/work/mcs/class/corlib/Microsoft.Win32/RegistryKey.cs:403
at Microsoft.Win32.RegistryKey.DeleteValue (System.String name) [0x00000] in /home/meh/work/mcs/class/corlib/Microsoft.Win32/RegistryKey.cs:386
at (wrapper remoting-invoke-with-check) Microsoft.Win32.RegistryKey:DeleteValue (string)
at MonoTests.Microsoft.Win32.RegistryKeyTest.DeleteValue_Key_Removed () [0x00080] in /home/meh/work/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:1314
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

4) MonoTests.Microsoft.Win32.RegistryKeyTest.GetValue : System.SystemException : A system exception has occurred.
at Microsoft.Win32.Win32RegistryApi.GetValue (Microsoft.Win32.RegistryKey rkey, System.String name, System.Object defaultValue, RegistryValueOptions options) [0x0012c] in /home/meh/work/mcs/class/corlib/Microsoft.Win32/Win32RegistryApi.cs:189
at Microsoft.Win32.RegistryKey.GetValue (System.String name, System.Object defaultValue) [0x00006] in /home/meh/work/mcs/class/corlib/Microsoft.Win32/RegistryKey.cs:268
at Microsoft.Win32.RegistryKey.GetValue (System.String name) [0x00000] in /home/meh/work/mcs/class/corlib/Microsoft.Win32/RegistryKey.cs:257
at (wrapper remoting-invoke-with-check) Microsoft.Win32.RegistryKey:GetValue (string)
at MonoTests.Microsoft.Win32.RegistryKeyTest.GetValue () [0x00101] in /home/meh/work/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:1544
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

5) MonoTests.Microsoft.Win32.RegistryKeyTest.GetValueNames_Key_Removed : #C1
at MonoTests.Microsoft.Win32.RegistryKeyTest.GetValueNames_Key_Removed () [0x000ae] in /home/meh/work/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:1869
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

6) MonoTests.Microsoft.Win32.RegistryKeyTest.SetValue1_Key_Removed : #2
at MonoTests.Microsoft.Win32.RegistryKeyTest.SetValue1_Key_Removed () [0x00050] in /home/meh/work/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:2519
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

7) MonoTests.Microsoft.Win32.RegistryKeyTest.SetValue2_Key_Removed : #2
at MonoTests.Microsoft.Win32.RegistryKeyTest.SetValue2_Key_Removed () [0x00051] in /home/meh/work/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:2603
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

8) MonoTests.Microsoft.Win32.RegistryKeyTest.SubKeyCount_Key_Removed : #C1: 0
at MonoTests.Microsoft.Win32.RegistryKeyTest.SubKeyCount_Key_Removed () [0x000d8] in /home/meh/work/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:2840
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

9) MonoTests.Microsoft.Win32.RegistryKeyTest.ValueCount_Key_Removed : #C1: 0
at MonoTests.Microsoft.Win32.RegistryKeyTest.ValueCount_Key_Removed () [0x00100] in /home/meh/work/mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs:2931
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

10) MonoTests.System.AppDomainSetupTest.ApplicationBase1 :   String lengths are both 20. Strings differ at index 4.
  Expected: "//C:/users/meh/Temp/"
  But was:  "//C:\\users\\meh\\Temp\\"
  ---------------^

at MonoTests.System.AppDomainSetupTest.ApplicationBase1 () [0x00045] in /home/meh/work/mcs/class/corlib/Test/System/AppDomainSetupTest.cs:94
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

11) MonoTests.System.AppDomainSetupTest.ApplicationBase5 :   Expected string length 8 but was 10. Strings differ at index 1.
  Expected: "/lala:la"
  But was:  "//\\lala:la"
  ------------^

at MonoTests.System.AppDomainSetupTest.ApplicationBase5 () [0x00011] in /home/meh/work/mcs/class/corlib/Test/System/AppDomainSetupTest.cs:164
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

12) MonoTests.System.AppDomainSetupTest.ApplicationBase6 : Unexpected exception: NUnit.Framework.AssertionException: setup.ApplicationBase returned :Z:\home\meh\work\mcs\class\corlib\la?lala
  at NUnit.Framework.Assert.Fail (System.String message, System.Object[] args) [0x0002a] in /home/meh/work/mcs/nunit24/NUnitFramework/framework/Assert.cs:2083 
  at NUnit.Framework.Assert.Fail (System.String message) [0x00000] in /home/meh/work/mcs/nunit24/NUnitFramework/framework/Assert.cs:2093 
  at MonoTests.System.AppDomainSetupTest.ApplicationBase6 () [0x0001c] in /home/meh/work/mcs/class/corlib/Test/System/AppDomainSetupTest.cs:194 
at MonoTests.System.AppDomainSetupTest.ApplicationBase6 () [0x0003d] in /home/meh/work/mcs/class/corlib/Test/System/AppDomainSetupTest.cs:199
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

13) MonoTests.System.DateTimeTest.TestParseExact :   #M
  Expected: 643393064967552000
  But was:  643392560967552000

at MonoTests.System.DateTimeTest.TestParseExact () [0x00b3b] in /home/meh/work/mcs/class/corlib/Test/System/DateTimeTest.cs:814
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

14) MonoTests.System.IO.DirectoryInfoTest.FullName :   #D1
  String lengths are both 3. Strings differ at index 0.
  Expected: "C:\\"
  But was:  "c:\\"
  -----------^

at MonoTests.System.IO.DirectoryInfoTest.FullName () [0x00180] in /home/meh/work/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs:420
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

15) MonoTests.System.IO.DirectoryInfoTest.Name :   #4
  String lengths are both 3. Strings differ at index 0.
  Expected: "C:\\"
  But was:  "c:\\"
  -----------^

at MonoTests.System.IO.DirectoryInfoTest.Name () [0x00114] in /home/meh/work/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs:170
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

16) MonoTests.System.IO.DirectoryTest.CreationTime :   #A1
  Expected: 2003
  But was:  2010

at MonoTests.System.IO.DirectoryTest.CreationTime () [0x00059] in /home/meh/work/mcs/class/corlib/Test/System.IO/DirectoryTest.cs:966
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

17) MonoTests.System.IO.DirectoryTest.DeleteDirectoryOnExistingFileName :   #3
  Expected: False
  But was:  True

at MonoTests.System.IO.DirectoryTest.DeleteDirectoryOnExistingFileName () [0x00066] in /home/meh/work/mcs/class/corlib/Test/System.IO/DirectoryTest.cs:299
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

18) MonoTests.System.IO.DirectoryTest.GetFiles_Pattern :   #N2
  Expected: 1
  But was:  2

at MonoTests.System.IO.DirectoryTest.GetFiles_Pattern () [0x0030a] in /home/meh/work/mcs/class/corlib/Test/System.IO/DirectoryTest.cs:1668
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

19) MonoTests.System.IO.FileInfoTest.MoveTo_DestFileName_AlreadyExists : System.UnauthorizedAccessException : Access to the path is denied.
at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00141] in /home/meh/work/mcs/class/corlib/System.IO/File.cs:343
at System.IO.FileInfo.MoveTo (System.String destFileName) [0x0004a] in /home/meh/work/mcs/class/corlib/System.IO/FileInfo.cs:238
at (wrapper remoting-invoke-with-check) System.IO.FileInfo:MoveTo (string)
at MonoTests.System.IO.FileInfoTest.MoveTo_DestFileName_AlreadyExists () [0x0002d] in /home/meh/work/mcs/class/corlib/Test/System.IO/FileInfoTest.cs:665
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

20) MonoTests.System.IO.FileStreamTest.FileShare_Delete : System.IO.IOException : Sharing violation on path C:\users\meh\Temp\MonoTests.System.IO.Tests\temp
at System.IO.File.Delete (System.String path) [0x000ba] in /home/meh/work/mcs/class/corlib/System.IO/File.cs:181
at MonoTests.System.IO.FileStreamTest.FileShare_Delete () [0x0002d] in /home/meh/work/mcs/class/corlib/Test/System.IO/FileStreamTest.cs:832
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

21) MonoTests.System.IO.FileSystemInfoTest.CreationTimeDirectory :   #A1
  Expected: 1999
  But was:  2010

at MonoTests.System.IO.FileSystemInfoTest.CreationTimeDirectory () [0x0005f] in /home/meh/work/mcs/class/corlib/Test/System.IO/FileSystemInfoTest.cs:142
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

22) MonoTests.System.IO.FileSystemInfoTest.CreationTimeFile :   #A1
  Expected: 1999
  But was:  2010

at MonoTests.System.IO.FileSystemInfoTest.CreationTimeFile () [0x0006a] in /home/meh/work/mcs/class/corlib/Test/System.IO/FileSystemInfoTest.cs:90
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

23) MonoTests.System.IO.FileTest.CreationTime :   #A1
  Expected: 2002
  But was:  2010

at MonoTests.System.IO.FileTest.CreationTime () [0x00036] in /home/meh/work/mcs/class/corlib/Test/System.IO/FileTest.cs:1094
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

24) MonoTests.System.IO.FileTest.GetAttributes_Archive :   #2
  Expected: False
  But was:  True

at MonoTests.System.IO.FileTest.GetAttributes_Archive () [0x0005d] in /home/meh/work/mcs/class/corlib/Test/System.IO/FileTest.cs:509
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

25) MonoTests.System.IO.FileTest.GetAttributes_System :   #2
  Expected: True
  But was:  False

at MonoTests.System.IO.FileTest.GetAttributes_System () [0x0005b] in /home/meh/work/mcs/class/corlib/Test/System.IO/FileTest.cs:606
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

26) MonoTests.System.IO.FileTest.Move_DestFileName_AlreadyExists : System.UnauthorizedAccessException : Access to the path is denied.
at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00141] in /home/meh/work/mcs/class/corlib/System.IO/File.cs:343
at MonoTests.System.IO.FileTest.Move_DestFileName_AlreadyExists () [0x00025] in /home/meh/work/mcs/class/corlib/Test/System.IO/FileTest.cs:793
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

27) MonoTests.System.IO.PathTest.GetDirectoryName :   #C2
  String lengths are both 7. Strings differ at index 3.
  Expected: "foo\\bar"
  But was:  "foo/bar"
  --------------^

at MonoTests.System.IO.PathTest.GetDirectoryName () [0x00135] in /home/meh/work/mcs/class/corlib/Test/System.IO/PathTest.cs:285
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

28) MonoTests.System.IO.PathTest.GetFullPath_Windows :   GetFullPathWindows #19
  Expected string length 8 but was 16. Strings differ at index 8.
  Expected: "C:\\root\\"
  But was:  "C:\\root\\      .\\"
  ---------------------^

at MonoTests.System.IO.PathTest.GetFullPath_Windows () [0x002b0] in /home/meh/work/mcs/class/corlib/Test/System.IO/PathTest.cs:574
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

29) MonoTests.System.IO.PathTest.GetFullPath2 :   GetFullPath w#01
  Expected string length 3 but was 33. Strings differ at index 3.
  Expected: "Z:\\"
  But was:  "Z:\\home\\meh\\work\\mcs\\class\\corlib"
  ---------------^

at MonoTests.System.IO.PathTest.GetFullPath2 () [0x0000b] in /home/meh/work/mcs/class/corlib/Test/System.IO/PathTest.cs:689
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

30) MonoTests.System.Reflection.AssemblyTest.bug79872 : System.IO.IOException : Sharing violation on path C:\users\meh\Temp\bug79872-98155\bug79872.dll
at System.IO.File.Delete (System.String path) [0x000ba] in /home/meh/work/mcs/class/corlib/System.IO/File.cs:181
at System.IO.Directory.RecursiveDelete (System.String path) [0x00057] in /home/meh/work/mcs/class/corlib/System.IO/Directory.cs:193
at System.IO.Directory.Delete (System.String path, Boolean recursive) [0x0000c] in /home/meh/work/mcs/class/corlib/System.IO/Directory.cs:203
at MonoTests.System.Reflection.AssemblyTest.bug79872 () [0x00136] in /home/meh/work/mcs/class/corlib/Test/System.Reflection/AssemblyTest.cs:1087
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

31) MonoTests.System.Reflection.AssemblyTest.Load_PartialVersion : System.IO.IOException : Sharing violation on path C:\users\meh\Temp\MonoTests.System.Reflection.AssemblyTest\2\test_assembly.dll
at System.IO.File.Delete (System.String path) [0x000ba] in /home/meh/work/mcs/class/corlib/System.IO/File.cs:181
at System.IO.Directory.RecursiveDelete (System.String path) [0x00057] in /home/meh/work/mcs/class/corlib/System.IO/Directory.cs:193
at System.IO.Directory.RecursiveDelete (System.String path) [0x0002d] in /home/meh/work/mcs/class/corlib/System.IO/Directory.cs:188
at System.IO.Directory.Delete (System.String path, Boolean recursive) [0x0000c] in /home/meh/work/mcs/class/corlib/System.IO/Directory.cs:203
at MonoTests.System.Reflection.AssemblyTest.Load_PartialVersion () [0x0014b] in /home/meh/work/mcs/class/corlib/Test/System.Reflection/AssemblyTest.cs:865
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

32) MonoTests.System.Reflection.AssemblyTest.LoadFrom_Empty_Assembly : System.IO.FileNotFoundException : Could not load file or assembly 'C:\users\meh\Temp\tmpcde97c1.tmp' or one of its dependencies. The system cannot find the file specified.
at (wrapper managed-to-native) System.Reflection.Assembly:LoadFrom (string,bool)
at System.Reflection.Assembly.LoadFrom (System.String assemblyFile) [0x00000] in /home/meh/work/mcs/class/corlib/System.Reflection/Assembly.cs:505
at MonoTests.System.Reflection.AssemblyTest.LoadFrom_Empty_Assembly () [0x00006] in /home/meh/work/mcs/class/corlib/Test/System.Reflection/AssemblyTest.cs:376
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

33) MonoTests.System.Reflection.Emit.ModuleBuilderTest.DefineType_Name_Null :   #5
  Expected string length 8 but was 3. Strings differ at index 0.
  Expected: "fullname"
  But was:  "key"
  -----------^

at MonoTests.System.Reflection.Emit.ModuleBuilderTest.DefineType_Name_Null () [0x0006b] in /home/meh/work/mcs/class/corlib/Test/System.Reflection.Emit/ModuleBuilderTest.cs:146
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

34) MonoTests.System.Security.Policy.ZoneTest.CreateFromUrl_Internet : System.FormatException : URI scheme was not recognized, nor input string is not recognized as an absolute file path.
at Mono.Security.Uri.Parse (System.String uriString) [0x0006d] in /home/meh/work/mcs/class/corlib/Mono.Security/Uri.cs:956
at Mono.Security.Uri.Parse () [0x00000] in /home/meh/work/mcs/class/corlib/Mono.Security/Uri.cs:826
at Mono.Security.Uri..ctor (System.String uriString, Boolean dontEscape) [0x00064] in /home/meh/work/mcs/class/corlib/Mono.Security/Uri.cs:125
at Mono.Security.Uri..ctor (System.String uriString) [0x00000] in <filename unknown>:0
at System.Security.Policy.Zone.CreateFromUrl (System.String url) [0x00025] in /home/meh/work/mcs/class/corlib/System.Security.Policy/Zone.cs:88
at MonoTests.System.Security.Policy.ZoneTest.CreateFromUrl_Internet () [0x00012] in /home/meh/work/mcs/class/corlib/Test/System.Security.Policy/ZoneTest.cs:236
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

35) MonoTests.System.Security.Policy.ZoneTest.CreateFromUrl_MyComputer : System.FormatException : Invalid URI: invalid port number
at Mono.Security.Uri.Parse (System.String uriString) [0x00396] in /home/meh/work/mcs/class/corlib/Mono.Security/Uri.cs:1049
at Mono.Security.Uri.Parse () [0x00000] in /home/meh/work/mcs/class/corlib/Mono.Security/Uri.cs:826
at Mono.Security.Uri..ctor (System.String uriString, Boolean dontEscape) [0x00064] in /home/meh/work/mcs/class/corlib/Mono.Security/Uri.cs:125
at Mono.Security.Uri..ctor (System.String uriString) [0x00000] in <filename unknown>:0
at System.Security.Policy.Zone.CreateFromUrl (System.String url) [0x00025] in /home/meh/work/mcs/class/corlib/System.Security.Policy/Zone.cs:88
at MonoTests.System.Security.Policy.ZoneTest.CreateFromUrl_MyComputer () [0x00040] in /home/meh/work/mcs/class/corlib/Test/System.Security.Policy/ZoneTest.cs:199
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

36) MonoTests.System.Threading.ThreadTest.TestApartmentState : This test fails on mono on win32. Our runtime should be fixed.
at MonoTests.System.Threading.ThreadTest.TestApartmentState () [0x00014] in /home/meh/work/mcs/class/corlib/Test/System.Threading/ThreadTest.cs:364
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

37) MonoTests.System.Threading.ThreadTest.TestIsBackground1 : This test fails on mono on Win32. Our runtime should be fixed.
at MonoTests.System.Threading.ThreadTest.TestIsBackground1 () [0x00014] in /home/meh/work/mcs/class/corlib/Test/System.Threading/ThreadTest.cs:455
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

38) MonoTests.System.Threading.ThreadTest.TestName : This test fails on mono on Win32. Our runtime should be fixed.
at MonoTests.System.Threading.ThreadTest.TestName () [0x00014] in /home/meh/work/mcs/class/corlib/Test/System.Threading/ThreadTest.cs:488
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

39) MonoTests.System.Threading.ThreadTest.TestPriority1 : This test fails on mono on Win32. Our runtime should be fixed.
at MonoTests.System.Threading.ThreadTest.TestPriority1 () [0x00014] in /home/meh/work/mcs/class/corlib/Test/System.Threading/ThreadTest.cs:383
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

40) MonoTests.System.Threading.ThreadTest.TestStart : This test fails on Win32. The test should be fixed.
at MonoTests.System.Threading.ThreadTest.TestStart () [0x00014] in /home/meh/work/mcs/class/corlib/Test/System.Threading/ThreadTest.cs:329
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

41) MonoTests.System.Threading.ThreadTest.TestSuspendAbort : This test fails on Win32. The test should be fixed.
at MonoTests.System.Threading.ThreadTest.TestSuspendAbort () [0x00014] in /home/meh/work/mcs/class/corlib/Test/System.Threading/ThreadTest.cs:746
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

42) MonoTests.System.Threading.ThreadTest.TestThreadState : This test fails on mono on Win32. Our runtime should be fixed.
at MonoTests.System.Threading.ThreadTest.TestThreadState () [0x00014] in /home/meh/work/mcs/class/corlib/Test/System.Threading/ThreadTest.cs:633
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /home/meh/work/mcs/class/corlib/System.Reflection/MonoMethod.cs:213

Tests not run:
1) MonoTests.System.CharCategoryTest.IsLetter : The dump file is huge, so avoided this test way.
2) MonoTests.System.CharCategoryTest.IsLetterOrDigit : The dump file is huge, so avoided this test way.
3) MonoTests.System.DateTimeTest.TestParse2 : need to fix tests that run on different timezones
4) MonoTests.System.Diagnostics.DebugTest+DebugTest1.TestAssert : Fixture class is not public
5) MonoTests.System.Diagnostics.DebugTest+DebugTest1.TestFail : Fixture class is not public
6) MonoTests.System.Diagnostics.DebugTest+DebugTest1.TestWrite : Fixture class is not public
7) MonoTests.System.Diagnostics.DebugTest+DebugTest1.TestWriteIf : Fixture class is not public
8) MonoTests.System.Diagnostics.DebugTest+DebugTest1.TestWriteLine : Fixture class is not public
9) MonoTests.System.Diagnostics.DebugTest+DebugTest1.TestWriteLineIf : Fixture class is not public
10) MonoTests.System.Diagnostics.StackTraceTest.StackTrace_Thread_NotSuspended : Not supported in Mono
11) MonoTests.System.Diagnostics.StackTraceTest.StackTrace_Thread_Null : Not supported in Mono
12) MonoTests.System.Diagnostics.StackTraceTest.StackTrace_Thread_Suspended : Not supported in Mono
13) MonoTests.System.IO.DirectoryTest.MoveException4 : On IA64, causes nunit to abort due to bug #76388
14) MonoTests.System.Reflection.Emit.FieldBuilderTest.TestGetCustomAttributesComplete : mono supports this
15) MonoTests.System.Reflection.Emit.FieldBuilderTest.TestGetCustomAttributesOfTypeComplete : mono supports this
16) MonoTests.System.Reflection.Emit.TypeBuilderTest.TestGetEventFlagsIncomplete : mcs depends on this
17) MonoTests.System.Reflection.Emit.TypeBuilderTest.TestGetEventIncomplete : mcs depends on this
18) MonoTests.System.Reflection.Emit.TypeBuilderTest.TestGetEventsFlagsIncomplete : mcs depends on this
19) MonoTests.System.Reflection.Emit.TypeBuilderTest.TestGetEventsIncomplete : mcs depends on this
20) MonoTests.System.Reflection.ModuleTest.ResolveString : it breaks nunit-console.exe execution under .NET 2.0
21) MonoTests.System.Resources.ResourceReaderTest.ConstructorString_Bad : Not covered in the docs, not sure what the correct behavior should be for this
22) MonoTests.System.Runtime.InteropServices.GCHandleTest.AllocMinusOne : throw non-catchable ExecutionEngineException
23) MonoTests.System.Security.Cryptography.DSACryptoServiceProviderTest.KeyGeneration : Much too long (with MS as Mono doesn't generates the keypair unless it need it)
24) MonoTests.System.Security.Cryptography.RSACryptoServiceProviderTest.KeyGeneration : Much too long (with MS as Mono doesn't generates the keypair unless it need it)
25) MonoTests.System.Security.Permissions.FileIOPermissionTest.ShortToLong : should compatibility go that far ?
26) MonoTests.System.Security.Permissions.PublisherIdentityPermissionAttributeTest.SignedFile : CreateFromSignedFile isn't finished yet
27) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.ApplicationDirectory_GetRequiredSize : not sure if we gonna need this and, if we do, if we must be compatible with it
28) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.GacInstalled_GetRequiredSize : not sure if we gonna need this and, if we do, if we must be compatible with it
29) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.GacInstalled_InitFromBuffer : not sure if we gonna need this and, if we do, if we must be compatible with it
30) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.GacInstalled_InitFromBuffer_BadData : not sure if we gonna need this and, if we do, if we must be compatible with it
31) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.GacInstalled_InitFromBuffer_Null : not sure if we gonna need this and, if we do, if we must be compatible with it
32) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.GacInstalled_InitFromBuffer_OutOfRange : not sure if we gonna need this and, if we do, if we must be compatible with it
33) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.GacInstalled_OutputToBuffer : not sure if we gonna need this and, if we do, if we must be compatible with it
34) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.GacInstalled_OutputToBuffer_Null : not sure if we gonna need this and, if we do, if we must be compatible with it
35) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.GacInstalled_OutputToBuffer_OutOfRange : not sure if we gonna need this and, if we do, if we must be compatible with it
36) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.Hash_GetRequiredSize : not sure if we gonna need this and, if we do, if we must be compatible with it
37) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.PermissionRequestEvidence_GetRequiredSize : not sure if we gonna need this and, if we do, if we must be compatible with it
38) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.Publisher_GetRequiredSize : not sure if we gonna need this and, if we do, if we must be compatible with it
39) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.Site_GetRequiredSize : not sure if we gonna need this and, if we do, if we must be compatible with it
40) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.StrongName_GetRequiredSize : not sure if we gonna need this and, if we do, if we must be compatible with it
41) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.Url_GetRequiredSize : not sure if we gonna need this and, if we do, if we must be compatible with it
42) MonoTests.System.Security.Policy.IBuiltInEvidenceTest.Zone_GetRequiredSize : not sure if we gonna need this and, if we do, if we must be compatible with it
43) MonoTests.System.StringTest.Constructor8_Value_Invalid2 : Runtime throws NullReferenceException instead of AccessViolationException
44) MonoTests.System.Threading.ThreadTest.CurrentPrincipal_PrincipalPolicy_NoPrincipal : see comment below.
45) MonoTests.System.Threading.ThreadTest.CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal : see comment below.
46) MonoTests.System.TimeSpanTest.MaxHours_TooLong : too long
47) MonoTests.System.TimeSpanTest.MaxMinutes_TooLong : too long
48) MonoTests.System.TimeSpanTest.MinHours_TooLong : too long
49) MonoTests.System.TimeSpanTest.MinMinutes_TooLong : too long
50) MonoTests.System.TimeZoneTest.TestCtors : Your time zone (Central Standard Time) isn't defined in the test case

Traceback (most recent call last):
  File "/home/meh/bin/wine-mono-wrapper", line 29, in <module>
    sys.exit(popen.wait())
  File "/usr/lib/python2.6/subprocess.py", line 1157, in wait
    pid, sts = os.waitpid(self.pid, 0)
KeyboardInterrupt
make[3]: *** [run-test-lib] Interrupt
make[2]: *** [do-run-test] Interrupt
make[1]: *** [run-test-recursive] Interrupt
make: *** [do-run-test] Interrupt


More information about the wine-devel mailing list