[Wasm] Temporarily disable running tests on SpiderMonkey

#KT-59720
This commit is contained in:
Zalim Bashorov
2023-09-14 12:07:55 +02:00
committed by Space Team
parent c71a341a53
commit 48d4bb5261
@@ -117,7 +117,8 @@ class WasmBoxRunner(
val disableExceptions = DISABLE_WASM_EXCEPTION_HANDLING in testServices.moduleStructure.allDirectives
val exceptions = listOf(WasmVM.V8, WasmVM.SpiderMonkey).mapNotNull { vm ->
// TODO: KT-61958 Update SpiderMonkey and return its usage in tests when they switch to the final opcodes for GC and FTR proposals.
val exceptions = listOf(WasmVM.V8, /*WasmVM.SpiderMonkey*/).mapNotNull { vm ->
vm.runWithCathedExceptions(
debugMode = debugMode,
disableExceptions = disableExceptions,