Apply fix for emscripten issue
[mono-project.git] / netcore / excludes-System.Reflection.Tests.rsp
blob4dc771d66b21e0cb9335fa4b6ebda63e809446f4
1 # Invalid argument tests
2 -nomethod System.Reflection.Tests.AssemblyNameTests.SetProcessorArchitecture_InvalidArchitecture_TakesLowerThreeBitsIfLessThanOrEqualToMax
3 -nomethod System.Reflection.Tests.AssemblyNameTests.Ctor_String_Invalid
4 -nomethod System.Reflection.Tests.AssemblyNameTests.Version
5 -nomethod System.Reflection.Tests.GetTypeTests.GetType_EmptyString
6 -nomethod System.Reflection.Tests.MethodInfoTests.Invoke_OptionalParameterUnassingableFromMissing_WithMissingValue_ThrowsArgumentException
8 # Static ctors cannot be invoke with one Invoke overload
9 -nomethod System.Reflection.Tests.ConstructorInfoTests.Invoke_StaticConstructor_ThrowsMemberAccessException
10 # Different exception thrown
11 -nomethod System.Reflection.Tests.ConstructorInfoTests.Invoke_AbstractClass_ThrowsMemberAccessException
12 -nomethod System.Reflection.Tests.PropertyInfoTests.GetValue_Invalid
13 -nomethod System.Reflection.Tests.TypeInfoTests.IsEnumDefined_Invalid
14 -nomethod System.Reflection.Tests.AssemblyTests.AssemblyLoadFromStringNeg
16 # Fails because our Object class has extra instance methods
17 -nomethod System.Reflection.Tests.TypeInfoTests.FindMembers
18 -nomethod System.Reflection.Tests.TypeInfoTests.GetMethods
19 -nomethod System.Reflection.Tests.TypeInfoTests.GetMembers
20 -nomethod System.Reflection.Tests.TypeInfoTests.GetMethod
22 # CustomConstantAttribute not supported
23 -nomethod System.Reflection.Tests.ParameterInfoTests.RawDefaultValueFromAttribute
25 # Not implemented
26 -nomethod System.Reflection.Tests.AssemblyTests.AssemblyLoadFromBytes
27 -nomethod System.Reflection.Tests.AssemblyTests.AssemblyLoadFromBytesWithSymbols
29 # Other failures
30 #-nomethod System.Reflection.Tests.AssemblyTests.LoadFrom_SameIdentityAsAssemblyWithDifferentPath_ReturnsEqualAssemblies
31 #-nomethod System.Reflection.Tests.AssemblyTests.GetType_DoesntSearchMscorlib
32 #-nomethod System.Reflection.Tests.AssemblyTests.LoadFile
33 #-nomethod System.Reflection.Tests.MemberInfoNetCoreAppTests.HasSameMetadataDefinitionAs_GenericTypeParameters
34 #-nomethod System.Reflection.Tests.MemberInfoNetCoreAppTests.HasSameMetadataDefinitionAs__CornerCase_HasElementTypes
35 #-nomethod System.Reflection.Tests.AssemblyNetCoreAppTests.AssemblyGetForwardedTypes
36 #-nomethod System.Reflection.Tests.TypeInfoTests.IsAssignableFrom
37 #-nomethod System.Reflection.Tests.MemberInfoTests.GenericMethodsInheritTheReflectedTypeOfTheirTemplate
38 #-nomethod System.Reflection.Tests.AssemblyNetCoreAppTests.AssemblyGetForwardedTypesLoadFailure
39 #-nomethod System.Reflection.Tests.GetTypeTests.GetType
41 # TODO
42 -nomethod System.Reflection.Tests.AssemblyNameTests.Ctor_ValidArchitectureName_Succeeds
43 -nomethod System.Reflection.Tests.MemberInfoNetCoreAppTests.HasSameMetadataDefinitionAs__CornerCase_HasElementTypes
44 -nomethod System.Reflection.Tests.MemberInfoNetCoreAppTests.HasSameMetadataDefinitionAs_GenericTypeParameters
45 -nomethod System.Reflection.Tests.MemberInfoTests.GenericMethodsInheritTheReflectedTypeOfTheirTemplate
46 -nomethod System.Reflection.Tests.AssemblyNameTests.SetPublicKeyToken_GetPublicKeyToken
47 -nomethod System.Reflection.Tests.AssemblyNameTests.FullName
48 -nomethod System.Reflection.Tests.AssemblyTests.LoadFile
49 -nomethod System.Reflection.Tests.AssemblyTests.GetType_DoesntSearchMscorlib
50 -nomethod System.Reflection.Tests.AssemblyTests.LoadFrom_SameIdentityAsAssemblyWithDifferentPath_ReturnsEqualAssemblies
51 -nomethod System.Reflection.Tests.GetTypeTests.GetType
52 -nomethod System.Reflection.Tests.AssemblyNetCoreAppTests.AssemblyGetForwardedTypesLoadFailure
53 -nomethod System.Reflection.Tests.AssemblyNetCoreAppTests.AssemblyGetForwardedTypes
54 -nomethod System.Reflection.Tests.TypeInfoTests.IsAssignableFrom