mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
This commit is contained in:
parent
aa199307c8
commit
2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions
|
@ -5,7 +5,7 @@ blessings == 1.6
|
||||||
mach == 0.6.0
|
mach == 0.6.0
|
||||||
mozdebug == 0.1
|
mozdebug == 0.1
|
||||||
mozinfo == 0.8
|
mozinfo == 0.8
|
||||||
mozlog == 3.5
|
mozlog == 3.6
|
||||||
setuptools == 18.5
|
setuptools == 18.5
|
||||||
toml == 0.9.2
|
toml == 0.9.2
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,6 @@ class Lint(LintRunner):
|
||||||
from tools.lint import lint
|
from tools.lint import lint
|
||||||
sys.path.remove(wpt_working_dir)
|
sys.path.remove(wpt_working_dir)
|
||||||
file_dir = os.path.abspath(os.path.join(WPT_PATH, suite))
|
file_dir = os.path.abspath(os.path.join(WPT_PATH, suite))
|
||||||
returncode = lint.lint(file_dir, list(files), output_format="json", css_mode=False)
|
returncode = lint.lint(file_dir, list(files), output_format="json")
|
||||||
if returncode:
|
if returncode:
|
||||||
yield ("WPT Lint Tool", "", "lint error(s) in Web Platform Tests: exit status %s" % returncode)
|
yield ("WPT Lint Tool", "", "lint error(s) in Web Platform Tests: exit status %s" % returncode)
|
||||||
|
|
|
@ -93,7 +93,7 @@ skip: true
|
||||||
skip: false
|
skip: false
|
||||||
[performance-timeline]
|
[performance-timeline]
|
||||||
skip: false
|
skip: false
|
||||||
[quirks-mode]
|
[quirks]
|
||||||
skip: false
|
skip: false
|
||||||
[referrer-policy]
|
[referrer-policy]
|
||||||
skip: false
|
skip: false
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[createImageBitmap-invalid-args.html]
|
[createImageBitmap-invalid-args.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
expected: TIMEOUT
|
||||||
[createImageBitmap with a HTMLImageElement source and sw set to 0 rejects with a RangeError.]
|
[createImageBitmap with a HTMLImageElement source and sw set to 0 rejects with a RangeError.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -84,3 +85,9 @@
|
||||||
[createImageBitmap with an undecodable blob source rejects with an InvalidStateError.]
|
[createImageBitmap with an undecodable blob source rejects with an InvalidStateError.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with a broken image source rejects with an InvalidStateError.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[createImageBitmap with an available but undecodable image source rejects with an InvalidStateError.]
|
||||||
|
expected: TIMEOUT
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[Blob-Request-revoke-fetch.html]
|
||||||
|
[Revoke blob URL after creating Request, will fetch]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[Blob-constructor-endings.html]
|
||||||
|
[Blob constructor: endings option]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -32,3 +32,6 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
bug: https://github.com/servo/servo/issues/10911
|
bug: https://github.com/servo/servo/issues/10911
|
||||||
|
|
||||||
|
[options properties should be accessed in lexicographic order.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[File-constructor-endings.html]
|
||||||
|
[File constructor: endings option]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -12,3 +12,12 @@
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
bug: https://github.com/servo/servo/issues/10911
|
bug: https://github.com/servo/servo/issues/10911
|
||||||
|
|
||||||
|
[HTMLDocument in fileBits]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Invalid bits argument: "hello"]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Using object fileName]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[send-file-form-iso-2022-jp.tentative.html]
|
||||||
|
[Upload files in ISO-2022-JP form (tentative)]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[send-file-form-utf-8.html]
|
||||||
|
[Upload files in UTF-8 form]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[send-file-form-windows-1252.tentative.html]
|
||||||
|
[Upload files in Windows-1252 form (tentative)]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[send-file-form-x-user-defined.tentative.html]
|
||||||
|
[Upload files in x-user-defined form (tentative)]
|
||||||
|
expected: FAIL
|
||||||
|
|
4
tests/wpt/metadata/FileAPI/file/send-file-form.html.ini
Normal file
4
tests/wpt/metadata/FileAPI/file/send-file-form.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[send-file-form.html]
|
||||||
|
[Upload ASCII-named file in UTF-8 form]
|
||||||
|
expected: FAIL
|
||||||
|
|
4
tests/wpt/metadata/FileAPI/unicode.html.ini
Normal file
4
tests/wpt/metadata/FileAPI/unicode.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[unicode.html]
|
||||||
|
[Blob/Unicode interaction: normalization and encoding]
|
||||||
|
expected: FAIL
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +0,0 @@
|
||||||
[failures.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_AES-CBC.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_AES-CBC.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_AES-CTR.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_AES-CTR.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_AES-GCM.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_AES-GCM.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_AES-KW.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_AES-KW.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_ECDH.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_ECDH.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_ECDSA.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_ECDSA.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_HMAC.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_HMAC.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_RSA-OAEP.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_RSA-OAEP.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_RSA-PSS.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_RSA-PSS.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[failures_RSASSA-PKCS1-v1_5.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[failures_RSASSA-PKCS1-v1_5.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_AES-CBC.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_AES-CBC.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_AES-CTR.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_AES-CTR.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_AES-GCM.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_AES-GCM.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_AES-KW.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_AES-KW.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_ECDH.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_ECDH.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_ECDSA.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_ECDSA.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_HMAC.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_HMAC.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_RSA-OAEP.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_RSA-OAEP.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_RSA-PSS.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_RSA-PSS.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[successes_RSASSA-PKCS1-v1_5.https.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[successes_RSASSA-PKCS1-v1_5.worker.html]
|
|
||||||
type: testharness
|
|
||||||
[Untitled]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[test_failures.https.html]
|
|
||||||
type: testharness
|
|
||||||
[WebCryptoAPI: generateKey() for Failures]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
[no-regexp-special-casing.any.worker.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
||||||
|
[no-regexp-special-casing.any.html]
|
||||||
|
[Untitled]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -12,3 +12,9 @@
|
||||||
[XMLHttpRequest: The send() method: POSTing to URL that redirects (307)]
|
[XMLHttpRequest: The send() method: POSTing to URL that redirects (307)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequest: The send() method: POSTing to URL that redirects (307 (string))]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequest: The send() method: POSTing to URL that redirects (307 (blob))]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[background-color-030.xht]
|
|
||||||
type: reftest
|
|
||||||
expected: FAIL
|
|
|
@ -1,3 +0,0 @@
|
||||||
[background-color-174.xht]
|
|
||||||
type: reftest
|
|
||||||
expected: FAIL
|
|
|
@ -1,3 +0,0 @@
|
||||||
[background-image-002.xht]
|
|
||||||
type: reftest
|
|
||||||
expected: FAIL
|
|
|
@ -1,3 +0,0 @@
|
||||||
[color-083.xht]
|
|
||||||
type: reftest
|
|
||||||
expected: FAIL
|
|
|
@ -1,3 +0,0 @@
|
||||||
[color-084.xht]
|
|
||||||
type: reftest
|
|
||||||
expected: FAIL
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[after-inheritable-001.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[after-inheritable-002.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[before-inheritable-002.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-004.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-010.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-011.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-012.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-014.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-015.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-016.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-017.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-026.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-027.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-028.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-030.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-031.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-032.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-033.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-037.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-038.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-039.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-040.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-041.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-042.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-043.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-046.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-047.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-048.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-050.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-052.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-053.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-054.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-056.xht]
|
||||||
|
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
||||||
|
[content-057.xht]
|
||||||
|
expected: FAIL
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue