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
path: root/sdks/wasm
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-03-29 15:10:29 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2021-03-29 15:10:52 +0300
commitfbdbe8395949668d2584dcbc0072029da9ac7a86 (patch)
tree9fc3555d35a651e6698fc114b127dad5a5bf5451 /sdks/wasm
parent20e5b164e7fe446ab58487eb2237652a53aefd37 (diff)
Disable JSC runs on WASM since it crashes
See https://github.com/mono/mono/issues/20982
Diffstat (limited to 'sdks/wasm')
-rw-r--r--sdks/wasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/wasm/Makefile b/sdks/wasm/Makefile
index 22711c7b67b..56ecaf7c824 100644
--- a/sdks/wasm/Makefile
+++ b/sdks/wasm/Makefile
@@ -706,7 +706,7 @@ run-chrome-%: build-test-suite
run-all-%:
$(MAKE) -C . run-v8-$*
$(MAKE) -C . run-sm-$*
- $(MAKE) -C . run-jsc-$*
+# $(MAKE) -C . run-jsc-$* # crashes: https://github.com/mono/mono/issues/20982
run-debugger-tests: build-debugger-test-app build-dbg-testsuite
if [ ! -z "$(TEST_FILTER)" ]; then \