mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +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/encoding/api-basics.any.js.ini
Normal file
6
tests/wpt/meta/encoding/api-basics.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[api-basics.any.html]
|
||||
|
||||
[api-basics.any.worker.html]
|
||||
|
||||
[api-basics.any.shadowrealm.html]
|
||||
expected: ERROR
|
6
tests/wpt/meta/encoding/api-surrogates-utf8.any.js.ini
Normal file
6
tests/wpt/meta/encoding/api-surrogates-utf8.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[api-surrogates-utf8.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[api-surrogates-utf8.any.worker.html]
|
||||
|
||||
[api-surrogates-utf8.any.html]
|
6
tests/wpt/meta/encoding/iso-2022-jp-decoder.any.js.ini
Normal file
6
tests/wpt/meta/encoding/iso-2022-jp-decoder.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[iso-2022-jp-decoder.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[iso-2022-jp-decoder.any.worker.html]
|
||||
|
||||
[iso-2022-jp-decoder.any.html]
|
|
@ -30,3 +30,7 @@
|
|||
|
||||
[additional writes should wait for backpressure to be relieved for class TextEncoderStream]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[backpressure.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -174,3 +174,7 @@
|
|||
|
||||
[a throwing ignoreBOM member should cause the constructor to throw]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[decode-attributes.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -37,3 +37,6 @@
|
|||
|
||||
[decode-bad-chunks.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[decode-bad-chunks.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -85,3 +85,6 @@
|
|||
|
||||
[decode-non-utf8.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[decode-non-utf8.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -18,3 +18,7 @@
|
|||
|
||||
[TextDecoderStream readable and writable properties must pass brand checks]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[readable-writable-properties.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
6
tests/wpt/meta/encoding/textdecoder-arguments.any.js.ini
Normal file
6
tests/wpt/meta/encoding/textdecoder-arguments.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[textdecoder-arguments.any.html]
|
||||
|
||||
[textdecoder-arguments.any.worker.html]
|
||||
|
||||
[textdecoder-arguments.any.shadowrealm.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,6 @@
|
|||
[textdecoder-byte-order-marks.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[textdecoder-byte-order-marks.any.html]
|
||||
|
||||
[textdecoder-byte-order-marks.any.worker.html]
|
|
@ -0,0 +1,6 @@
|
|||
[textdecoder-fatal-streaming.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[textdecoder-fatal-streaming.any.worker.html]
|
||||
|
||||
[textdecoder-fatal-streaming.any.html]
|
6
tests/wpt/meta/encoding/textdecoder-fatal.any.js.ini
Normal file
6
tests/wpt/meta/encoding/textdecoder-fatal.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[textdecoder-fatal.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[textdecoder-fatal.any.html]
|
||||
|
||||
[textdecoder-fatal.any.worker.html]
|
6
tests/wpt/meta/encoding/textdecoder-ignorebom.any.js.ini
Normal file
6
tests/wpt/meta/encoding/textdecoder-ignorebom.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[textdecoder-ignorebom.any.worker.html]
|
||||
|
||||
[textdecoder-ignorebom.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[textdecoder-ignorebom.any.html]
|
|
@ -0,0 +1,6 @@
|
|||
[textdecoder-utf16-surrogates.any.worker.html]
|
||||
|
||||
[textdecoder-utf16-surrogates.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
||||
[textdecoder-utf16-surrogates.any.html]
|
|
@ -0,0 +1,6 @@
|
|||
[textencoder-utf16-surrogates.any.worker.html]
|
||||
|
||||
[textencoder-utf16-surrogates.any.html]
|
||||
|
||||
[textencoder-utf16-surrogates.any.shadowrealm.html]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue