[Wasm] Return SpiderMonkey in box tests

^KT-61958 fixed
This commit is contained in:
Gavriil Maksyutenko
2023-09-20 20:03:24 +03:00
committed by Space Team
parent c9ba080383
commit b119b4de02
@@ -117,8 +117,7 @@ class WasmBoxRunner(
val disableExceptions = DISABLE_WASM_EXCEPTION_HANDLING in testServices.moduleStructure.allDirectives
// 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 ->
val exceptions = listOf(WasmVM.V8, WasmVM.SpiderMonkey).mapNotNull { vm ->
vm.runWithCathedExceptions(
debugMode = debugMode,
disableExceptions = disableExceptions,