From 3e1306e054562d3f86a23c3a128979602be4ebce Mon Sep 17 00:00:00 2001 From: Koundinya Veluri Date: Wed, 3 Apr 2019 12:00:36 -0700 Subject: [PATCH] Disable a couple of S.R.InteropServices tests - It looks like these are running in outdated snapshots: - https://ci.dot.net/job/dotnet_coreclr/job/master/job/x64_checked_ubuntu_corefx_innerloop_prtest/9973/ - https://ci.dot.net/job/dotnet_coreclr/job/master/job/x64_checked_ubuntu_corefx_innerloop_prtest/10012/ - Disabled the two tests that were fixed in PR https://github.com/dotnet/corefx/pull/34968 --- tests/CoreFX/CoreFX.issues.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index faa6e4b4139e..8f4da8a9d1a3 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -1065,6 +1065,14 @@ { "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" } ] }