Closed Bug 1638805 Opened 5 years ago Closed 5 years ago

[wpt-sync] Sync PR 23666 - [websockets] rename stream-tentative/ directory to stream.tentative/

Categories

(Core :: Networking: WebSockets, task, P4)

task

Tracking

()

RESOLVED FIXED
mozilla78
Tracking Status
firefox78 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Philip Jägenstedt <philip@foolip.org> wrote:

[websockets] rename stream-tentative/ directory to stream.tentative/

See https://github.com/web-platform-tests/wpt/issues/23300.

Component: web-platform-tests → Networking: WebSockets
Product: Testing → Core

CI Results

Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 20 tests and 3 subtests

Status Summary

Firefox

OK : 20
FAIL : 164

Chrome

OK : 20
PASS : 164

Safari

OK : 15
FAIL : 123
ERROR: 5

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/websockets/stream.tentative/backpressure-receive.any.serviceworker.html
backpressure should be applied to received messages: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/abort.any.html
abort after connect should do nothing: FAIL (Chrome: PASS, Safari: FAIL)
abort during handshake should work: FAIL (Chrome: PASS, Safari: FAIL)
abort before constructing should prevent connection: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/close.any.serviceworker.html
unspecified close code with non-empty reason should set code to 1000: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with an invalid code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close() with an overlong reason should throw: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 5000 should throw: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a DOMException should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 999 should throw: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a DOMException should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close(true) should throw a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a reason but no code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
closing the writable should result in a clean close: FAIL (Chrome: PASS, Safari: FAIL)
close during handshake should work: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable should result in a clean close: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with an invalid code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a code and reason should use them: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a code and reason should use them: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a code should send that code: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 2999 should throw: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a reason but no code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with an invalid reason should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
writer close() promise should not resolve until handshake completes: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a code should send that code: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with an invalid reason should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 1001 should throw: FAIL (Chrome: PASS, Safari: FAIL)
close code should be sent to server and reflected back: FAIL (Chrome: PASS, Safari: FAIL)
no close argument should send empty Close frame: FAIL (Chrome: PASS, Safari: FAIL)
unspecified close code with empty reason should send empty Close frame: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable should result in a clean close: FAIL (Chrome: PASS, Safari: FAIL)
unspecified close code should send empty Close frame: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/close.any.sharedworker.html
unspecified close code with non-empty reason should set code to 1000: FAIL (Chrome: PASS)
canceling the readable with an invalid code should be ignored: FAIL (Chrome: PASS)
close() with an overlong reason should throw: FAIL (Chrome: PASS)
close() with invalid code 5000 should throw: FAIL (Chrome: PASS)
aborting the writable with a DOMException should be ignored: FAIL (Chrome: PASS)
close() with invalid code 999 should throw: FAIL (Chrome: PASS)
canceling the readable with a DOMException should be ignored: FAIL (Chrome: PASS)
close(true) should throw a TypeError: FAIL (Chrome: PASS)
canceling the readable with a reason but no code should be ignored: FAIL (Chrome: PASS)
closing the writable should result in a clean close: FAIL (Chrome: PASS)
close during handshake should work: FAIL (Chrome: PASS)
canceling the readable should result in a clean close: FAIL (Chrome: PASS)
aborting the writable with an invalid code should be ignored: FAIL (Chrome: PASS)
aborting the writable with a code and reason should use them: FAIL (Chrome: PASS)
canceling the readable with a code and reason should use them: FAIL (Chrome: PASS)
canceling the readable with a code should send that code: FAIL (Chrome: PASS)
close() with invalid code 2999 should throw: FAIL (Chrome: PASS)
aborting the writable with a reason but no code should be ignored: FAIL (Chrome: PASS)
aborting the writable with an invalid reason should be ignored: FAIL (Chrome: PASS)
writer close() promise should not resolve until handshake completes: FAIL (Chrome: PASS)
aborting the writable with a code should send that code: FAIL (Chrome: PASS)
canceling the readable with an invalid reason should be ignored: FAIL (Chrome: PASS)
close() with invalid code 1001 should throw: FAIL (Chrome: PASS)
close code should be sent to server and reflected back: FAIL (Chrome: PASS)
no close argument should send empty Close frame: FAIL (Chrome: PASS)
unspecified close code with empty reason should send empty Close frame: FAIL (Chrome: PASS)
aborting the writable should result in a clean close: FAIL (Chrome: PASS)
unspecified close code should send empty Close frame: FAIL (Chrome: PASS)
/websockets/stream.tentative/abort.any.serviceworker.html
abort after connect should do nothing: FAIL (Chrome: PASS, Safari: FAIL)
abort during handshake should work: FAIL (Chrome: PASS, Safari: FAIL)
abort before constructing should prevent connection: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/backpressure-receive.any.worker.html
backpressure should be applied to received messages: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/backpressure-send.any.serviceworker.html
backpressure should be applied to sent messages: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/abort.any.worker.html
abort after connect should do nothing: FAIL (Chrome: PASS, Safari: FAIL)
abort during handshake should work: FAIL (Chrome: PASS, Safari: FAIL)
abort before constructing should prevent connection: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/constructor.any.html
constructing with a valid URL should work: FAIL (Chrome: PASS, Safari: FAIL)
setting a protocol in the constructor should work: FAIL (Chrome: PASS, Safari: FAIL)
wss.connection should resolve to the right types: FAIL (Chrome: PASS, Safari: FAIL)
constructing with no URL should throw: FAIL (Chrome: PASS, Safari: FAIL)
constructing with invalid options should throw: FAIL (Chrome: PASS, Safari: FAIL)
connection failure should reject the promises: FAIL (Chrome: PASS, Safari: FAIL)
protocols should be required to be a list: FAIL (Chrome: PASS, Safari: FAIL)
constructing with an invalid URL should throw: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/backpressure-send.any.sharedworker.html
backpressure should be applied to sent messages: FAIL (Chrome: PASS)
/websockets/stream.tentative/backpressure-send.any.html
backpressure should be applied to sent messages: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/backpressure-receive.any.sharedworker.html
backpressure should be applied to received messages: FAIL (Chrome: PASS)
/websockets/stream.tentative/backpressure-send.any.worker.html
backpressure should be applied to sent messages: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/backpressure-receive.any.html
backpressure should be applied to received messages: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/constructor.any.sharedworker.html
constructing with a valid URL should work: FAIL (Chrome: PASS)
setting a protocol in the constructor should work: FAIL (Chrome: PASS)
wss.connection should resolve to the right types: FAIL (Chrome: PASS)
constructing with no URL should throw: FAIL (Chrome: PASS)
constructing with invalid options should throw: FAIL (Chrome: PASS)
connection failure should reject the promises: FAIL (Chrome: PASS)
protocols should be required to be a list: FAIL (Chrome: PASS)
constructing with an invalid URL should throw: FAIL (Chrome: PASS)
/websockets/stream.tentative/close.any.html
unspecified close code with non-empty reason should set code to 1000: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with an invalid code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close() with an overlong reason should throw: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 5000 should throw: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a DOMException should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 999 should throw: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a DOMException should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close(true) should throw a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a reason but no code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
closing the writable should result in a clean close: FAIL (Chrome: PASS, Safari: FAIL)
close during handshake should work: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable should result in a clean close: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with an invalid code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a code and reason should use them: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a code and reason should use them: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a code should send that code: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 2999 should throw: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a reason but no code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with an invalid reason should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
writer close() promise should not resolve until handshake completes: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a code should send that code: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with an invalid reason should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 1001 should throw: FAIL (Chrome: PASS, Safari: FAIL)
close code should be sent to server and reflected back: FAIL (Chrome: PASS, Safari: FAIL)
no close argument should send empty Close frame: FAIL (Chrome: PASS, Safari: FAIL)
unspecified close code with empty reason should send empty Close frame: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable should result in a clean close: FAIL (Chrome: PASS, Safari: FAIL)
unspecified close code should send empty Close frame: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/close.any.worker.html
unspecified close code with non-empty reason should set code to 1000: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with an invalid code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close() with an overlong reason should throw: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 5000 should throw: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a DOMException should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 999 should throw: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a DOMException should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close(true) should throw a TypeError: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a reason but no code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
closing the writable should result in a clean close: FAIL (Chrome: PASS, Safari: FAIL)
close during handshake should work: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable should result in a clean close: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with an invalid code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a code and reason should use them: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a code and reason should use them: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with a code should send that code: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 2999 should throw: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a reason but no code should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with an invalid reason should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
writer close() promise should not resolve until handshake completes: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable with a code should send that code: FAIL (Chrome: PASS, Safari: FAIL)
canceling the readable with an invalid reason should be ignored: FAIL (Chrome: PASS, Safari: FAIL)
close() with invalid code 1001 should throw: FAIL (Chrome: PASS, Safari: FAIL)
close code should be sent to server and reflected back: FAIL (Chrome: PASS, Safari: FAIL)
no close argument should send empty Close frame: FAIL (Chrome: PASS, Safari: FAIL)
unspecified close code with empty reason should send empty Close frame: FAIL (Chrome: PASS, Safari: FAIL)
aborting the writable should result in a clean close: FAIL (Chrome: PASS, Safari: FAIL)
unspecified close code should send empty Close frame: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/constructor.any.serviceworker.html
constructing with a valid URL should work: FAIL (Chrome: PASS, Safari: FAIL)
setting a protocol in the constructor should work: FAIL (Chrome: PASS, Safari: FAIL)
wss.connection should resolve to the right types: FAIL (Chrome: PASS, Safari: FAIL)
constructing with no URL should throw: FAIL (Chrome: PASS, Safari: FAIL)
constructing with invalid options should throw: FAIL (Chrome: PASS, Safari: FAIL)
connection failure should reject the promises: FAIL (Chrome: PASS, Safari: FAIL)
protocols should be required to be a list: FAIL (Chrome: PASS, Safari: FAIL)
constructing with an invalid URL should throw: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/constructor.any.worker.html
constructing with a valid URL should work: FAIL (Chrome: PASS, Safari: FAIL)
setting a protocol in the constructor should work: FAIL (Chrome: PASS, Safari: FAIL)
wss.connection should resolve to the right types: FAIL (Chrome: PASS, Safari: FAIL)
constructing with no URL should throw: FAIL (Chrome: PASS, Safari: FAIL)
constructing with invalid options should throw: FAIL (Chrome: PASS, Safari: FAIL)
connection failure should reject the promises: FAIL (Chrome: PASS, Safari: FAIL)
protocols should be required to be a list: FAIL (Chrome: PASS, Safari: FAIL)
constructing with an invalid URL should throw: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/abort.any.sharedworker.html
abort after connect should do nothing: FAIL (Chrome: PASS)
abort during handshake should work: FAIL (Chrome: PASS)
abort before constructing should prevent connection: FAIL (Chrome: PASS)

Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d0e83d3b7680 [wpt PR 23666] - [websockets] rename stream-tentative/ directory to stream.tentative/, a=testonly https://hg.mozilla.org/integration/autoland/rev/5ba2ef556223 [wpt PR 23666] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in before you can comment on or make changes to this bug.