Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2018-04-24 01:02:42 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-04-24 01:02:42 +0300
commit0ccaa5acddc99e291b60dcc895ee0e328d71f0de (patch)
treee00341699f8a67c9b52ae73220c0ddb0cb2f1473 /scripts/ci/run-test-interpreter.sh
parent5a58157c51956bf10469f07b3e9d4deab19078ec (diff)
[interp] add System tests to CI (#8370)
https://github.com/mono/mono/issues/7053
Diffstat (limited to 'scripts/ci/run-test-interpreter.sh')
-rwxr-xr-xscripts/ci/run-test-interpreter.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/run-test-interpreter.sh b/scripts/ci/run-test-interpreter.sh
index 9a481f88561..881778f6571 100755
--- a/scripts/ci/run-test-interpreter.sh
+++ b/scripts/ci/run-test-interpreter.sh
@@ -8,6 +8,7 @@ ${TESTCMD} --label=mixedmode-regression --timeout=10m make -C mono/mini mixedche
${TESTCMD} --label=compile-runtime-tests --timeout=40m make -w -C mono/tests -j4 tests
${TESTCMD} --label=runtime-interp --timeout=160m make -w -C mono/tests -k testinterp V=1 CI=1 CI_PR=${ghprbPullId}
${TESTCMD} --label=corlib --timeout=160m make -w -C mcs/class/corlib run-test V=1
+${TESTCMD} --label=System --timeout=160m bash -c "export MONO_TLS_PROVIDER=legacy && make -w -C mcs/class/System run-test V=1"
${TESTCMD} --label=System.Core --timeout=160m make -w -C mcs/class/System.Core run-test V=1
if [[ ${CI_TAGS} != *'linux-armhf'* ]]; then ${TESTCMD} --label=mcs-tests --timeout=160m make -w -C mcs/tests run-test V=1; fi
${TESTCMD} --label=Mono.Debugger.Soft --timeout=5m make -w -C mcs/class/Mono.Debugger.Soft run-test V=1