From 3383c7f656c0763245f33ee99357b36c4e3343b8 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Mon, 7 Mar 2022 17:43:56 -0800 Subject: [PATCH] Disable failing bindhandleinvalid tests (#66303) * Disable failing bindhandleinvalid tests Tracking: https://github.com/dotnet/runtime/issues/66273 * Also disable bindhandlenull Tracking: #66274 --- src/tests/issues.targets | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index a6b0486..33e840d 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -18,6 +18,24 @@ This test is to verify we are running mono, and therefore only makes sense on mono. + + https://github.com/dotnet/runtime/issues/66273 + + + https://github.com/dotnet/runtime/issues/66273 + + + https://github.com/dotnet/runtime/issues/66273 + + + https://github.com/dotnet/runtime/issues/66273 + + + https://github.com/dotnet/runtime/issues/66273 + + + https://github.com/dotnet/runtime/issues/66274 + https://github.com/dotnet/runtime/issues/5933 @@ -60,9 +78,9 @@ https://github.com/dotnet/runtime/issues/57786 - - CoreCLR does not implement the mono embedding API - + + CoreCLR does not implement the mono embedding API + @@ -2921,9 +2939,9 @@ needs triage - - Test not expected to work with AOT - + + Test not expected to work with AOT + @@ -3868,7 +3886,7 @@ - mobile and wasm don't support tests with native libraries. wasm also needs static linking - + mobile and wasm don't support tests with native libraries. wasm also needs static linking + -- 2.7.4