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

@ -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