From ce529356fe2cb2fc4bdab4a7fdfd5e1f4de1583c Mon Sep 17 00:00:00 2001 From: Fadi Hanna Date: Fri, 6 Dec 2019 14:38:02 -0800 Subject: [PATCH] Exclude test from crossgenning (#592) * Exclude tests from crossgenning --- .../classloader/generics/Instantiation/Negative/abstract02.ilproj | 3 +++ .../classloader/generics/Instantiation/Negative/abstract03.ilproj | 3 +++ .../classloader/generics/Instantiation/Negative/abstract04.ilproj | 3 +++ .../classloader/generics/Instantiation/Negative/abstract05.ilproj | 3 +++ .../classloader/generics/Instantiation/Negative/abstract06.ilproj | 3 +++ .../classloader/generics/Instantiation/Negative/abstract07.ilproj | 3 +++ .../classloader/generics/Instantiation/Negative/abstract08.ilproj | 3 +++ .../classloader/generics/Instantiation/Negative/abstract10.ilproj | 3 +++ src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj | 4 ++++ 9 files changed, 28 insertions(+) diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj index 69e5b41..28ff034 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj @@ -3,6 +3,9 @@ Exe BuildAndRun 1 + + + false diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj index 3862bef..09f6102 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj @@ -3,6 +3,9 @@ Exe BuildAndRun 1 + + + false diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj index d4c472f..a47a8e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj @@ -3,6 +3,9 @@ Exe BuildAndRun 1 + + + false diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj index e0f6cf2..6c23117 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj @@ -3,6 +3,9 @@ Exe BuildAndRun 1 + + + false diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj index f2e99ea..fed962d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj @@ -3,6 +3,9 @@ Exe BuildAndRun 1 + + + false diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj index 54c6f8c..694c55e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj @@ -3,6 +3,9 @@ Exe BuildAndRun 1 + + + false diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj index e72cdeb..41decb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj @@ -3,6 +3,9 @@ Exe BuildAndRun 1 + + + false diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj index f731701..b9defbe 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj @@ -3,6 +3,9 @@ Exe BuildAndRun 1 + + + false diff --git a/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj b/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj index 4f3c6c2..eeecef8 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj @@ -3,6 +3,10 @@ Exe BuildAndRun 0 + + + false + -- 2.7.4