summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAmy Yu <amycmyu@gmail.com>2018-07-19 17:01:50 -0700
committerAmy Yu <amycmyu@gmail.com>2018-07-19 19:41:59 -0700
commit72f7c872baa3dc698330cebfcbd75656bd1d4a06 (patch)
treeba3f67975b01535d3a8f38ec9732f3ac2141b9eb /tests
parent6d05402d6017aa754a8ce216b05d9f40cb8d6643 (diff)
downloadcoreclr-72f7c872baa3dc698330cebfcbd75656bd1d4a06.tar.gz
coreclr-72f7c872baa3dc698330cebfcbd75656bd1d4a06.tar.bz2
coreclr-72f7c872baa3dc698330cebfcbd75656bd1d4a06.zip
Skip R2RDumpTests in crossgen tests, test unsupported on ARM
Diffstat (limited to '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