Bug 1582044 [wpt PR 19131] - Update wpt metadata, a=testonly

wpt-pr: 19131
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2019-09-19 19:22:16 +00:00
parent 6d54b4b720
commit 9a0b6eaa08
3 changed files with 336 additions and 0 deletions

View File

@ -0,0 +1,223 @@
[decompression-bad-chunks.any.worker.html]
[chunk of type array should error the stream for gzip]
expected: FAIL
[chunk of type SharedArrayBuffer should error the stream for gzip]
expected: FAIL
[chunk of type array should error the stream for deflate]
expected: FAIL
[chunk of type null should error the stream for gzip]
expected: FAIL
[chunk of type SharedArrayBuffer should error the stream for deflate]
expected: FAIL
[chunk of type numeric should error the stream for gzip]
expected: FAIL
[chunk of type undefined should error the stream for gzip]
expected: FAIL
[chunk of type numeric should error the stream for deflate]
expected: FAIL
[chunk of type shared Uint8Array should error the stream for gzip]
expected: FAIL
[chunk of type object, not BufferSource should error the stream for gzip]
expected: FAIL
[chunk of type undefined should error the stream for deflate]
expected: FAIL
[chunk of type shared Uint8Array should error the stream for deflate]
expected: FAIL
[chunk of type object, not BufferSource should error the stream for deflate]
expected: FAIL
[chunk of type null should error the stream for deflate]
expected: FAIL
[chunk of type invalid gzip bytes should error the stream for gzip]
expected: FAIL
[chunk of type invalid deflate bytes should error the stream for gzip]
expected: FAIL
[chunk of type invalid gzip bytes should error the stream for deflate]
expected: FAIL
[chunk of type invalid deflate bytes should error the stream for deflate]
expected: FAIL
[decompression-bad-chunks.any.sharedworker.html]
[chunk of type array should error the stream for gzip]
expected: FAIL
[chunk of type SharedArrayBuffer should error the stream for gzip]
expected: FAIL
[chunk of type array should error the stream for deflate]
expected: FAIL
[chunk of type null should error the stream for gzip]
expected: FAIL
[chunk of type SharedArrayBuffer should error the stream for deflate]
expected: FAIL
[chunk of type numeric should error the stream for gzip]
expected: FAIL
[chunk of type undefined should error the stream for gzip]
expected: FAIL
[chunk of type numeric should error the stream for deflate]
expected: FAIL
[chunk of type shared Uint8Array should error the stream for gzip]
expected: FAIL
[chunk of type object, not BufferSource should error the stream for gzip]
expected: FAIL
[chunk of type undefined should error the stream for deflate]
expected: FAIL
[chunk of type shared Uint8Array should error the stream for deflate]
expected: FAIL
[chunk of type object, not BufferSource should error the stream for deflate]
expected: FAIL
[chunk of type null should error the stream for deflate]
expected: FAIL
[chunk of type invalid gzip bytes should error the stream for gzip]
expected: FAIL
[chunk of type invalid deflate bytes should error the stream for gzip]
expected: FAIL
[chunk of type invalid gzip bytes should error the stream for deflate]
expected: FAIL
[chunk of type invalid deflate bytes should error the stream for deflate]
expected: FAIL
[decompression-bad-chunks.any.serviceworker.html]
[chunk of type array should error the stream for gzip]
expected: FAIL
[chunk of type SharedArrayBuffer should error the stream for gzip]
expected: FAIL
[chunk of type array should error the stream for deflate]
expected: FAIL
[chunk of type null should error the stream for gzip]
expected: FAIL
[chunk of type SharedArrayBuffer should error the stream for deflate]
expected: FAIL
[chunk of type numeric should error the stream for gzip]
expected: FAIL
[chunk of type undefined should error the stream for gzip]
expected: FAIL
[chunk of type numeric should error the stream for deflate]
expected: FAIL
[chunk of type shared Uint8Array should error the stream for gzip]
expected: FAIL
[chunk of type object, not BufferSource should error the stream for gzip]
expected: FAIL
[chunk of type undefined should error the stream for deflate]
expected: FAIL
[chunk of type shared Uint8Array should error the stream for deflate]
expected: FAIL
[chunk of type object, not BufferSource should error the stream for deflate]
expected: FAIL
[chunk of type null should error the stream for deflate]
expected: FAIL
[chunk of type invalid gzip bytes should error the stream for gzip]
expected: FAIL
[chunk of type invalid deflate bytes should error the stream for gzip]
expected: FAIL
[chunk of type invalid gzip bytes should error the stream for deflate]
expected: FAIL
[chunk of type invalid deflate bytes should error the stream for deflate]
expected: FAIL
[decompression-bad-chunks.any.html]
[chunk of type array should error the stream for gzip]
expected: FAIL
[chunk of type SharedArrayBuffer should error the stream for gzip]
expected: FAIL
[chunk of type array should error the stream for deflate]
expected: FAIL
[chunk of type null should error the stream for gzip]
expected: FAIL
[chunk of type SharedArrayBuffer should error the stream for deflate]
expected: FAIL
[chunk of type numeric should error the stream for gzip]
expected: FAIL
[chunk of type undefined should error the stream for gzip]
expected: FAIL
[chunk of type numeric should error the stream for deflate]
expected: FAIL
[chunk of type shared Uint8Array should error the stream for gzip]
expected: FAIL
[chunk of type object, not BufferSource should error the stream for gzip]
expected: FAIL
[chunk of type undefined should error the stream for deflate]
expected: FAIL
[chunk of type shared Uint8Array should error the stream for deflate]
expected: FAIL
[chunk of type object, not BufferSource should error the stream for deflate]
expected: FAIL
[chunk of type null should error the stream for deflate]
expected: FAIL
[chunk of type invalid gzip bytes should error the stream for gzip]
expected: FAIL
[chunk of type invalid deflate bytes should error the stream for gzip]
expected: FAIL
[chunk of type invalid gzip bytes should error the stream for deflate]
expected: FAIL
[chunk of type invalid deflate bytes should error the stream for deflate]
expected: FAIL

