From 93d65bec7056bd753e044a7146598dc2f0458349 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Wed, 5 Jun 2019 12:04:05 -0700 Subject: [PATCH] Disable corefx tests --- tests/CoreFX/CoreFX.issues.rsp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/CoreFX/CoreFX.issues.rsp b/tests/CoreFX/CoreFX.issues.rsp index bdc931a..517d918 100644 --- a/tests/CoreFX/CoreFX.issues.rsp +++ b/tests/CoreFX/CoreFX.issues.rsp @@ -56,3 +56,16 @@ -nomethod System.Tests.EnvironmentTests.FailFast_ExceptionStackTrace_StackOverflowException -nomethod System.Tests.EnvironmentTests.FailFast_ExceptionStackTrace_InnerException -nomethod System.Tests.EnvironmentTests.FailFast_ExceptionStackTrace_ArgumentException + +# requires corefx test updates: https://github.com/dotnet/corefx/pull/38269 +-nomethod System.Reflection.Emit.Tests.DynamicMethodctor1.String_Type_TypeArray_Module +-nomethod System.Reflection.Emit.Tests.DynamicMethodctor1.String_Type_TypeArray_Type +-nomethod System.Reflection.Emit.Tests.MethodBuilderGetGenericArguments.GetGenericArguments_NonGenericMethod_ReturnsNull +-nomethod System.Reflection.Emit.Tests.MethodBuilderSetReturnType.SetReturnType_NullReturnType_ReturnsVoid +-nomethod System.Reflection.Emit.Tests.MethodBuilderSetSignature.SetSignature_AllParametersNull +-nomethod System.Reflection.Emit.Tests.MethodBuilderSetSignature.SetSignature_NullReturnType_CustomModifiersSetToWrongTypes +-nomethod System.Reflection.Emit.Tests.TypeBuilderDefineMethodTests.DefineMethod +-nomethod System.Tests.StringTests.CasingNegativeTest +-nomethod System.Tests.StringTests.CompareNegativeTest +-nomethod System.Tests.StringTests.ToLowerNullCulture +-nomethod System.Tests.StringTests.ToUpperNullCulture -- 2.7.4