[mobile_static] Skip mcs compiler tests for mobile_static
authorAlexander Kyte <alexmkyte@fastmail.com>
Tue, 7 Jun 2016 19:51:00 +0000 (15:51 -0400)
committerAlexander Kyte <alexmkyte@gmail.com>
Mon, 18 Jul 2016 19:03:44 +0000 (15:03 -0400)
scripts/ci/run-test-mobile_static.sh

index 168fd8ca49a51279f92bd78bd31a21d04a014f7b..6fab181aa309f0abf55c28305e0d302851969b39 100755 (executable)
@@ -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