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:
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:11:36 +0300
commit8c331833c72415f2be4655fea2543975527a476a (patch)
treeedaa1fe1b18eaa33f128d6f625ec2822f39f42ce
parent69cfb5fa61ab9b78c7c4f76812b8b84f165dc73d (diff)
Disable JSC runs on WASM since it crashes
See https://github.com/mono/mono/issues/20982 (cherry picked from commit fbdbe8395949668d2584dcbc0072029da9ac7a86)
-rw-r--r--sdks/wasm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/wasm/Makefile b/sdks/wasm/Makefile
index a33a5d7b351..986d8281458 100644
--- a/sdks/wasm/Makefile
+++ b/sdks/wasm/Makefile
@@ -642,7 +642,7 @@ run-all-%:
$(MAKE) -C . run-ch-$*
$(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
dotnet test DebuggerTestSuite