mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Sync WPT with upstream (04-10-2023) (#30493)
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
6
tests/wpt/meta/wasm/jsapi/constructor/compile.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/constructor/compile.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[compile.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[compile.any.worker.html]
|
||||
|
||||
[compile.any.html]
|
|
@ -0,0 +1,6 @@
|
|||
[instantiate-bad-imports.any.html]
|
||||
|
||||
[instantiate-bad-imports.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[instantiate-bad-imports.any.worker.html]
|
|
@ -0,0 +1,6 @@
|
|||
[instantiate.any.html]
|
||||
|
||||
[instantiate.any.worker.html]
|
||||
|
||||
[instantiate.any.shadowrealm.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,6 @@
|
|||
[multi-value.any.worker.html]
|
||||
|
||||
[multi-value.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[multi-value.any.html]
|
|
@ -0,0 +1,6 @@
|
|||
[toStringTag.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[toStringTag.any.html]
|
||||
|
||||
[toStringTag.any.worker.html]
|
|
@ -0,0 +1,6 @@
|
|||
[validate.any.html]
|
||||
|
||||
[validate.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[validate.any.worker.html]
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
[basic.tentative.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[basic.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[constructor.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[constructor.tentative.any.html]
|
||||
|
||||
[constructor.tentative.any.worker.html]
|
|
@ -6,3 +6,7 @@
|
|||
[getArg.tentative.any.html]
|
||||
[Getting out-of-range argument]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[getArg.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[identity.tentative.any.worker.html]
|
||||
|
||||
[identity.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[identity.tentative.any.html]
|
|
@ -0,0 +1,6 @@
|
|||
[is.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[is.tentative.any.html]
|
||||
|
||||
[is.tentative.any.worker.html]
|
|
@ -0,0 +1,6 @@
|
|||
[toString.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[toString.tentative.any.worker.html]
|
||||
|
||||
[toString.tentative.any.html]
|
|
@ -12,3 +12,7 @@
|
|||
|
||||
[test constructing function]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[call.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -66,3 +66,7 @@
|
|||
|
||||
[fail to construct with non-callable object]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[constructor.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -6,3 +6,7 @@
|
|||
[table.tentative.any.worker.html]
|
||||
[Test insertion into table]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[table.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -12,3 +12,7 @@
|
|||
|
||||
[Check all types]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[type.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
6
tests/wpt/meta/wasm/jsapi/global/constructor.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/global/constructor.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[constructor.any.worker.html]
|
||||
|
||||
[constructor.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[constructor.any.html]
|
6
tests/wpt/meta/wasm/jsapi/global/toString.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/global/toString.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[toString.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[toString.any.worker.html]
|
||||
|
||||
[toString.any.html]
|
|
@ -102,3 +102,7 @@
|
|||
|
||||
[anyfunc, immutable]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[type.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[value-get-set.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[value-get-set.any.html]
|
||||
|
||||
[value-get-set.any.worker.html]
|
6
tests/wpt/meta/wasm/jsapi/global/valueOf.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/global/valueOf.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[valueOf.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[valueOf.any.html]
|
||||
|
||||
[valueOf.any.worker.html]
|
|
@ -0,0 +1,6 @@
|
|||
[constructor-bad-imports.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[constructor-bad-imports.any.html]
|
||||
|
||||
[constructor-bad-imports.any.worker.html]
|
|
@ -0,0 +1,6 @@
|
|||
[constructor-caching.any.worker.html]
|
||||
|
||||
[constructor-caching.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[constructor-caching.any.html]
|
|
@ -0,0 +1,6 @@
|
|||
[constructor.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[constructor.any.html]
|
||||
|
||||
[constructor.any.worker.html]
|
6
tests/wpt/meta/wasm/jsapi/instance/exports.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/instance/exports.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[exports.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[exports.any.worker.html]
|
||||
|
||||
[exports.any.html]
|
6
tests/wpt/meta/wasm/jsapi/instance/toString.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/instance/toString.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[toString.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[toString.any.html]
|
||||
|
||||
[toString.any.worker.html]
|
|
@ -6,3 +6,7 @@
|
|||
[interface.any.worker.html]
|
||||
[WebAssembly.Table.set: length]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[interface.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -12,3 +12,7 @@
|
|||
|
||||
[Order of evaluation for descriptor (with shared)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[constructor-shared.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -19,3 +19,6 @@
|
|||
[Non-zero minimum]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[constructor-types.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
6
tests/wpt/meta/wasm/jsapi/memory/constructor.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/memory/constructor.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[constructor.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[constructor.any.html]
|
||||
|
||||
[constructor.any.worker.html]
|
|
@ -7,3 +7,6 @@
|
|||
[Growing shared memory does not detach old buffer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[grow.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -37,3 +37,6 @@
|
|||
[Non-zero initial, no maximum]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[type.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
6
tests/wpt/meta/wasm/jsapi/module/constructor.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/module/constructor.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[constructor.any.worker.html]
|
||||
|
||||
[constructor.any.html]
|
||||
|
||||
[constructor.any.shadowrealm.html]
|
||||
expected: ERROR
|
|
@ -6,3 +6,7 @@
|
|||
[customSections.any.html]
|
||||
[Custom sections with U+FFFD]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[customSections.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
6
tests/wpt/meta/wasm/jsapi/module/exports.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/module/exports.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[exports.any.html]
|
||||
|
||||
[exports.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[exports.any.worker.html]
|
6
tests/wpt/meta/wasm/jsapi/module/imports.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/module/imports.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[imports.any.html]
|
||||
|
||||
[imports.any.worker.html]
|
||||
|
||||
[imports.any.shadowrealm.html]
|
||||
expected: ERROR
|
6
tests/wpt/meta/wasm/jsapi/module/toString.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/module/toString.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[toString.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[toString.any.html]
|
||||
|
||||
[toString.any.worker.html]
|
6
tests/wpt/meta/wasm/jsapi/prototypes.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/prototypes.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[prototypes.any.html]
|
||||
|
||||
[prototypes.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[prototypes.any.worker.html]
|
|
@ -19,3 +19,6 @@
|
|||
[Non-zero minimum]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[constructor-types.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
6
tests/wpt/meta/wasm/jsapi/table/constructor.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/table/constructor.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[constructor.any.worker.html]
|
||||
|
||||
[constructor.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[constructor.any.html]
|
6
tests/wpt/meta/wasm/jsapi/table/get-set.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/table/get-set.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[get-set.any.worker.html]
|
||||
|
||||
[get-set.any.html]
|
||||
|
||||
[get-set.any.shadowrealm.html]
|
||||
expected: ERROR
|
6
tests/wpt/meta/wasm/jsapi/table/grow.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/table/grow.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[grow.any.worker.html]
|
||||
|
||||
[grow.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[grow.any.html]
|
6
tests/wpt/meta/wasm/jsapi/table/length.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/table/length.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[length.any.html]
|
||||
|
||||
[length.any.worker.html]
|
||||
|
||||
[length.any.shadowrealm.html]
|
||||
expected: ERROR
|
6
tests/wpt/meta/wasm/jsapi/table/toString.any.js.ini
Normal file
6
tests/wpt/meta/wasm/jsapi/table/toString.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[toString.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[toString.any.worker.html]
|
||||
|
||||
[toString.any.html]
|
|
@ -30,3 +30,7 @@
|
|||
|
||||
[Non-zero maximum]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[type.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[constructor.tentative.any.html]
|
||||
|
||||
[constructor.tentative.any.worker.html]
|
||||
|
||||
[constructor.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,6 @@
|
|||
[toString.tentative.any.worker.html]
|
||||
|
||||
[toString.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[toString.tentative.any.html]
|
|
@ -18,3 +18,7 @@
|
|||
|
||||
[[i32 i64 f32 f64\]]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[type.tentative.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue