Bug 1498467 [wpt PR 13478] - Remove the "W3C WebSocket API" prefix from websockets...
commit334f567d95187d46d9984bb80e4948f28381bc9d
authorPhilip Jägenstedt <philip@foolip.org>
Tue, 13 Nov 2018 11:53:20 +0000 (13 11:53 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Wed, 14 Nov 2018 13:37:51 +0000 (14 13:37 +0000)
treea837fa4243ff1c7ab8a447d656da07ce0aab78f2
parent2787ffbb9855b1facd964d31231d63dc61401d7f
Bug 1498467 [wpt PR 13478] - Remove the "W3C WebSocket API" prefix from websockets/ tests, a=testonly

Automatic update from web-platform-testsRemove the "W3C WebSocket API" prefix from websockets/ tests (#13478)

This prefix doesn't add any useful information, and isn't used in all
tests in this directory. Noticed because of the screen real estate it
takes up in a view like this:
https://wpt.fyi/results/websockets/Send-binary-65K-arraybuffer.any.html

In the directory, this command was run, on macOS:
git grep -lF 'W3C WebSocket API - ' | xargs sed -i '' 's/W3C WebSocket API - //g'
--

wpt-commits: 1e747acc90ecdbd23ef3348a144b77696cced55b
wpt-pr: 13478
71 files changed:
testing/web-platform/tests/websockets/Close-1000-reason.any.js
testing/web-platform/tests/websockets/Close-1000.any.js
testing/web-platform/tests/websockets/Close-Reason-124Bytes.any.js
testing/web-platform/tests/websockets/Close-reason-unpaired-surrogates.any.js
testing/web-platform/tests/websockets/Create-Secure-extensions-empty.any.js
testing/web-platform/tests/websockets/Create-Secure-url-with-space.any.js
testing/web-platform/tests/websockets/Create-Secure-valid-url-array-protocols.any.js
testing/web-platform/tests/websockets/Create-Secure-valid-url-binaryType-blob.any.js
testing/web-platform/tests/websockets/Create-Secure-valid-url-protocol-setCorrectly.any.js
testing/web-platform/tests/websockets/Create-Secure-valid-url-protocol-string.any.js
testing/web-platform/tests/websockets/Create-Secure-valid-url.any.js
testing/web-platform/tests/websockets/Create-Secure-verify-url-set-non-default-port.any.js
testing/web-platform/tests/websockets/Create-asciiSep-protocol-string.any.js
testing/web-platform/tests/websockets/Create-non-absolute-url.any.js
testing/web-platform/tests/websockets/Create-nonAscii-protocol-string.any.js
testing/web-platform/tests/websockets/Create-protocol-with-space.any.js
testing/web-platform/tests/websockets/Create-protocols-repeated-case-insensitive.any.js
testing/web-platform/tests/websockets/Create-protocols-repeated.any.js
testing/web-platform/tests/websockets/Create-valid-url-array-protocols.any.js
testing/web-platform/tests/websockets/Create-valid-url-protocol-empty.any.js
testing/web-platform/tests/websockets/Create-valid-url-protocol.any.js
testing/web-platform/tests/websockets/Create-valid-url.any.js
testing/web-platform/tests/websockets/Create-verify-url-set-non-default-port.any.js
testing/web-platform/tests/websockets/Create-wrong-scheme.any.js
testing/web-platform/tests/websockets/Secure-Close-1000-reason.any.js
testing/web-platform/tests/websockets/Secure-Close-1000-verify-code.any.js
testing/web-platform/tests/websockets/Secure-Close-1000.any.js
testing/web-platform/tests/websockets/Secure-Close-1005-verify-code.any.js
testing/web-platform/tests/websockets/Secure-Close-1005.any.js
testing/web-platform/tests/websockets/Secure-Close-2999-reason.any.js
testing/web-platform/tests/websockets/Secure-Close-3000-reason.any.js
testing/web-platform/tests/websockets/Secure-Close-3000-verify-code.any.js
testing/web-platform/tests/websockets/Secure-Close-4999-reason.any.js
testing/web-platform/tests/websockets/Secure-Close-Reason-124Bytes.any.js
testing/web-platform/tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any.js
testing/web-platform/tests/websockets/Secure-Close-onlyReason.any.js
testing/web-platform/tests/websockets/Secure-Close-readyState-Closed.any.js
testing/web-platform/tests/websockets/Secure-Close-readyState-Closing.any.js
testing/web-platform/tests/websockets/Secure-Close-server-initiated-close.any.js
testing/web-platform/tests/websockets/Secure-Send-65K-data.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-65K-arraybuffer.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-arraybuffer.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-arraybufferview-float32.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-arraybufferview-float64.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-arraybufferview-int32.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-arraybufferview-uint16-offset-length.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-arraybufferview-uint32-offset.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-arraybufferview-uint8-offset-length.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-arraybufferview-uint8-offset.any.js
testing/web-platform/tests/websockets/Secure-Send-binary-blob.any.js
testing/web-platform/tests/websockets/Secure-Send-data.any.js
testing/web-platform/tests/websockets/Secure-Send-null.any.js
testing/web-platform/tests/websockets/Secure-Send-paired-surrogates.any.js
testing/web-platform/tests/websockets/Secure-Send-unicode-data.any.js
testing/web-platform/tests/websockets/Secure-Send-unpaired-surrogates.any.js
testing/web-platform/tests/websockets/Send-0byte-data.any.js
testing/web-platform/tests/websockets/Send-65K-data.any.js
testing/web-platform/tests/websockets/Send-Unpaired-Surrogates.any.js
testing/web-platform/tests/websockets/Send-before-open.any.js
testing/web-platform/tests/websockets/Send-binary-65K-arraybuffer.any.js
testing/web-platform/tests/websockets/Send-binary-arraybuffer.any.js
testing/web-platform/tests/websockets/Send-binary-arraybufferview-int16-offset.any.js
testing/web-platform/tests/websockets/Send-binary-arraybufferview-int8.any.js
testing/web-platform/tests/websockets/Send-binary-blob.any.js
testing/web-platform/tests/websockets/Send-data.any.js
testing/web-platform/tests/websockets/Send-data.worker.js
testing/web-platform/tests/websockets/Send-null.any.js
testing/web-platform/tests/websockets/Send-paired-surrogates.any.js [copied from testing/web-platform/tests/websockets/Send-data.any.js with 73% similarity]
testing/web-platform/tests/websockets/Send-unicode-data.any.js
testing/web-platform/tests/websockets/binaryType-wrong-value.any.js
testing/web-platform/tests/websockets/opening-handshake/003-sets-origin.worker.js