Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -8,6 +8,9 @@
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
expected: FAIL
[Object.prototype.toString applied to the namespace object]
expected: FAIL
[toStringTag.any.worker.html]
[Object.prototype.toString applied after deleting @@toStringTag]
@ -19,3 +22,5 @@
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
expected: FAIL
[Object.prototype.toString applied to the namespace object]
expected: FAIL

View file

@ -1,39 +1,9 @@
[basic.tentative.any.html]
[Wasm function throws argument]
expected: FAIL
[Wasm function throws null]
expected: FAIL
[Wasm function throws integer]
expected: FAIL
[Imported JS function throws]
expected: FAIL
[Imported JS function throws, Wasm catches and rethrows]
expected: FAIL
[basic.tentative.any.serviceworker.html]
expected: ERROR
[basic.tentative.any.worker.html]
[Wasm function throws argument]
expected: FAIL
[Wasm function throws null]
expected: FAIL
[Wasm function throws integer]
expected: FAIL
[Imported JS function throws]
expected: FAIL
[Imported JS function throws, Wasm catches and rethrows]
expected: FAIL
[basic.tentative.any.sharedworker.html]
expected: ERROR

View file

@ -1,26 +0,0 @@
[constructor.tentative.any.html]
[name]
expected: FAIL
[length]
expected: FAIL
[Calling]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[constructor.tentative.any.worker.html]
[name]
expected: FAIL
[length]
expected: FAIL
[Calling]
expected: FAIL
[Invalid exception argument]
expected: FAIL

View file