View File

@ -0,0 +1,82 @@
[decompression-constructor-error.any.worker.html]
[construction error by unsupported format]
expected: FAIL
[constructor error by input object that cannot be converted to a string]
expected: FAIL
[constructor error by non-input]
expected: FAIL
[non-string input should cause the constructor to throw]
expected: FAIL
["a" should cause the constructor to throw]
expected: FAIL
[no input should cause the constructor to throw]
expected: FAIL
[decompression-constructor-error.any.serviceworker.html]
[construction error by unsupported format]
expected: FAIL
[constructor error by input object that cannot be converted to a string]
expected: FAIL
[constructor error by non-input]
expected: FAIL
[non-string input should cause the constructor to throw]
expected: FAIL
["a" should cause the constructor to throw]
expected: FAIL
[no input should cause the constructor to throw]
expected: FAIL
[decompression-constructor-error]
expected: FAIL
[decompression-constructor-error.any.html]
[construction error by unsupported format]
expected: FAIL
[constructor error by input object that cannot be converted to a string]
expected: FAIL
[constructor error by non-input]
expected: FAIL
[non-string input should cause the constructor to throw]
expected: FAIL
["a" should cause the constructor to throw]
expected: FAIL
[no input should cause the constructor to throw]
expected: FAIL
[decompression-constructor-error.any.sharedworker.html]
[construction error by unsupported format]
expected: FAIL
[constructor error by input object that cannot be converted to a string]
expected: FAIL
[constructor error by non-input]
expected: FAIL
[non-string input should cause the constructor to throw]
expected: FAIL
["a" should cause the constructor to throw]
expected: FAIL
[no input should cause the constructor to throw]
expected: FAIL

View File

@ -0,0 +1,31 @@
[decompression-correct-input.any.worker.html]
[decompressing gzip input should work]
expected: FAIL
[decompressing deflated input should work]
expected: FAIL
[decompression-correct-input.any.serviceworker.html]
[decompressing gzip input should work]
expected: FAIL
[decompressing deflated input should work]
expected: FAIL
[decompression-correct-input.any.html]
[decompressing gzip input should work]
expected: FAIL
[decompressing deflated input should work]
expected: FAIL
[decompression-correct-input.any.sharedworker.html]
[decompressing gzip input should work]
expected: FAIL
[decompressing deflated input should work]
expected: FAIL