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

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