Closed
Bug 1464320
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 11011 - Parameterize domain and port references
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11011 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/w3c/web-platform-tests/pull/11011 Details from upstream follow. Mike Pennisi <mike@mikepennisi.com> wrote: > Parameterize domain and port references > > The web-platform-tests server may be configured to run from any host name and any TCP/IP port number. It offers a text substitution feature so that tests can be written to account for this variability. > > Update tests which previously referenced the default host name and port number (i.e. `web-platform.test` and 8000) to instead reference parameterized values. > > >
Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•5 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=cf0ce910ba430713d770413654de7359ab95102d
Assignee | ||
Comment 2•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a6b95a024c98292d233604fe0d9051a094b5eed5
Assignee | ||
Comment 3•5 years ago
|
||
Ran 17 tests and 100 subtests OK : 16 PASS : 62 FAIL : 38 New tests that have failures or other problems: /content-security-policy/nonce-hiding/script-nonces-hidden-meta.tentative.sub.html Cloned node retains nonce when inserted.: FAIL Cloned node retains nonce.: FAIL Document-written script's nonce value.: FAIL Reading 'nonce' content attribute and IDL attribute.: FAIL Writing 'nonce' content attribute.: FAIL createElement.nonce.: FAIL createElement.setAttribute.: FAIL setAttribute('nonce') overwrites '.nonce' upon insertion.: FAIL /content-security-policy/nonce-hiding/svgscript-nonces-hidden-meta.tentative.sub.html Cloned node retains nonce when inserted.: FAIL Cloned node retains nonce.: FAIL Document-written script's nonce value.: FAIL Reading 'nonce' content attribute and IDL attribute.: FAIL Writing 'nonce' content attribute.: FAIL createElement.setAttribute.: FAIL /html/semantics/forms/the-label-element/label-attributes.sub.html A labelable element inside the shadow DOM.: FAIL /webrtc/RTCPeerConnection-getIdentityAssertion.sub.html Calling setIdentityProvider() multiple times should reset identity assertions: FAIL createAnswer() should reject with NotReadableError if identitity assertion request fails: FAIL createOffer() should reject with NotReadableError if identitity assertion request fails: FAIL createOffer() should return SDP containing identity assertion string if identity provider is set: FAIL getIdentityAssertion() should load IdP proxy and return assertion generated: FAIL getIdentityAssertion() should reject with OperationError if mock-idp.js return invalid result: FAIL getIdentityAssertion() should reject with RTCError('idp-bad-script-failure') if IdP proxy script do not register its callback: FAIL getIdentityAssertion() should reject with RTCError('idp-execution-failure') if mock-idp.js throws error: FAIL getIdentityAssertion() should reject with RTCError('idp-load-failure') if IdP cannot be loaded: FAIL getIdentityAssertion() should reject with RTCError('idp-need-login') when mock-idp.js requires login: FAIL getIdentityAssertion() should succeed if mock-idp.js return different domain and protocol in assertion: FAIL setIdentityProvider() with no peerIdentity provided should use peerIdentity value from getConfiguration(): FAIL Tests that are disabled for instability: /clear-site-data/navigation.https.html
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/85d401e12122 [wpt PR 11011] - Parameterize domain and port references, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/f41374897ca8 [wpt PR 11011] - Update wpt metadata, a=testonly
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/85d401e12122 https://hg.mozilla.org/mozilla-central/rev/f41374897ca8
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•