X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fci%2Frun-test-default.sh;fp=scripts%2Fci%2Frun-test-default.sh;h=de0ec47d2ca7403a6d854458fd4d1a86b2c491b1;hb=a3806d1745febe3ea2f5425d4032a22b66c6e82e;hp=2cdd3c26ff8eef5b55edeae7e72f8a1867e68840;hpb=858f025f695f5668b15a64e752160230733b4f98;p=mono.git diff --git a/scripts/ci/run-test-default.sh b/scripts/ci/run-test-default.sh index 2cdd3c26ff8..de0ec47d2ca 100755 --- a/scripts/ci/run-test-default.sh +++ b/scripts/ci/run-test-default.sh @@ -10,7 +10,7 @@ ${TESTCMD} --label=compile-runtime-tests --timeout=40m make -w -C mono/tests -j4 ${TESTCMD} --label=runtime --timeout=160m make -w -C mono/tests -k test-wrench V=1 CI=1 CI_PR=${ghprbPullId} ${TESTCMD} --label=runtime-unit-tests --timeout=5m make -w -C mono/unit-tests -k check ${TESTCMD} --label=corlib --timeout=30m make -w -C mcs/class/corlib run-test -${TESTCMD} --label=corlib-xunit --timeout=5m make -w -C mcs/class/corlib run-xunit-test +if [[ ${label} == w* ]]; then ${TESTCMD} --label=corlib-xunit --skip; else ${TESTCMD} --label=corlib-xunit --timeout=5m make -w -C mcs/class/corlib run-xunit-test; fi ${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