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:
authorZoltan Varga <vargaz@gmail.com>2019-07-31 15:20:40 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-31 15:20:40 +0300
commit4170bef2c369823662a56497a5ecbf533b6a818b (patch)
treea31888c19d087b1975bdcdf7596ebf0fd9ca3a05 /scripts
parente0335d357056f9017f7c170ed41f5cb7e3e32399 (diff)
[wasm] Small changes. (#15918)
* [wasm] Touch the dummy .exe files created during linking if they already exist. * [wasm] Display longer stack traces on v8. * [wasm] Add a --native-strip option to the packager, defaults to true. * Add targets for separate interpreter test projects. Normalize main.exe command line arguments.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-jenkins.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh
index d89228b2a72..ac22d0157a1 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -309,11 +309,11 @@ if [[ ${CI_TAGS} == *'webassembly'* ]] || [[ ${CI_TAGS} == *'wasm'* ]];
${TESTCMD} --label=jsc-mini-test --timeout=20m $gnumake -C sdks/wasm run-jsc-mini
#The following tests are not passing yet, so enabling them would make us perma-red
#${TESTCMD} --label=mini-corlib --timeout=20m $gnu$gnumake -C sdks/wasm run-all-corlib
- #${TESTCMD} --label=mini-system --timeout=20m $gnu$gnumake -C sdks/wasm run-all-system
- ${TESTCMD} --label=ch-system-core --timeout=20m $gnumake -C sdks/wasm run-ch-system-core
- ${TESTCMD} --label=v8-system-core --timeout=20m $gnumake -C sdks/wasm run-v8-system-core
- ${TESTCMD} --label=sm-system-core --timeout=20m $gnumake -C sdks/wasm run-sm-system-core
- ${TESTCMD} --label=jsc-system-core --timeout=20m $gnumake -C sdks/wasm run-jsc-system-core
+ #${TESTCMD} --label=mini-system --timeout=20m $gnu$gnumake -C sdks/wasm run-all-System
+ ${TESTCMD} --label=ch-system-core --timeout=20m $gnumake -C sdks/wasm run-ch-System.Core
+ ${TESTCMD} --label=v8-system-core --timeout=20m $gnumake -C sdks/wasm run-v8-System.Core
+ ${TESTCMD} --label=sm-system-core --timeout=20m $gnumake -C sdks/wasm run-sm-System.Core
+ ${TESTCMD} --label=jsc-system-core --timeout=20m $gnumake -C sdks/wasm run-jsc-System.Core
# disable for now until https://github.com/mono/mono/pull/13622 goes in
#${TESTCMD} --label=debugger --timeout=20m $gnumake -C sdks/wasm test-debugger
${TESTCMD} --label=browser --timeout=20m $gnumake -C sdks/wasm run-browser-tests