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:
authorJérôme Laban <jerome.laban@nventive.com>2019-12-16 16:28:26 +0300
committerLarry Ewing <lewing@microsoft.com>2019-12-16 16:28:26 +0300
commit5562065e73276aa9faaeb08010930b945881ea8a (patch)
treeb9366f20a0ea7f238799672962fa0df859f9b648 /scripts/ci
parent84221f04b5ff1f5f6de69100494ae7cb3ba94975 (diff)
[Wasm] Enable dynamic runtime tests (#18098)
* [Wasm] Enable dynamic runtime tests - Add dynamic runtime browser tests in CI - Change `release-dynamic` to `dynamic-release` to align with other runtimes - Add `-dynamic-runtime` flag for packager.exe - Add debug configuration for dynamic runtime - Fix invalid MAIN_MODULE=2 flag, which forces the emscripten linker to pass even on exported functions.
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/run-jenkins.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh
index df8065e3163..17316063f9c 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -356,6 +356,7 @@ if [[ ${CI_TAGS} == *'webassembly'* ]] || [[ ${CI_TAGS} == *'wasm'* ]];
#${TESTCMD} --label=debugger --timeout=20m $gnumake -C sdks/wasm test-debugger
${TESTCMD} --label=browser --timeout=20m $gnumake -C sdks/wasm run-browser-tests
#${TESTCMD} --label=browser-threads --timeout=20m $gnumake -C sdks/wasm run-browser-threads-tests
+ ${TESTCMD} --label=browser-dynamic --timeout=20m $gnumake -C sdks/wasm run-browser-dynamic-tests
if [[ ${CI_TAGS} == *'osx-amd64'* ]]; then
${TESTCMD} --label=browser-safari --timeout=20m $gnumake -C sdks/wasm run-browser-safari-tests
fi