[wpt-sync] Sync PR 23826 - [QuicTransport] Add wpt for constructor
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23826 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23826
Details from upstream follow.
Adam Rice <ricea@chromium.org> wrote:
[QuicTransport] Add wpt for constructor
Verify that the QuicTransport constructor rejects incorrect URLs.
Also verify that attempting to connect to port 0 fails.
BUG=1011392
Change-Id: I57d209569633c351dd408cdced1d7e44f92f1065
Reviewed-on: https://chromium-review.googlesource.com/2217680
WPT-Export-Revision: 92a93a062249df598be1f2126c713b0470443399
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 8 subtests
Status Summary
Firefox
OK : 4
FAIL : 32
Chrome
OK : 4
PASS : 32
Safari
OK : 3
FAIL : 24
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webtransport/quic/constructor.any.html
QuicTransport constructor should reject URL '': FAIL (Chrome: PASS, Safari: FAIL)
connection to port 0 should fail: FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'quic-transport:///': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'null': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'quic-transport://web-platform.test:999999/': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'quic-transport://example.com/#failing': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'https://example.com/': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'no-scheme': FAIL (Chrome: PASS, Safari: FAIL)
/webtransport/quic/constructor.any.worker.html
QuicTransport constructor should reject URL '': FAIL (Chrome: PASS, Safari: FAIL)
connection to port 0 should fail: FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'quic-transport:///': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'null': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'quic-transport://web-platform.test:999999/': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'quic-transport://example.com/#failing': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'https://example.com/': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'no-scheme': FAIL (Chrome: PASS, Safari: FAIL)
/webtransport/quic/constructor.any.serviceworker.html
QuicTransport constructor should reject URL '': FAIL (Chrome: PASS, Safari: FAIL)
connection to port 0 should fail: FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'quic-transport:///': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'null': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'quic-transport://web-platform.test:999999/': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'quic-transport://example.com/#failing': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'https://example.com/': FAIL (Chrome: PASS, Safari: FAIL)
QuicTransport constructor should reject URL 'no-scheme': FAIL (Chrome: PASS, Safari: FAIL)
/webtransport/quic/constructor.any.sharedworker.html
QuicTransport constructor should reject URL '': FAIL (Chrome: PASS)
connection to port 0 should fail: FAIL (Chrome: PASS)
QuicTransport constructor should reject URL 'quic-transport:///': FAIL (Chrome: PASS)
QuicTransport constructor should reject URL 'null': FAIL (Chrome: PASS)
QuicTransport constructor should reject URL 'quic-transport://web-platform.test:999999/': FAIL (Chrome: PASS)
QuicTransport constructor should reject URL 'quic-transport://example.com/#failing': FAIL (Chrome: PASS)
QuicTransport constructor should reject URL 'https://example.com/': FAIL (Chrome: PASS)
QuicTransport constructor should reject URL 'no-scheme': FAIL (Chrome: PASS)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/25312f745a36
https://hg.mozilla.org/mozilla-central/rev/1f0d02d87cd8
Description
•