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:
authorAleksey Kliger <alklig@microsoft.com>2018-07-02 19:50:33 +0300
committerAleksey Kliger (λgeek) <akliger@gmail.com>2018-07-03 20:03:41 +0300
commit37ffbc8766786919022b6afc89a3d3c8f15f642d (patch)
treeff826717abb22d98fd2b74e4021974ba67a30783 /scripts
parent27cb721778d11300992309a6bc40f626a3e92281 (diff)
[ci] Mono.Profiler.Log tests can run under coop (and hybrid) suspend
It was fixed by https://github.com/mono/mono/pull/8497
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-default.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/run-test-default.sh b/scripts/ci/run-test-default.sh
index 500bb0c5c0f..7ff65ee731c 100755
--- a/scripts/ci/run-test-default.sh
+++ b/scripts/ci/run-test-default.sh
@@ -60,7 +60,7 @@ ${TESTCMD} --label=Microsoft.Build.Tasks --timeout=5m make -w -C mcs/class/Micro
${TESTCMD} --label=Microsoft.Build.Utilities --timeout=5m make -w -C mcs/class/Microsoft.Build.Utilities run-test
${TESTCMD} --label=Mono.C5 --timeout=5m make -w -C mcs/class/Mono.C5 run-test
${TESTCMD} --label=Mono.Options --timeout=5m make -w -C mcs/class/Mono.Options run-test
-if [[ ${CI_TAGS} == *'win-'* ]] || [[ ${CI_TAGS} == *'coop-gc'* ]]
+if [[ ${CI_TAGS} == *'win-'* ]]
then ${TESTCMD} --label=Mono.Profiler.Log-xunit --skip;
else ${TESTCMD} --label=Mono.Profiler.Log-xunit --timeout=30m make -w -C mcs/class/Mono.Profiler.Log run-xunit-test
fi