From a1283300f0c2051eb7138a841e9c38f5af4a193c Mon Sep 17 00:00:00 2001 From: Fadi Hanna Date: Tue, 10 Dec 2019 13:58:48 -0800 Subject: [PATCH] Disable more tests from the crossgen2 run (#741) --- .../Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj | 1 + .../tests/src/readytorun/tests/genericsload/callgenericctor.csproj | 1 + .../tests/src/readytorun/tests/genericsload/usegenericfield.csproj | 1 + .../tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj index 10aed58..d446921 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj @@ -3,6 +3,7 @@ Exe BuildAndRun 1 + false diff --git a/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj b/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj index eb4dd10..c36073b 100644 --- a/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj +++ b/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj @@ -5,6 +5,7 @@ $(DefineConstants);STATIC;CORECLR 1 1 + false diff --git a/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj b/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj index acf4f8d..23683cf 100644 --- a/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj +++ b/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj @@ -5,6 +5,7 @@ $(DefineConstants);STATIC;CORECLR 1 1 + false diff --git a/src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj b/src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj index b80a5b2..316b4b7 100644 --- a/src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj +++ b/src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj @@ -7,6 +7,7 @@ 1 PdbOnly True + false -- 2.7.4