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:
authorMartin Baulig <mabaul@microsoft.com>2019-04-29 16:43:33 +0300
committerMarek Safar <marek.safar@gmail.com>2019-04-29 16:43:33 +0300
commitb22ed1a09fcea6159e9fd7bbbd2505558f1c8bc7 (patch)
tree83529591556c19b32ac2733829b238596de5934b /scripts/ci/run-test-testing_aot_hybrid.sh
parent90a91429ae75240b4d0e791a563a9d553be09d56 (diff)
Make `testing_aot_full` tests build again in System.Security. (#14244)
* Make `testing_aot_full` tests build again in System.Security. * Add System.Security tests.
Diffstat (limited to 'scripts/ci/run-test-testing_aot_hybrid.sh')
-rwxr-xr-xscripts/ci/run-test-testing_aot_hybrid.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/run-test-testing_aot_hybrid.sh b/scripts/ci/run-test-testing_aot_hybrid.sh
index 089c6a07e7e..5575b36a778 100755
--- a/scripts/ci/run-test-testing_aot_hybrid.sh
+++ b/scripts/ci/run-test-testing_aot_hybrid.sh
@@ -8,6 +8,7 @@ ${TESTCMD} --label=profiler --timeout=30m make -w -C mono/profiler -k check
${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
+${TESTCMD} --label=System.Security --timeout=15m make -w -C mcs/class/System.Security run-test V=1
${TESTCMD} --label=System.Data --timeout=5m make -w -C mcs/class/System.Data run-test
${TESTCMD} --label=System.Web.Services --timeout=5m make -w -C mcs/class/System.Web.Services run-test
${TESTCMD} --label=I18N.CJK --timeout=5m make -w -C mcs/class/I18N/CJK run-test