@ -1,32 +1,8 @@
[getArg.tentative.any.worker.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[Index out of bounds]
expected: FAIL
[Getting out-of-range argument]
expected: FAIL
[getArg]
expected: FAIL
[getArg.tentative.any.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[Index out of bounds]
expected: FAIL
[Getting out-of-range argument]
expected: FAIL
[getArg]
expected: FAIL

View file

@ -1,20 +0,0 @@
[is.tentative.any.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[is]
expected: FAIL
[is.tentative.any.worker.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[is]
expected: FAIL

View file

@ -1,14 +0,0 @@
[toString.tentative.any.html]
[Object.prototype.toString on an Exception]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL
[toString.tentative.any.worker.html]
[Object.prototype.toString on an Exception]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL

View file

@ -1,5 +1,3 @@
[entry-different-function-realm.html]
expected: ERROR
[Start function]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +0,0 @@
[incumbent.html]
expected: TIMEOUT
[Start function]
expected: TIMEOUT

View file

@ -1,63 +0,0 @@
[constructor.any.html]
[i64 with default]
expected: FAIL
[Explicit value object with toString returning string for type i64]
expected: FAIL
[Explicit value bigint "123" for type i64]
expected: FAIL
[Explicit value "3" for type i64]
expected: FAIL
[Explicit value object with toString returning bigint for type i64]
expected: FAIL
[Explicit value object with valueOf returning string for type i64]
expected: FAIL
[Explicit value true for type i64]
expected: FAIL
[Explicit value undefined for type i64]
expected: FAIL
[Explicit value false for type i64]
expected: FAIL
[Explicit value object with valueOf returning bigint for type i64]
expected: FAIL
[constructor.any.worker.html]
[i64 with default]
expected: FAIL
[Explicit value object with toString returning string for type i64]
expected: FAIL
[Explicit value bigint "123" for type i64]
expected: FAIL
[Explicit value "3" for type i64]
expected: FAIL
[Explicit value object with toString returning bigint for type i64]
expected: FAIL
[Explicit value object with valueOf returning string for type i64]
expected: FAIL
[Explicit value true for type i64]
expected: FAIL
[Explicit value undefined for type i64]
expected: FAIL
[Explicit value false for type i64]
expected: FAIL
[Explicit value object with valueOf returning bigint for type i64]
expected: FAIL

View file

@ -1,105 +0,0 @@
[value-get-set.any.html]
[Immutable i64 (undefined)]
expected: FAIL
[i64 mutability]
expected: FAIL
[Immutable i64 (false)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (missing)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (empty string)]
expected: FAIL
[Immutable i64 (empty string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (undefined)]
expected: FAIL
[Mutable i64 (true on prototype)]
expected: FAIL
[Immutable i64 (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (false)]
expected: FAIL
[Immutable i64 (missing)]
expected: FAIL
[Mutable i64 (string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (null)]
expected: FAIL
[Mutable i64 (one)]
expected: FAIL
[Mutable i64 (true)]
expected: FAIL
[Immutable i64 (null)]
expected: FAIL
[value-get-set.any.worker.html]
[Immutable i64 (undefined)]
expected: FAIL
[i64 mutability]
expected: FAIL
[Immutable i64 (false)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (missing)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (empty string)]
expected: FAIL
[Immutable i64 (empty string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (undefined)]
expected: FAIL
[Mutable i64 (true on prototype)]
expected: FAIL
[Immutable i64 (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (false)]
expected: FAIL
[Immutable i64 (missing)]
expected: FAIL
[Mutable i64 (string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (null)]
expected: FAIL
[Mutable i64 (one)]
expected: FAIL
[Mutable i64 (true)]
expected: FAIL
[Immutable i64 (null)]
expected: FAIL

View file

@ -1,5 +0,0 @@
[constructor-bad-imports.any.html]
expected: ERROR
[constructor-bad-imports.any.worker.html]
expected: ERROR

View file

@ -1,39 +0,0 @@
[constructor.any.html]
[import with function that takes and returns i64]
expected: FAIL
[Multiple i64 arguments]
expected: FAIL
[i64 mutable WebAssembly.Global import]
expected: FAIL
[import with i64-returning function]
expected: FAIL
[export i64-returning function]
expected: FAIL
[i64 exports and imports]
expected: FAIL
[constructor.any.worker.html]
[import with function that takes and returns i64]
expected: FAIL
[Multiple i64 arguments]
expected: FAIL
[i64 mutable WebAssembly.Global import]
expected: FAIL
[import with i64-returning function]
expected: FAIL
[export i64-returning function]
expected: FAIL
[i64 exports and imports]
expected: FAIL

View file

@ -2,8 +2,13 @@
[Shared memory]
expected: FAIL
[Order of evaluation for descriptor (with shared)]
expected: FAIL
[constructor-shared.tentative.any.html]
[Shared memory]
expected: FAIL
[Order of evaluation for descriptor (with shared)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[customSections.any.worker.html]
[Custom sections with U+FFFD]
expected: FAIL
[customSections.any.html]
[Custom sections with U+FFFD]
expected: FAIL

View file

@ -1,226 +0,0 @@
[proto-from-ctor-realm.html]
[WebAssembly.Table: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Global: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Global: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Module: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Instance: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Memory: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Memory: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Memory: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Instance: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Table: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Instance: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Instance: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Module: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Table: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Module: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Module: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Instance: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Global: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Global: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Module: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Table: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Instance: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Global: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Table: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Table: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Table: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Memory: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `true` prototype]
expected: FAIL

View file

@ -1,33 +0,0 @@
[prototypes.any.html]
[_Module]
expected: FAIL
[_Instance]
expected: FAIL
[_Global]
expected: FAIL
[_Table]
expected: FAIL
[_Memory]
expected: FAIL
[prototypes.any.worker.html]
[_Module]
expected: FAIL
[_Instance]
expected: FAIL
[_Global]
expected: FAIL
[_Table]
expected: FAIL
[_Memory]
expected: FAIL

View file

@ -1,14 +0,0 @@
[constructor.tentative.any.html]
[name]
expected: FAIL
[length]
expected: FAIL
[constructor.tentative.any.worker.html]
[name]
expected: FAIL
[length]
expected: FAIL

View file

@ -1,14 +0,0 @@
[toString.tentative.any.html]
[Object.prototype.toString on a Tag]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL
[toString.tentative.any.worker.html]
[Object.prototype.toString on a Tag]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL

View file

@ -0,0 +1,3 @@
[broadcastchannel-success-and-failure.html]
[WebAssembly.Module cannot cross agent clusters, BroadcastChannel edition]
expected: FAIL

View file

@ -0,0 +1,3 @@
[broadcastchannel-success.html]
[Structured cloning of WebAssembly.Module: BroadcastChannel within the same agent cluster]
expected: FAIL

View file

@ -0,0 +1,10 @@
[identity-not-preserved.html]
expected: ERROR
[postMessaging to this window does not give back the same WebAssembly.Module]
expected: TIMEOUT
[postMessaging to a worker and back does not give back the same WebAssembly.Module]
expected: TIMEOUT
[postMessaging to an iframe and back does not give back the same WebAssembly.Module]
expected: FAIL

View file

@ -0,0 +1,7 @@
[nested-worker-success.any.worker.html]
[postMessaging to a dedicated sub-worker allows them to see each others' modifications]
expected: FAIL
[nested-worker-success.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,14 @@
[serialization-via-idb.any.html]
[WebAssembly.Module cloning via IndexedDB: basic case]
expected: FAIL
[WebAssembly.Module cloning via the IndexedDB: is interleaved correctly]
expected: FAIL
[serialization-via-idb.any.worker.html]
[WebAssembly.Module cloning via IndexedDB: basic case]
expected: FAIL
[WebAssembly.Module cloning via the IndexedDB: is interleaved correctly]
expected: FAIL

View file

@ -0,0 +1,14 @@
[serialization-via-notifications-api.any.worker.html]
[WebAssembly.Module cloning via the Notifications API's data member: basic case]
expected: FAIL
[WebAssembly.Module cloning via the Notifications API's data member: is interleaved correctly]
expected: FAIL
[serialization-via-notifications-api.any.html]
[WebAssembly.Module cloning via the Notifications API's data member: basic case]
expected: FAIL
[WebAssembly.Module cloning via the Notifications API's data member: is interleaved correctly]
expected: FAIL

View file

@ -0,0 +1,3 @@
[window-domain-success.sub.html]
[postMessaging to a same-origin-domain (but not same-origin) iframe allows them to instantiate]
expected: FAIL

View file

@ -0,0 +1,3 @@
[window-messagechannel-success.html]
[postMessaging to a dedicated worker via MessageChannel allows them to instantiate]
expected: FAIL

View file

@ -0,0 +1,3 @@
[window-serviceworker-failure.https.html]
[WebAssembly.Module cannot cross agent clusters, service worker edition]
expected: FAIL

View file

@ -0,0 +1,3 @@
[window-sharedworker-failure.html]
[WebAssembly.Modules cannot cross agent clusters, shared worker edition]
expected: FAIL

View file

@ -0,0 +1,3 @@
[window-similar-but-cross-origin-success.sub.html]
[postMessaging to a not same-origin-domain, but similar origin, iframe allows them to instantiate]
expected: FAIL

View file

@ -0,0 +1,12 @@
[window-simple-success.html]
[postMessaging to a dedicated worker allows them to instantiate]
expected: FAIL
[postMessaging to a same-origin iframe allows them to instantiate]
expected: FAIL
[postMessaging to a same-origin deeply-nested iframe allows them to instantiate]
expected: FAIL
[postMessaging to a same-origin opened window allows them to instantiate]
expected: FAIL

View file

@ -0,0 +1,38 @@
[abort.any.html]
[compileStreaming() on an already-aborted request should reject with AbortError]
expected: FAIL
[compileStreaming() synchronously followed by abort should reject with AbortError]
expected: FAIL
[compileStreaming() asynchronously racing with abort should succeed or reject with AbortError]
expected: FAIL
[instantiateStreaming() on an already-aborted request should reject with AbortError]
expected: FAIL
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
expected: FAIL
[instantiateStreaming() asynchronously racing with abort should succeed or reject with AbortError]
expected: FAIL
[abort.any.worker.html]
[compileStreaming() on an already-aborted request should reject with AbortError]
expected: FAIL
[compileStreaming() synchronously followed by abort should reject with AbortError]
expected: FAIL
[compileStreaming() asynchronously racing with abort should succeed or reject with AbortError]
expected: FAIL
[instantiateStreaming() on an already-aborted request should reject with AbortError]
expected: FAIL
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
expected: FAIL
[instantiateStreaming() asynchronously racing with abort should succeed or reject with AbortError]
expected: FAIL

View file

@ -0,0 +1,9 @@
[body.any.sharedworker.html]
expected: ERROR
[body.any.html]
[body.any.serviceworker.html]
expected: ERROR
[body.any.worker.html]

View file

@ -0,0 +1,32 @@
[contenttype.any.sharedworker.html]
expected: ERROR
[contenttype.any.worker.html]
[Response with Content-Type "application/wasm;": compileStreaming]
expected: FAIL
[Response with Content-Type "application/wasm;": instantiateStreaming]
expected: FAIL
[Response with Content-Type "application/wasm;x": compileStreaming]
expected: FAIL
[Response with Content-Type "application/wasm;x": instantiateStreaming]
expected: FAIL
[contenttype.any.serviceworker.html]
expected: ERROR
[contenttype.any.html]
[Response with Content-Type "application/wasm;": compileStreaming]
expected: FAIL
[Response with Content-Type "application/wasm;": instantiateStreaming]
expected: FAIL
[Response with Content-Type "application/wasm;x": compileStreaming]
expected: FAIL
[Response with Content-Type "application/wasm;x": instantiateStreaming]
expected: FAIL

View file

@ -0,0 +1,58 @@
[empty-body.any.worker.html]
expected: TIMEOUT
[compileStreaming: no body]
expected: TIMEOUT
[compileStreaming: no body in a promise]
expected: NOTRUN
[compileStreaming: empty body]
expected: NOTRUN
[compileStreaming: empty body in a promise]
expected: NOTRUN
[instantiateStreaming: no body]
expected: NOTRUN
[instantiateStreaming: no body in a promise]
expected: NOTRUN
[instantiateStreaming: empty body]
expected: NOTRUN
[instantiateStreaming: empty body in a promise]
expected: NOTRUN
[empty-body.any.serviceworker.html]
expected: ERROR
[empty-body.any.sharedworker.html]
expected: ERROR
[empty-body.any.html]
expected: TIMEOUT
[compileStreaming: no body]
expected: TIMEOUT
[compileStreaming: no body in a promise]
expected: NOTRUN
[compileStreaming: empty body]
expected: NOTRUN
[compileStreaming: empty body in a promise]
expected: NOTRUN
[instantiateStreaming: no body]
expected: NOTRUN
[instantiateStreaming: no body in a promise]
expected: NOTRUN
[instantiateStreaming: empty body]
expected: NOTRUN
[instantiateStreaming: empty body in a promise]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[historical.any.serviceworker.html]
expected: ERROR
[historical.any.sharedworker.html]
expected: ERROR
[historical.any.worker.html]
[historical]
expected: FAIL
[historical.any.html]
[historical]
expected: FAIL

View file

@ -2,7 +2,7 @@
expected: ERROR
[instantiateStreaming-bad-imports.any.html]
expected: ERROR
expected: TIMEOUT
[Importing an f32 global with an incorrectly-typed value: BigInt]
expected: NOTRUN
@ -207,9 +207,102 @@
[Importing a function with an incorrectly-typed value: true]
expected: NOTRUN
[Importing an i64 mutable global with an immutable Global object]
expected: NOTRUN
[Importing an f32 mutable global with a primitive value]
expected: NOTRUN
[Importing an f32 mutable global with an immutable Global object]
expected: NOTRUN
[Importing an f64 mutable global with a primitive value]
expected: NOTRUN
[Importing an f64 mutable global with an immutable Global object]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: undefined]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: null]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: true]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: ""]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: symbol "Symbol()"]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: 1]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: 0.1]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: NaN]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: plain object]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: WebAssembly.Memory]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype)]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: WebAssembly.Memory object (too large)]
expected: NOTRUN
[Importing table with an incorrectly-typed value: undefined]
expected: NOTRUN
[Importing table with an incorrectly-typed value: null]
expected: NOTRUN
[Importing table with an incorrectly-typed value: true]
expected: NOTRUN
[Importing table with an incorrectly-typed value: ""]
expected: NOTRUN
[Importing table with an incorrectly-typed value: symbol "Symbol()"]
expected: NOTRUN
[Importing table with an incorrectly-typed value: 1]
expected: NOTRUN
[Importing table with an incorrectly-typed value: 0.1]
expected: NOTRUN
[Importing table with an incorrectly-typed value: NaN]
expected: NOTRUN
[Importing table with an incorrectly-typed value: plain object]
expected: NOTRUN
[Importing table with an incorrectly-typed value: WebAssembly.Table]
expected: NOTRUN
[Importing table with an incorrectly-typed value: WebAssembly.Table.prototype]
expected: NOTRUN
[Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)]
expected: NOTRUN
[Importing table with an incorrectly-typed value: WebAssembly.Table object (too large)]
expected: NOTRUN
[instantiateStreaming-bad-imports.any.worker.html]
expected: ERROR
expected: TIMEOUT
[Importing an f32 global with an incorrectly-typed value: BigInt]
expected: NOTRUN
@ -414,6 +507,99 @@
[Importing a function with an incorrectly-typed value: true]
expected: NOTRUN
[Importing an i64 mutable global with an immutable Global object]
expected: NOTRUN
[Importing an f32 mutable global with a primitive value]
expected: NOTRUN
[Importing an f32 mutable global with an immutable Global object]
expected: NOTRUN
[Importing an f64 mutable global with a primitive value]
expected: NOTRUN
[Importing an f64 mutable global with an immutable Global object]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: undefined]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: null]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: true]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: ""]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: symbol "Symbol()"]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: 1]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: 0.1]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: NaN]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: plain object]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: WebAssembly.Memory]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype)]
expected: NOTRUN
[Importing memory with an incorrectly-typed value: WebAssembly.Memory object (too large)]
expected: NOTRUN
[Importing table with an incorrectly-typed value: undefined]
expected: NOTRUN
[Importing table with an incorrectly-typed value: null]
expected: NOTRUN
[Importing table with an incorrectly-typed value: true]
expected: NOTRUN
[Importing table with an incorrectly-typed value: ""]
expected: NOTRUN
[Importing table with an incorrectly-typed value: symbol "Symbol()"]
expected: NOTRUN
[Importing table with an incorrectly-typed value: 1]
expected: NOTRUN
[Importing table with an incorrectly-typed value: 0.1]
expected: NOTRUN
[Importing table with an incorrectly-typed value: NaN]
expected: NOTRUN
[Importing table with an incorrectly-typed value: plain object]
expected: NOTRUN
[Importing table with an incorrectly-typed value: WebAssembly.Table]
expected: NOTRUN
[Importing table with an incorrectly-typed value: WebAssembly.Table.prototype]
expected: NOTRUN
[Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)]
expected: NOTRUN
[Importing table with an incorrectly-typed value: WebAssembly.Table object (too large)]
expected: NOTRUN
[instantiateStreaming-bad-imports.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,9 @@
[invalid-args.any.html]
[invalid-args.any.serviceworker.html]
expected: ERROR
[invalid-args.any.worker.html]
[invalid-args.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,9 @@
[origin.sub.any.worker.html]
[origin.sub.any.sharedworker.html]
expected: ERROR
[origin.sub.any.html]
[origin.sub.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,9 @@
[rejected-arg.any.serviceworker.html]
expected: ERROR
[rejected-arg.any.worker.html]
[rejected-arg.any.html]
[rejected-arg.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,92 @@
[status.any.html]
[Response with status 300: compileStreaming]
expected: FAIL
[Response with status 400: compileStreaming]
expected: FAIL
[Response with status 404: compileStreaming]
expected: FAIL
[Response with status 500: compileStreaming]
expected: FAIL
[Response with status 600: compileStreaming]
expected: FAIL
[Response with status 700: compileStreaming]
expected: FAIL
[Response with status 999: compileStreaming]
expected: FAIL
[Response with status 300: instantiateStreaming]
expected: FAIL
[Response with status 400: instantiateStreaming]
expected: FAIL
[Response with status 404: instantiateStreaming]
expected: FAIL
[Response with status 500: instantiateStreaming]
expected: FAIL
[Response with status 600: instantiateStreaming]
expected: FAIL
[Response with status 700: instantiateStreaming]
expected: FAIL
[Response with status 999: instantiateStreaming]
expected: FAIL
[status.any.sharedworker.html]
expected: ERROR
[status.any.serviceworker.html]
expected: ERROR
[status.any.worker.html]
[Response with status 300: compileStreaming]
expected: FAIL
[Response with status 400: compileStreaming]
expected: FAIL
[Response with status 404: compileStreaming]
expected: FAIL
[Response with status 500: compileStreaming]
expected: FAIL
[Response with status 600: compileStreaming]
expected: FAIL
[Response with status 700: compileStreaming]
expected: FAIL
[Response with status 999: compileStreaming]
expected: FAIL
[Response with status 300: instantiateStreaming]
expected: FAIL
[Response with status 400: instantiateStreaming]
expected: FAIL
[Response with status 404: instantiateStreaming]
expected: FAIL
[Response with status 500: instantiateStreaming]
expected: FAIL
[Response with status 600: instantiateStreaming]
expected: FAIL
[Response with status 700: instantiateStreaming]
expected: FAIL
[Response with status 999: instantiateStreaming]
expected: FAIL