[Wasm] Support Wasm GC milestone 5
This commit is contained in:
@@ -158,7 +158,7 @@ val v8osString = when (currentOsType) {
|
||||
}
|
||||
|
||||
val v8edition = "rel" // rel or dbg
|
||||
val v8version = "9.2.212"
|
||||
val v8version = "10.2.9"
|
||||
val v8fileName = "v8-${v8osString}-${v8edition}-${v8version}"
|
||||
val v8url = "https://storage.googleapis.com/chromium-v8/official/canary/$v8fileName.zip"
|
||||
|
||||
|
||||
@@ -180,7 +180,6 @@ abstract class BasicWasmBoxTest(
|
||||
File(dir, "test.js").writeText(testJs)
|
||||
ExternalTool(System.getProperty("javascript.engine.path.V8"))
|
||||
.run(
|
||||
"--experimental-wasm-typed-funcref",
|
||||
"--experimental-wasm-gc",
|
||||
"--experimental-wasm-eh",
|
||||
*jsFilesBefore.map { File(it).absolutePath }.toTypedArray(),
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// V8 fail: https://bugs.chromium.org/p/v8/issues/detail?id=12834
|
||||
// IGNORE_BACKEND: WASM
|
||||
|
||||
// EXPECTED_REACHABLE_NODES: 1281
|
||||
// FILE: main.kt
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// V8 fail: https://bugs.chromium.org/p/v8/issues/detail?id=12834
|
||||
// IGNORE_BACKEND: WASM
|
||||
|
||||
// EXPECTED_REACHABLE_NODES: 1283
|
||||
package foo
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// V8 fail: https://bugs.chromium.org/p/v8/issues/detail?id=12834
|
||||
// IGNORE_BACKEND: WASM
|
||||
|
||||
// EXPECTED_REACHABLE_NODES: 1284
|
||||
package foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user