summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtest.sh4
-rw-r--r--tests/testsFailingOnArm64.txt8
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 6a1ef68d5d..35580d09d4 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -478,6 +478,10 @@ function load_unsupported_tests {
function load_failing_tests {
# Load the list of tests that fail on this platform. These tests are disabled (skipped) temporarily, pending investigation.
failingTests=($(read_array "$(dirname "$0")/testsFailingOutsideWindows.txt"))
+
+ if [ "$ARCH" == "arm64" ]; then
+ failingTests+=($(read_array "$(dirname "$0")/testsFailingOnArm64.txt"))
+ fi
}
function load_playlist_tests {
diff --git a/tests/testsFailingOnArm64.txt b/tests/testsFailingOnArm64.txt
new file mode 100644
index 0000000000..c124cb60a7
--- /dev/null
+++ b/tests/testsFailingOnArm64.txt
@@ -0,0 +1,8 @@
+JIT/jit64/opt/cse/hugeexpr1/hugeexpr1.sh
+JIT/jit64/opt/cse/HugeArray/HugeArray.sh
+JIT/jit64/opt/cse/HugeArray1/HugeArray1.sh
+JIT/jit64/opt/cse/HugeField1/HugeField1.sh
+JIT/jit64/opt/cse/HugeField2/HugeField2.sh
+CoreMangLib/cti/system/string/StringFormat1/StringFormat1.sh
+CoreMangLib/cti/system/string/StringFormat2/StringFormat2.sh
+JIT/Methodical/tailcall_v4/hijacking/hijacking.sh