Disable a couple of S.R.InteropServices tests (dotnet/coreclr#23697)
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Fri, 5 Apr 2019 04:52:38 +0000 (21:52 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 5 Apr 2019 04:52:38 +0000 (21:52 -0700)
Disabled the two tests that were fixed in PR https://github.com/dotnet/corefx/pull/34968

Commit migrated from https://github.com/dotnet/coreclr/commit/8deef300eeef13026bce576e3c9ccd3bc91ea6c0

src/coreclr/tests/CoreFX/CoreFX.issues.json

index faa6e4b..8f4da8a 100644 (file)
                 {
                     "name": "System.Runtime.InteropServices.Tests.StringToHGlobalAutoTests.StringToHGlobalAuto_NonNullString_Roundtrips",
                     "reason": "https://github.com/dotnet/coreclr/pull/23664"
+                },
+                {
+                    "name": "System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_NoErrorInfo_ReturnsValidException",
+                    "reason": "outdated"
+                },
+                {
+                    "name": "System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_ErrorInfo_ReturnsValidException",
+                    "reason": "outdated"
                 }
             ]
         }