summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-04-26 23:54:07 +0800
committerGitHub <noreply@github.com>2021-04-26 17:54:07 +0200
commite4e7d957e8cde899d48878c83f2099b0028dfdef (patch)
tree23e0503921c4749aab4a0ba08ddaec6b7756f4ba /tools
parent791513d608279796a6a1fd963ea1d5b012699baa (diff)
feat(core): enable wasm threading support (#10116)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json56
1 files changed, 6 insertions, 50 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 72e96a031..5159ac0b0 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -39,30 +39,6 @@
"api-replacement-encodings.any.js": true,
"api-surrogates-utf8.any.js": true,
"encodeInto.any.js": [
- "encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 0",
- "encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 0",
- "encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 128",
- "encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 128",
- "encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler random",
- "encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler random",
- "encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 0",
- "encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 0",
- "encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 128",
- "encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 128",
- "encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler random",
- "encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler random",
- "encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 0",
- "encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 0",
- "encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 128",
- "encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 128",
- "encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler random",
- "encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler random",
- "encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 0",
- "encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 0",
- "encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 128",
- "encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 128",
- "encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler random",
- "encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler random",
"encodeInto() into ArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 0, filler 0",
"encodeInto() into SharedArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 0, filler 0",
"encodeInto() into ArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 4, filler 0",
@@ -87,23 +63,7 @@
"encodeInto() into SharedArrayBuffer with A\udf06 and destination length 4, offset 0, filler random",
"encodeInto() into ArrayBuffer with A\udf06 and destination length 4, offset 4, filler random",
"encodeInto() into SharedArrayBuffer with A\udf06 and destination length 4, offset 4, filler random",
- "encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 0",
- "encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 0",
- "encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 128",
- "encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 128",
- "encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler random",
- "encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler random",
- "encodeInto() and a detached output buffer",
- "Invalid encodeInto() destination: DataView, backed by: SharedArrayBuffer",
- "Invalid encodeInto() destination: Int8Array, backed by: SharedArrayBuffer",
- "Invalid encodeInto() destination: Int16Array, backed by: SharedArrayBuffer",
- "Invalid encodeInto() destination: Int32Array, backed by: SharedArrayBuffer",
- "Invalid encodeInto() destination: Uint16Array, backed by: SharedArrayBuffer",
- "Invalid encodeInto() destination: Uint32Array, backed by: SharedArrayBuffer",
- "Invalid encodeInto() destination: Uint8ClampedArray, backed by: SharedArrayBuffer",
- "Invalid encodeInto() destination: Float32Array, backed by: SharedArrayBuffer",
- "Invalid encodeInto() destination: Float64Array, backed by: SharedArrayBuffer",
- "Invalid encodeInto() destination: SharedArrayBuffer"
+ "encodeInto() and a detached output buffer"
],
"idlharness.any.js": [
"TextDecoder interface: existence and properties of interface object",
@@ -160,10 +120,7 @@
"realms.window.js": false
},
"textdecoder-byte-order-marks.any.js": true,
- "textdecoder-copy.any.js": [
- "Modify buffer after passing it in (ArrayBuffer)",
- "Modify buffer after passing it in (SharedArrayBuffer)"
- ],
+ "textdecoder-copy.any.js": false,
"textdecoder-fatal-single-byte.any.js": true,
"textdecoder-fatal-streaming.any.js": [
"Fatal flag, streaming cases"
@@ -206,7 +163,8 @@
"Encoding argument supported for decode: x-user-defined"
],
"textencoder-utf16-surrogates.any.js": true,
- "unsupported-encodings.any.js": false
+ "unsupported-encodings.any.js": false,
+ "textdecoder-arguments.any.js": false
},
"hr-time": {
"monotonic-clock.any.js": true,
@@ -643,12 +601,10 @@
"Setting (sloppy mode)"
],
"constructor.any.js": true,
- "grow.any.js": [
- "Growing shared memory does not detach old buffer"
- ],
+ "grow.any.js": true,
"toString.any.js": true,
"type.tentative.any.js": false,
- "constructor-shared.tentative.any.js": false,
+ "constructor-shared.tentative.any.js": true,
"constructor-types.tentative.any.js": false
},
"module": {