[Wasm] Run wasm test using all available VMs: V8 & SpiderMonkey for now
Also, add a new directive, `WASM_FAILS_IN`, to specify VMs where a test is expected to fail for now. #KT-56166 Fixed
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// WASM_FAILS_IN: SM
|
||||
// FILE: defaultValues.js
|
||||
function foo(x1 = "d1", x2 = "d2", x3 = "d3", x4 = "d4", x5 = "d5") {
|
||||
return `${x1} ${x2} ${x3} ${x4} ${x5}`;
|
||||
|
||||
Reference in New Issue
Block a user