Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
authorMiguel de Icaza <miguel@gnome.org>
Tue, 23 Sep 2014 14:55:57 +0000 (10:55 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 23 Sep 2014 14:56:04 +0000 (10:56 -0400)
commit0699e4da361230476c55a0dd7251ad115d186153
tree2dc8a1711bf6b54236ccebca2026e386ddc1c7c3
parent84ab6a7833d8af7702e0359791ce8c4f754991a5
Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename test
23 files changed:
mcs/class/corlib/Test/System.Reflection.Emit/DynamicMethodTest.cs
mcs/class/corlib/Test/System.Reflection.Emit/GenericTypeParameterBuilderTest.cs
mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs
mcs/class/corlib/Test/System.Reflection/AssemblyNameCas.cs
mcs/class/corlib/Test/System.Reflection/FieldInfoTest.cs
mcs/class/corlib/Test/System.Reflection/MethodInfoTest.cs
mcs/class/corlib/Test/System.Reflection/MonoGenericClassTest.cs
mcs/class/corlib/Test/System.Reflection/ReflectedTypeTest.cs
mcs/class/corlib/Test/System.Runtime.CompilerServices/ConditionalWeakTableTest.cs
mcs/class/corlib/Test/System.Runtime.CompilerServices/RuntimeHelpersTest.cs
mcs/class/corlib/Test/System.Runtime.CompilerServices/TaskAwaiterTest.cs
mcs/class/corlib/Test/System.Runtime.InteropServices/GCHandleTest.cs
mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs
mcs/class/corlib/Test/System.Runtime.Serialization/SerializationTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/CryptoStreamTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA384Test.cs
mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA512Test.cs
mcs/class/corlib/Test/System.Security.Permissions/RegistryPermissionTest.cs
mcs/class/corlib/Test/System.Security.Permissions/UrlIdentityPermissionTest.cs
mcs/class/corlib/Test/System.Threading/ThreadTest.cs
mcs/class/corlib/Test/System/AppDomainTest.cs
mcs/class/corlib/Test/System/SByteTest.cs
mcs/class/corlib/Test/System/TypeTest.cs