summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-07-20 17:08:51 -0700
committerGitHub <noreply@github.com>2018-07-20 17:08:51 -0700
commite9595bec6df5fbfc9fb8be811f51418c3b9cf945 (patch)
tree70ec2a92443ff3bc8cf00ec76ea4d4bdfecb9907
parent7df363ab08c1b21e18f68d95724c9172d30adbee (diff)
parent72f7c872baa3dc698330cebfcbd75656bd1d4a06 (diff)
downloadcoreclr-e9595bec6df5fbfc9fb8be811f51418c3b9cf945.tar.gz
coreclr-e9595bec6df5fbfc9fb8be811f51418c3b9cf945.tar.bz2
coreclr-e9595bec6df5fbfc9fb8be811f51418c3b9cf945.zip
Merge pull request #19049 from acmyu/issue19030
R2RDump - Skip R2RDumpTests in crossgen tests
-rw-r--r--tests/skipCrossGenFiles.arm.txt1
-rw-r--r--tests/skipCrossGenFiles.arm64.txt1
-rw-r--r--tests/skipCrossGenFiles.x64.txt1
-rw-r--r--tests/skipCrossGenFiles.x86.txt1
-rw-r--r--tests/testsUnsupported.arm.txt3
5 files changed, 6 insertions, 1 deletions
diff --git a/tests/skipCrossGenFiles.arm.txt b/tests/skipCrossGenFiles.arm.txt
index 30607ac93d..8c8a87a1f5 100644
--- a/tests/skipCrossGenFiles.arm.txt
+++ b/tests/skipCrossGenFiles.arm.txt
@@ -2,3 +2,4 @@ mscorlib.dll
System.Runtime.WindowsRuntime.UI.Xaml.dll
System.Private.CoreLib.dll
xunit.performance.api.dll
+R2RDump.dll
diff --git a/tests/skipCrossGenFiles.arm64.txt b/tests/skipCrossGenFiles.arm64.txt
index d0ed7228bc..0ccd62d699 100644
--- a/tests/skipCrossGenFiles.arm64.txt
+++ b/tests/skipCrossGenFiles.arm64.txt
@@ -5,3 +5,4 @@ System.Net.Sockets.dll
System.Net.Primitives.dll
System.Private.CoreLib.dll
xunit.performance.api.dll
+R2RDump.dll
diff --git a/tests/skipCrossGenFiles.x64.txt b/tests/skipCrossGenFiles.x64.txt
index 30607ac93d..8c8a87a1f5 100644
--- a/tests/skipCrossGenFiles.x64.txt
+++ b/tests/skipCrossGenFiles.x64.txt
@@ -2,3 +2,4 @@ mscorlib.dll
System.Runtime.WindowsRuntime.UI.Xaml.dll
System.Private.CoreLib.dll
xunit.performance.api.dll
+R2RDump.dll
diff --git a/tests/skipCrossGenFiles.x86.txt b/tests/skipCrossGenFiles.x86.txt
index 30607ac93d..8c8a87a1f5 100644
--- a/tests/skipCrossGenFiles.x86.txt
+++ b/tests/skipCrossGenFiles.x86.txt
@@ -2,3 +2,4 @@ mscorlib.dll
System.Runtime.WindowsRuntime.UI.Xaml.dll
System.Private.CoreLib.dll
xunit.performance.api.dll
+R2RDump.dll
diff --git a/tests/testsUnsupported.arm.txt b/tests/testsUnsupported.arm.txt
index 780016946d..ac98955d44 100644
--- a/tests/testsUnsupported.arm.txt
+++ b/tests/testsUnsupported.arm.txt
@@ -14,4 +14,5 @@ GC/Features/HeapExpansion/pluggaps/pluggaps.sh
GC/Regressions/v2.0-beta2/460373/460373/460373.sh
GC/Regressions/v2.0-beta1/149926/149926/149926.sh
GC/Regressions/v2.0-rtm/494226/494226/494226.sh
-GC/Regressions/dev10bugs/536168/536168/536168.sh \ No newline at end of file
+GC/Regressions/dev10bugs/536168/536168/536168.sh
+readytorun/r2rdump/R2RDumpTest/R2RDumpTest.sh \ No newline at end of file