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:
authorAlexander Kyte <alexmkyte@fastmail.com>2016-06-07 22:51:00 +0300
committerAlexander Kyte <alexmkyte@gmail.com>2016-07-18 22:03:44 +0300
commiteca9a375e355d62c6f88828c994948c2cc54cc46 (patch)
tree73fb469d7b4ae1512fdbd90a1165371bd95bc866 /scripts
parent695e8f53ae7d21397b33042e129b588d42c5491e (diff)
[mobile_static] Skip mcs compiler tests for mobile_static
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-mobile_static.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci/run-test-mobile_static.sh b/scripts/ci/run-test-mobile_static.sh
index 168fd8ca49a..6fab181aa30 100755
--- a/scripts/ci/run-test-mobile_static.sh
+++ b/scripts/ci/run-test-mobile_static.sh
@@ -13,8 +13,6 @@ ${TESTCMD} --label=runtime --timeout=160m make -w -C mono/tests -k test-wrench V
${TESTCMD} --label=corlib --timeout=30m make -w -C mcs/class/corlib run-test
${TESTCMD} --label=verify --timeout=15m make -w -C runtime mcs-compileall
${TESTCMD} --label=profiler --timeout=30m make -w -C mono/profiler -k check
-${TESTCMD} --label=compiler --timeout=30m make -w -C mcs/tests run-test
-${TESTCMD} --label=compiler-errors --timeout=30m make -w -C mcs/errors run-test
${TESTCMD} --label=System --timeout=10m make -w -C mcs/class/System run-test
${TESTCMD} --label=System.XML --timeout=5m make -w -C mcs/class/System.XML run-test
${TESTCMD} --label=Mono.Security --timeout=5m make -w -C mcs/class/Mono.Security run-test