summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2017-06-15 14:31:30 -0700
committerGitHub <noreply@github.com>2017-06-15 14:31:30 -0700
commit1c64ce59afa1d028ee5098166b2030b8a7ed278c (patch)
treee2f0f43535b12aafe7c2ca759f8086b078a45fb1 /tests/runtest.sh
parent35ab28fd818de8933f6e02472ea34196b52df40e (diff)
downloadcoreclr-1c64ce59afa1d028ee5098166b2030b8a7ed278c.tar.gz
coreclr-1c64ce59afa1d028ee5098166b2030b8a7ed278c.tar.bz2
coreclr-1c64ce59afa1d028ee5098166b2030b8a7ed278c.zip
Revert "Add the arm64 unix CI"
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 886c5b49ea..ac3e382763 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -478,10 +478,6 @@ 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 {