|
@@ -8,5 +8,6 @@ ${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=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=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=corlib --timeout=160m make -w -C mcs/class/corlib 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
|
|
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
|
|
${TESTCMD} --label=Mono.Debugger.Soft --timeout=5m make -w -C mcs/class/Mono.Debugger.Soft run-test V=1
|