From: Aleksey Kliger Date: Thu, 3 Aug 2017 21:31:15 +0000 (-0400) Subject: [ci] (run-test-default) Run the corlib xunit tests X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=51176ec4eba1ea84c2ddd98d7f896bc881033514;hp=-c;p=mono.git [ci] (run-test-default) Run the corlib xunit tests --- 51176ec4eba1ea84c2ddd98d7f896bc881033514 diff --git a/scripts/ci/run-test-default.sh b/scripts/ci/run-test-default.sh index acf299859cc..2cdd3c26ff8 100755 --- a/scripts/ci/run-test-default.sh +++ b/scripts/ci/run-test-default.sh @@ -10,6 +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 ${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