From de2c1db99bac1647e895148dfcb654495bfe3225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Mon, 27 May 2024 21:44:40 +0900 Subject: [PATCH] Disable Loader pri-1 tests that don't compile (#102709) These test various bad or crazy IL that we're never going to fix due to a test failure alone (would need a better business justification to spend time on). --- .../classloader/TypeGeneratorTests/Directory.Build.props | 1 + .../generics/GenericMethods/GenericParams10k.csproj | 2 ++ .../generics/Instantiation/Negative/Directory.Build.props | 7 +++++++ src/tests/issues.targets | 3 --- 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 src/tests/Loader/classloader/generics/Instantiation/Negative/Directory.Build.props diff --git a/src/tests/Loader/classloader/TypeGeneratorTests/Directory.Build.props b/src/tests/Loader/classloader/TypeGeneratorTests/Directory.Build.props index 396765fb5cd5c5..1d8d512a4ed8a9 100644 --- a/src/tests/Loader/classloader/TypeGeneratorTests/Directory.Build.props +++ b/src/tests/Loader/classloader/TypeGeneratorTests/Directory.Build.props @@ -4,5 +4,6 @@ true + true diff --git a/src/tests/Loader/classloader/generics/GenericMethods/GenericParams10k.csproj b/src/tests/Loader/classloader/generics/GenericMethods/GenericParams10k.csproj index 3d73f2fb360461..b1b51b152fe0d4 100644 --- a/src/tests/Loader/classloader/generics/GenericMethods/GenericParams10k.csproj +++ b/src/tests/Loader/classloader/generics/GenericMethods/GenericParams10k.csproj @@ -1,6 +1,8 @@ 1 + + true diff --git a/src/tests/Loader/classloader/generics/Instantiation/Negative/Directory.Build.props b/src/tests/Loader/classloader/generics/Instantiation/Negative/Directory.Build.props new file mode 100644 index 00000000000000..338eecc40518a5 --- /dev/null +++ b/src/tests/Loader/classloader/generics/Instantiation/Negative/Directory.Build.props @@ -0,0 +1,7 @@ + + + + + true + + diff --git a/src/tests/issues.targets b/src/tests/issues.targets index d781f23977fb84..44bad4357b9285 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -973,9 +973,6 @@ Won't fix https://github.com/dotnet/corert/issues/2396 - - https://github.com/dotnet/runtimelab/issues/155: Thorough checking of invalid inputs - https://github.com/dotnet/runtimelab/issues/207