Closed
Bug 1479395
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12225 - Clean up IDL tests which reference SVG
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12225 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12225
Details from upstream follow.
Luke Bjerring <lukebjerring@chromium.org> wrote:
> Clean up IDL tests which reference SVG
>
> Follow-up from #11796 to import the `SVGElement` interface properly.
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Component: CSS Parsing and Computation → web-platform-tests
Product: Core → Testing
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9f3ab28d707a684cbbe35e393c9ee8cd748f17f3
Assignee | ||
Comment 3•7 years ago
|
||
Ran 8 tests and 7999 subtests
OK : 8
PASS : 7501
FAIL : 498
New tests that have failures or other problems:
/cookie-store/idlharness.tentative.https.html
CookieChangeEvent interface: new CookieChangeEvent("change") must inherit property "changed" with the proper type: FAIL
CookieChangeEvent interface: new CookieChangeEvent("change") must inherit property "deleted" with the proper type: FAIL
CookieChangeEvent must be primary interface of new CookieChangeEvent("change"): FAIL
CookieStore interface: calling delete(CookieStoreDeleteOptions) on cookieStore with too few arguments must throw TypeError: FAIL
CookieStore interface: calling delete(USVString) on cookieStore with too few arguments must throw TypeError: FAIL
CookieStore interface: calling get(CookieStoreGetOptions) on cookieStore with too few arguments must throw TypeError: FAIL
CookieStore interface: calling get(USVString) on cookieStore with too few arguments must throw TypeError: FAIL
CookieStore interface: calling getAll(CookieStoreGetOptions) on cookieStore with too few arguments must throw TypeError: FAIL
CookieStore interface: calling getAll(USVString) on cookieStore with too few arguments must throw TypeError: FAIL
CookieStore interface: calling set(CookieStoreSetExtraOptions) on cookieStore with too few arguments must throw TypeError: FAIL
CookieStore interface: calling set(USVString, USVString, CookieStoreSetOptions) on cookieStore with too few arguments must throw TypeError: FAIL
CookieStore interface: cookieStore must inherit property "delete(CookieStoreDeleteOptions)" with the proper type: FAIL
CookieStore interface: cookieStore must inherit property "delete(USVString)" with the proper type: FAIL
CookieStore interface: cookieStore must inherit property "get(CookieStoreGetOptions)" with the proper type: FAIL
CookieStore interface: cookieStore must inherit property "get(USVString)" with the proper type: FAIL
CookieStore interface: cookieStore must inherit property "getAll(CookieStoreGetOptions)" with the proper type: FAIL
CookieStore interface: cookieStore must inherit property "getAll(USVString)" with the proper type: FAIL
CookieStore interface: cookieStore must inherit property "onchange" with the proper type: FAIL
CookieStore interface: cookieStore must inherit property "set(CookieStoreSetExtraOptions)" with the proper type: FAIL
CookieStore interface: cookieStore must inherit property "set(USVString, USVString, CookieStoreSetOptions)" with the proper type: FAIL
CookieStore interface: cookieStore must not have property "getChangeSubscriptions": FAIL
CookieStore interface: cookieStore must not have property "subscribeToChanges": FAIL
CookieStore must be primary interface of cookieStore: FAIL
Stringification of cookieStore: FAIL
Stringification of new CookieChangeEvent("change"): FAIL
/html/dom/interfaces.https.html?exclude=(Document|Window|HTML.*)
SVGElement interface: attribute nonce: FAIL
SVGElement interface: attribute oncancel: FAIL
SVGElement interface: attribute oncuechange: FAIL
SVGElement interface: attribute onsecuritypolicyviolation: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1ec460b3a788
[wpt PR 12225] - Clean up IDL tests which reference SVG, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/263132ef9c2d
[wpt PR 12225] - Update wpt metadata, a=testonly
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1ec460b3a788
https://hg.mozilla.org/mozilla-central/rev/263132ef9c2d
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•