summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-04-13 18:20:05 +0800
committerGitHub <noreply@github.com>2021-04-13 06:20:05 -0400
commitec1fce58d93de61462ddf0c9e9c58e6e844d2230 (patch)
tree420f2acf3636206f2d68d4af2e221d66b5cac56a /tools
parent36f147364a6990dc7c57542243021a54f2f0a606 (diff)
fix(core): remove wasm-test-streaming flag (#10158)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json129
1 files changed, 21 insertions, 108 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 520ed3b01..587bd69c8 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -470,7 +470,9 @@
"Growing shared memory does not detach old buffer"
],
"toString.any.js": true,
- "type.tentative.any.js": false
+ "type.tentative.any.js": false,
+ "constructor-shared.tentative.any.js": false,
+ "constructor-types.tentative.any.js": false
},
"module": {
"constructor.any.js": true,
@@ -487,7 +489,16 @@
"length.any.js": [
"Setting (sloppy mode)"
],
- "toString.any.js": true
+ "toString.any.js": true,
+ "constructor-reftypes.tentative.any.js": [
+ "initialize externref table with default value",
+ "initialize anyfunc table with default value",
+ "initialize anyfunc table with a bad default value"
+ ],
+ "constructor-types.tentative.any.js": false,
+ "grow-reftypes.tentative.any.js": false,
+ "set-reftypes.tentative.any.js": false,
+ "type.tentative.any.js": false
}
},
"serialization": {
@@ -502,117 +513,19 @@
},
"webapi": {
"abort.any.js": false,
- "body.any.js": true,
- "contenttype.any.js": [
- "Response with Content-Type \"application/wasm\": compileStreaming",
- "Response with Content-Type \"application/wasm\": instantiateStreaming",
- "Response with Content-Type \"APPLICATION/wasm\": compileStreaming",
- "Response with Content-Type \"APPLICATION/wasm\": instantiateStreaming",
- "Response with Content-Type \"APPLICATION/WASM\": compileStreaming",
- "Response with Content-Type \"APPLICATION/WASM\": instantiateStreaming"
- ],
+ "body.any.js": false,
+ "contenttype.any.js": false,
"empty-body.any.js": false,
"historical.any.js": false,
"idlharness.any.js": false,
- "instantiateStreaming-bad-imports.any.js": [
- "Importing a function with an incorrectly-typed value: undefined",
- "Importing a function with an incorrectly-typed value: null",
- "Importing a function with an incorrectly-typed value: true",
- "Importing a function with an incorrectly-typed value: \"\"",
- "Importing a function with an incorrectly-typed value: symbol \"Symbol()\"",
- "Importing a function with an incorrectly-typed value: 1",
- "Importing a function with an incorrectly-typed value: 0.1",
- "Importing a function with an incorrectly-typed value: NaN",
- "Importing a function with an incorrectly-typed value: object \"[object Object]\"",
- "Importing an i32 global with an incorrectly-typed value: undefined",
- "Importing an i32 global with an incorrectly-typed value: null",
- "Importing an i32 global with an incorrectly-typed value: true",
- "Importing an i32 global with an incorrectly-typed value: \"\"",
- "Importing an i32 global with an incorrectly-typed value: symbol \"Symbol()\"",
- "Importing an i32 global with an incorrectly-typed value: plain object",
- "Importing an i32 global with an incorrectly-typed value: WebAssembly.Global",
- "Importing an i32 global with an incorrectly-typed value: WebAssembly.Global.prototype",
- "Importing an i32 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)",
- "Importing an i32 global with an incorrectly-typed value: BigInt",
- "Importing an i32 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type)",
- "Importing an i64 global with an incorrectly-typed value: undefined",
- "Importing an i64 global with an incorrectly-typed value: null",
- "Importing an i64 global with an incorrectly-typed value: true",
- "Importing an i64 global with an incorrectly-typed value: \"\"",
- "Importing an i64 global with an incorrectly-typed value: symbol \"Symbol()\"",
- "Importing an i64 global with an incorrectly-typed value: plain object",
- "Importing an i64 global with an incorrectly-typed value: WebAssembly.Global",
- "Importing an i64 global with an incorrectly-typed value: WebAssembly.Global.prototype",
- "Importing an i64 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)",
- "Importing an i64 global with an incorrectly-typed value: Number",
- "Importing an i64 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type)",
- "Importing an f32 global with an incorrectly-typed value: undefined",
- "Importing an f32 global with an incorrectly-typed value: null",
- "Importing an f32 global with an incorrectly-typed value: true",
- "Importing an f32 global with an incorrectly-typed value: \"\"",
- "Importing an f32 global with an incorrectly-typed value: symbol \"Symbol()\"",
- "Importing an f32 global with an incorrectly-typed value: plain object",
- "Importing an f32 global with an incorrectly-typed value: WebAssembly.Global",
- "Importing an f32 global with an incorrectly-typed value: WebAssembly.Global.prototype",
- "Importing an f32 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)",
- "Importing an f32 global with an incorrectly-typed value: BigInt",
- "Importing an f32 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type)",
- "Importing an f64 global with an incorrectly-typed value: undefined",
- "Importing an f64 global with an incorrectly-typed value: null",
- "Importing an f64 global with an incorrectly-typed value: true",
- "Importing an f64 global with an incorrectly-typed value: \"\"",
- "Importing an f64 global with an incorrectly-typed value: symbol \"Symbol()\"",
- "Importing an f64 global with an incorrectly-typed value: plain object",
- "Importing an f64 global with an incorrectly-typed value: WebAssembly.Global",
- "Importing an f64 global with an incorrectly-typed value: WebAssembly.Global.prototype",
- "Importing an f64 global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)",
- "Importing an f64 global with an incorrectly-typed value: BigInt",
- "Importing an f64 global with an incorrectly-typed value: WebAssembly.Global object (wrong value type)",
- "Importing an i32 mutable global with a primitive value",
- "Importing an i32 mutable global with an immutable Global object",
- "Importing an i64 mutable global with a primitive value",
- "Importing an i64 mutable global with an immutable Global object",
- "Importing an f32 mutable global with a primitive value",
- "Importing an f32 mutable global with an immutable Global object",
- "Importing an f64 mutable global with a primitive value",
- "Importing an f64 mutable global with an immutable Global object",
- "Importing memory with an incorrectly-typed value: undefined",
- "Importing memory with an incorrectly-typed value: null",
- "Importing memory with an incorrectly-typed value: true",
- "Importing memory with an incorrectly-typed value: \"\"",
- "Importing memory with an incorrectly-typed value: symbol \"Symbol()\"",
- "Importing memory with an incorrectly-typed value: 1",
- "Importing memory with an incorrectly-typed value: 0.1",
- "Importing memory with an incorrectly-typed value: NaN",
- "Importing memory with an incorrectly-typed value: plain object",
- "Importing memory with an incorrectly-typed value: WebAssembly.Memory",
- "Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype",
- "Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype)",
- "Importing memory with an incorrectly-typed value: WebAssembly.Memory object (too large)",
- "Importing table with an incorrectly-typed value: undefined",
- "Importing table with an incorrectly-typed value: null",
- "Importing table with an incorrectly-typed value: true",
- "Importing table with an incorrectly-typed value: \"\"",
- "Importing table with an incorrectly-typed value: symbol \"Symbol()\"",
- "Importing table with an incorrectly-typed value: 1",
- "Importing table with an incorrectly-typed value: 0.1",
- "Importing table with an incorrectly-typed value: NaN",
- "Importing table with an incorrectly-typed value: plain object",
- "Importing table with an incorrectly-typed value: WebAssembly.Table",
- "Importing table with an incorrectly-typed value: WebAssembly.Table.prototype",
- "Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)",
- "Importing table with an incorrectly-typed value: WebAssembly.Table object (too large)"
- ],
+ "instantiateStreaming-bad-imports.any.js": false,
"instantiateStreaming.any.js": false,
- "invalid-args.any.js": true,
+ "invalid-args.any.js": false,
"invalid-code.any.js": false,
- "modified-contenttype.any.js": [
- "compileStreaming with Content-Type set late",
- "instantiateStreaming with Content-Type set late"
- ],
- "origin.sub.any.js": true,
- "rejected-arg.any.js": true,
- "status.any.js": true
+ "modified-contenttype.any.js": false,
+ "origin.sub.any.js": false,
+ "rejected-arg.any.js": false,
+ "status.any.js": false
}
},
"WebIDL": {