summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2017-06-15 11:28:54 -0700
committerGitHub <noreply@github.com>2017-06-15 11:28:54 -0700
commit308c352f07b4e3e0c4069ac1d403900381a0afd5 (patch)
treedb2c65c2cb09b366f40eb69666f76146d718c471 /tests/runtest.sh
parentc99cee8178a7833df4f6b22fb4cda25069624aed (diff)
parentd734877cd86016296fc6c6e884a2b119339545ec (diff)
downloadcoreclr-308c352f07b4e3e0c4069ac1d403900381a0afd5.tar.gz
coreclr-308c352f07b4e3e0c4069ac1d403900381a0afd5.tar.bz2
coreclr-308c352f07b4e3e0c4069ac1d403900381a0afd5.zip
Merge branch 'master' into arm64_unix_ci
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 35580d09d4..886c5b49ea 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -1207,6 +1207,18 @@ else
load_failing_tests
fi
+# Other architectures are not supported yet.
+if [ "$ARCH" == "x64" ]
+then
+ scriptPath=$(dirname $0)
+ ${scriptPath}/setup-stress-dependencies.sh --outputDir=$coreOverlayDir
+else
+ if [ "$ARCH" != "arm64" ]
+ then
+ echo "Skip preparing for GC stress test. Dependent package is not supported on this architecture."
+ fi
+fi
+
export __TestEnv=$testEnv
cd "$testRootDir"