Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update web-platform-tests to revision 98b24f230d8d9b04187c0e03e4f33fc205637b15 #11731

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
The table of contents is too big for display.

Always

Just for now

@@ -634,7 +634,7 @@ def check_wpt_lint_errors(files):
if os.path.isdir(wpt_working_dir):
site.addsitedir(wpt_working_dir)
from tools.lint import lint
returncode = lint.lint(files)
returncode = lint.lint(wpt_working_dir, files)
if returncode:
yield ("WPT Lint Tool", "", "lint error(s) in Web Platform Tests: exit status {0}".format(returncode))

Large diffs are not rendered by default.

@@ -0,0 +1,6 @@
[digest.worker]
type: testharness
expected: TIMEOUT
[SHA-1 with empty source data]
expected: FAIL

@@ -0,0 +1,5 @@
[test_digest.html]
type: testharness
[SHA-1 with empty source data]
expected: FAIL

@@ -0,0 +1,3 @@
[aes_cbc.worker]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,3 @@
[aes_ctr.worker]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,3 @@
[aes_gcm.worker]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,3 @@
[rsa.worker]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,3 @@
[test_aes_cbc.html]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,3 @@
[test_aes_ctr.html]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,3 @@
[test_aes_gcm.html]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,3 @@
[test_rsa_oaep.html]
type: testharness
expected: TIMEOUT
@@ -0,0 +1,6 @@
[xmlhttprequest-sync-block-defer-scripts.html]
type: testharness
expected: TIMEOUT
[Check that a sync XHR in a defer script blocks later defer scripts from running]
expected: NOTRUN

@@ -0,0 +1,14 @@
[AddEventListenerOptions-passive.html]
type: testharness
[Supports passive option on addEventListener only]
expected: FAIL

[preventDefault should be ignored if-and-only-if the passive option is true]
expected: FAIL

[passive behavior of one listener should be unaffeted by the presence of other listeners]
expected: FAIL

[Equivalence of option values]
expected: FAIL

@@ -0,0 +1,5 @@
[EventListener-incumbent-global-1.sub.html]
type: testharness
[Check the incumbent global EventListeners are called with]
expected: FAIL

@@ -0,0 +1,5 @@
[EventListener-incumbent-global-2.sub.html]
type: testharness
[Check the incumbent global EventListeners are called with]
expected: FAIL

This file was deleted.

@@ -0,0 +1,5 @@
[historical.html]
type: testharness
[Node member must be nuked: rootNode]
expected: FAIL

@@ -0,0 +1,8 @@
[Node-isConnected.html]
type: testharness
[Test with ordinary child nodes]
expected: FAIL

[Test with iframes]
expected: FAIL

@@ -0,0 +1,5 @@
[ProcessingInstruction-escapes-1.xhtml]
type: testharness
[ProcessingInstruction numeric escapes]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Do only fully active documents count for session history?]
expected: FAIL

@@ -957,9 +957,6 @@
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "commands" with the proper type (69)]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "fgColor" with the proper type (71)]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "linkColor" with the proper type (72)]
expected: FAIL

@@ -984,27 +981,18 @@
[Document interface: calling queryAll(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onabort" with the proper type (93)]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onautocomplete" with the proper type (94)]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onautocompleteerror" with the proper type (95)]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onblur" with the proper type (96)]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmousewheel" with the proper type (135)]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsort" with the proper type (148)]
expected: FAIL

[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onwaiting" with the proper type (155)]
expected: FAIL

[MouseEvent interface: attribute region]
expected: FAIL

@@ -9575,3 +9563,133 @@
[HTMLInputElement interface: createInput("button") must inherit property "useMap" with the proper type (57)]
expected: FAIL
[Document interface: new Document() must inherit property "cssElementMap" with the proper type (52)]
expected: FAIL
[Document interface: new Document() must inherit property "open" with the proper type (54)]
expected: FAIL
[Document interface: new Document() must inherit property "close" with the proper type (56)]
expected: FAIL
[Document interface: new Document() must inherit property "write" with the proper type (57)]
expected: FAIL
[Document interface: new Document() must inherit property "writeln" with the proper type (58)]
expected: FAIL
[Document interface: new Document() must inherit property "designMode" with the proper type (62)]
expected: FAIL
[Document interface: new Document() must inherit property "execCommand" with the proper type (63)]
expected: FAIL
[Document interface: new Document() must inherit property "queryCommandEnabled" with the proper type (64)]
expected: FAIL
[Document interface: new Document() must inherit property "queryCommandIndeterm" with the proper type (65)]
expected: FAIL
[Document interface: new Document() must inherit property "queryCommandState" with the proper type (66)]
expected: FAIL
[Document interface: new Document() must inherit property "queryCommandSupported" with the proper type (67)]
expected: FAIL
[Document interface: new Document() must inherit property "queryCommandValue" with the proper type (68)]
expected: FAIL
[Document interface: new Document() must inherit property "commands" with the proper type (69)]
expected: FAIL
[Document interface: new Document() must inherit property "linkColor" with the proper type (72)]
expected: FAIL
[Document interface: new Document() must inherit property "vlinkColor" with the proper type (73)]
expected: FAIL
[Document interface: new Document() must inherit property "alinkColor" with the proper type (74)]
expected: FAIL
[Document interface: new Document() must inherit property "all" with the proper type (81)]
expected: FAIL
[Document interface: new Document() must inherit property "query" with the proper type (89)]
expected: FAIL
[Document interface: new Document() must inherit property "queryAll" with the proper type (90)]
expected: FAIL
[Document interface: new Document() must inherit property "onautocomplete" with the proper type (94)]
expected: FAIL
[Document interface: new Document() must inherit property "onautocompleteerror" with the proper type (95)]
expected: FAIL
[Document interface: new Document() must inherit property "onmousewheel" with the proper type (135)]
expected: FAIL
[Document interface: new Document() must inherit property "onsort" with the proper type (148)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "tabIndex" with the proper type (7)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "accessKey" with the proper type (10)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "accessKeyLabel" with the proper type (11)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "draggable" with the proper type (12)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "dropzone" with the proper type (13)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "contentEditable" with the proper type (14)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "isContentEditable" with the proper type (15)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "contextMenu" with the proper type (16)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "spellcheck" with the proper type (17)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "forceSpellCheck" with the proper type (18)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "commandType" with the proper type (19)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "commandLabel" with the proper type (20)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "commandIcon" with the proper type (21)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "commandHidden" with the proper type (22)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "commandDisabled" with the proper type (23)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "commandChecked" with the proper type (24)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "onautocomplete" with the proper type (26)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "onautocompleteerror" with the proper type (27)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "onmousewheel" with the proper type (67)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "onsort" with the proper type (80)]
expected: FAIL
@@ -2,5 +2,7 @@
type: testharness
[Check the frame heriarchy 1]
expected: FAIL

[Check the frame heriarchy 2]
expected: FAIL

@@ -1 +1 @@
3535f3f6c25b6e380d190559a5ca03ea70282fe0
0b2cc910d40aeed81d2de3296d371df4d0e81f60
@@ -1,6 +1,5 @@
[tex-image-and-sub-image-2d-with-array-buffer-view.html]
type: testharness

[WebGL test #0: at (0, 0) expected: 0,255,0,255 was 255,0,0,255]
expected: FAIL

@@ -105,3 +104,4 @@

[WebGL test #52: successfullyParsed should be true. Was false.]
expected: FAIL

@@ -353,3 +353,4 @@

[WebGL test #254: getError expected: NO_ERROR. Was INVALID_ENUM : Should be no errors.]
expected: FAIL

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.