Closed Bug 1467795 Opened 6 years ago Closed 6 years ago

[wpt-sync] Sync PR 11414 - [idlharness.js] Support subsetTest in idlharness

Categories

(Testing :: web-platform-tests, enhancement, P4)

enhancement

Tracking

(firefox63 fixed)

RESOLVED FIXED
mozilla63
Tracking Status
firefox63 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 11414 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/11414
Details from upstream follow.

Simon Pieters <zcorpan@gmail.com> wrote:
>  [idlharness.js] Support subsetTest in idlharness
>  
>  Fixes #11413.
Component: web-platform-tests → DOM
Product: Testing → Core
Component: DOM → web-platform-tests
Product: Core → Testing
Ran 129 tests and 12834 subtests
OK     : 126
PASS   : 11075
FAIL   : 1759
TIMEOUT: 3

New tests that have failures or other problems:
/dom/interfaces.html?1-1000
    Test driver: FAIL
/dom/interfaces.html?1001-last
    Test driver: FAIL
/html/dom/interfaces.https.html?1-1000
    Document interface: attribute alinkColor: FAIL
    Document interface: attribute all: FAIL
    Document interface: attribute bgColor: FAIL
    Document interface: attribute cookie: FAIL
    Document interface: attribute designMode: FAIL
    Document interface: attribute domain: FAIL
    Document interface: attribute fgColor: FAIL
    Document interface: attribute linkColor: FAIL
    Document interface: attribute oncancel: FAIL
    Document interface: attribute oncuechange: FAIL
    Document interface: attribute onsecuritypolicyviolation: FAIL
    Document interface: attribute vlinkColor: FAIL
    Document interface: calling execCommand(DOMString, boolean, DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling execCommand(DOMString, boolean, DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: calling open(DOMString, DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling open(DOMString, DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: calling open(USVString, DOMString, DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling open(USVString, DOMString, DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandEnabled(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandEnabled(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandIndeterm(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandIndeterm(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandState(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandState(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandSupported(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandSupported(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandValue(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling queryCommandValue(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: calling write(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling write(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: calling writeln(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError: FAIL
    Document interface: calling writeln(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "alinkColor" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "all" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "bgColor" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "captureEvents()" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "clear()" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "close()" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "cookie" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "designMode" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "domain" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "execCommand(DOMString, boolean, DOMString)" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "fgColor" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "linkColor" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncancel" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncuechange" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsecuritypolicyviolation" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "open(DOMString, DOMString)" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "open(USVString, DOMString, DOMString)" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandEnabled(DOMString)" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandIndeterm(DOMString)" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandState(DOMString)" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandSupported(DOMString)" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandValue(DOMString)" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "releaseEvents()" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "vlinkColor" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "write(DOMString)" with the proper type: FAIL
    Document interface: document.implementation.createDocument(null, "", null) must inherit property "writeln(DOMString)" with the proper type: FAIL
    Document interface: iframe.contentDocument must inherit property "all" with the proper type: FAIL
    Document interface: iframe.contentDocument must inherit property "defaultView" with the proper type: FAIL
    Document interface: iframe.contentDocument must inherit property "oncancel" with the proper type: FAIL
    Document interface: iframe.contentDocument must inherit property "oncuechange" with the proper type: FAIL
    Document interface: iframe.contentDocument must inherit property "onsecuritypolicyviolation" with the proper type: FAIL
    Document interface: new Document() must inherit property "alinkColor" with the proper type: FAIL
    Document interface: new Document() must inherit property "all" with the proper type: FAIL
    Document interface: new Document() must inherit property "bgColor" with the proper type: FAIL
    Document interface: new Document() must inherit property "captureEvents()" with the proper type: FAIL
    Document interface: new Document() must inherit property "clear()" with the proper type: FAIL
    Document interface: new Document() must inherit property "close()" with the proper type: FAIL
    Document interface: new Document() must inherit property "cookie" with the proper type: FAIL
    Document interface: new Document() must inherit property "designMode" with the proper type: FAIL
    Document interface: new Document() must inherit property "domain" with the proper type: FAIL
    Document interface: new Document() must inherit property "execCommand(DOMString, boolean, DOMString)" with the proper type: FAIL
    Document interface: new Document() must inherit property "fgColor" with the proper type: FAIL
    Document interface: new Document() must inherit property "linkColor" with the proper type: FAIL
    Document interface: new Document() must inherit property "oncancel" with the proper type: FAIL
    Document interface: new Document() must inherit property "oncuechange" with the proper type: FAIL
    Document interface: new Document() must inherit property "onsecuritypolicyviolation" with the proper type: FAIL
    Document interface: new Document() must inherit property "open(DOMString, DOMString)" with the proper type: FAIL
    Document interface: new Document() must inherit property "open(USVString, DOMString, DOMString)" with the proper type: FAIL
    Document interface: new Document() must inherit property "queryCommandEnabled(DOMString)" with the proper type: FAIL
    Document interface: new Document() must inherit property "queryCommandIndeterm(DOMString)" with the proper type: FAIL
    Document interface: new Document() must inherit property "queryCommandState(DOMString)" with the proper type: FAIL
    Document interface: new Document() must inherit property "queryCommandSupported(DOMString)" with the proper type: FAIL
    Document interface: new Document() must inherit property "queryCommandValue(DOMString)" with the proper type: FAIL
    Document interface: new Document() must inherit property "releaseEvents()" with the proper type: FAIL
    Document interface: new Document() must inherit property "vlinkColor" with the proper type: FAIL
    Document interface: new Document() must inherit property "write(DOMString)" with the proper type: FAIL
    Document interface: new Document() must inherit property "writeln(DOMString)" with the proper type: FAIL
    Document interface: operation captureEvents(): FAIL
    Document interface: operation clear(): FAIL
    Document interface: operation close(): FAIL
    Document interface: operation execCommand(DOMString, boolean, DOMString): FAIL
    Document interface: operation open(DOMString, DOMString): FAIL
    Document interface: operation open(USVString, DOMString, DOMString): FAIL
    Document interface: operation queryCommandEnabled(DOMString): FAIL
    Document interface: operation queryCommandIndeterm(DOMString): FAIL
    Document interface: operation queryCommandState(DOMString): FAIL
    Document interface: operation queryCommandSupported(DOMString): FAIL
    Document interface: operation queryCommandValue(DOMString): FAIL
    Document interface: operation releaseEvents(): FAIL
    Document interface: operation write(DOMString): FAIL
    Document interface: operation writeln(DOMString): FAIL
    HTMLAllCollection interface: calling item(DOMString) on document.all with too few arguments must throw TypeError: FAIL
    HTMLAllCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError: FAIL
    HTMLAllCollection interface: document.all must inherit property "item(DOMString)" with the proper type: FAIL
    HTMLAllCollection interface: document.all must inherit property "length" with the proper type: FAIL
    HTMLAllCollection interface: document.all must inherit property "namedItem(DOMString)" with the proper type: FAIL
    HTMLAllCollection interface: operation item(DOMString): FAIL
    HTMLAllCollection must be primary interface of document.all: FAIL
    HTMLElement interface: attribute inputMode: FAIL
    HTMLElement interface: attribute nonce: FAIL
    HTMLElement interface: attribute oncancel: FAIL
    HTMLElement interface: attribute oncuechange: FAIL
    HTMLElement interface: attribute onsecuritypolicyviolation: FAIL
    HTMLElement interface: attribute translate: FAIL
    HTMLElement interface: document.createElement("noscript") must inherit property "inputMode" with the proper type: FAIL
    HTMLElement interface: document.createElement("noscript") must inherit property "nonce" with the proper type: FAIL
    HTMLElement interface: document.createElement("noscript") must inherit property "oncancel" with the proper type: FAIL
    HTMLElement interface: document.createElement("noscript") must inherit property "oncuechange" with the proper type: FAIL
    HTMLElement interface: document.createElement("noscript") must inherit property "onsecuritypolicyviolation" with the proper type: FAIL
    HTMLElement interface: document.createElement("noscript") must inherit property "translate" with the proper type: FAIL
    Stringification of document.all: FAIL
    Test driver: FAIL
/html/dom/interfaces.https.html?1001-2000
    Test driver: FAIL
/html/dom/interfaces.https.html?2001-3000
    Test driver: FAIL
/html/dom/interfaces.https.html?3001-4000
    Test driver: FAIL
/html/dom/interfaces.https.html?4001-5000
    Test driver: FAIL
/html/dom/interfaces.https.html?5001-6000
    Test driver: FAIL
/html/dom/interfaces.https.html?6001-last
    Test driver: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8fdeb9bf3c6c
[wpt PR 11414] - [idlharness.js] Support subsetTestByKey in idlharness, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/0504c1a13da7
[wpt PR 11414] - Update wpt metadata, a=testonly
https://hg.mozilla.org/mozilla-central/rev/8fdeb9bf3c6c
https://hg.mozilla.org/mozilla-central/rev/0504c1a13da7
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in before you can comment on or make changes to this bug.