Closed
Bug 1585225
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 19427 - Accept BufferSource
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19427 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19427
Details from upstream follow.
Canon Mukai <canonmukai@google.com> wrote:
Accept BufferSource
Previous version of DecompressionStream accepted only Uint8Array
as its input, so I added change to accept ArrayBuffer and
other ArrayBufferView like Int16Array.I also added a test.
Bug: 999091
Change-Id: I8c153c3f639cb4e9b8563128e4cce1e6c6597cb4
Reviewed-on: https://chromium-review.googlesource.com/1831920
WPT-Export-Revision: 70432e61d9ac2832a944424cc78da4b5c79aeeb1
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f5d3678078c7de9a0eddff18231eacfa88fe11c1
Assignee | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6b7040d0622853efd648805ac93156080f5a9df6
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Ran 4 tests and 88 subtests
OK : 4
FAIL : 88
New tests that have failures or other problems:
/compression/decompression-buffersource.any.html
chunk of type ArrayBuffer should work for deflate: FAIL
chunk of type ArrayBuffer should work for gzip: FAIL
chunk of type DataView should work for deflate: FAIL
chunk of type DataView should work for gzip: FAIL
chunk of type Float32Array should work for deflate: FAIL
chunk of type Float32Array should work for gzip: FAIL
chunk of type Float64Array should work for deflate: FAIL
chunk of type Float64Array should work for gzip: FAIL
chunk of type Int16Array should work for deflate: FAIL
chunk of type Int16Array should work for gzip: FAIL
chunk of type Int32Array should work for deflate: FAIL
chunk of type Int32Array should work for gzip: FAIL
chunk of type Int8Array should work for deflate: FAIL
chunk of type Int8Array should work for gzip: FAIL
chunk of type Uint16Array should work for deflate: FAIL
chunk of type Uint16Array should work for gzip: FAIL
chunk of type Uint32Array should work for deflate: FAIL
chunk of type Uint32Array should work for gzip: FAIL
chunk of type Uint8Array should work for deflate: FAIL
chunk of type Uint8Array should work for gzip: FAIL
chunk of type Uint8ClambedArray should work for gzip: FAIL
chunk of type Uint8ClampedArray should work for deflate: FAIL
/compression/decompression-buffersource.any.serviceworker.html
chunk of type ArrayBuffer should work for deflate: FAIL
chunk of type ArrayBuffer should work for gzip: FAIL
chunk of type DataView should work for deflate: FAIL
chunk of type DataView should work for gzip: FAIL
chunk of type Float32Array should work for deflate: FAIL
chunk of type Float32Array should work for gzip: FAIL
chunk of type Float64Array should work for deflate: FAIL
chunk of type Float64Array should work for gzip: FAIL
chunk of type Int16Array should work for deflate: FAIL
chunk of type Int16Array should work for gzip: FAIL
chunk of type Int32Array should work for deflate: FAIL
chunk of type Int32Array should work for gzip: FAIL
chunk of type Int8Array should work for deflate: FAIL
chunk of type Int8Array should work for gzip: FAIL
chunk of type Uint16Array should work for deflate: FAIL
chunk of type Uint16Array should work for gzip: FAIL
chunk of type Uint32Array should work for deflate: FAIL
chunk of type Uint32Array should work for gzip: FAIL
chunk of type Uint8Array should work for deflate: FAIL
chunk of type Uint8Array should work for gzip: FAIL
chunk of type Uint8ClambedArray should work for gzip: FAIL
chunk of type Uint8ClampedArray should work for deflate: FAIL
/compression/decompression-buffersource.any.sharedworker.html
chunk of type ArrayBuffer should work for deflate: FAIL
chunk of type ArrayBuffer should work for gzip: FAIL
chunk of type DataView should work for deflate: FAIL
chunk of type DataView should work for gzip: FAIL
chunk of type Float32Array should work for deflate: FAIL
chunk of type Float32Array should work for gzip: FAIL
chunk of type Float64Array should work for deflate: FAIL
chunk of type Float64Array should work for gzip: FAIL
chunk of type Int16Array should work for deflate: FAIL
chunk of type Int16Array should work for gzip: FAIL
chunk of type Int32Array should work for deflate: FAIL
chunk of type Int32Array should work for gzip: FAIL
chunk of type Int8Array should work for deflate: FAIL
chunk of type Int8Array should work for gzip: FAIL
chunk of type Uint16Array should work for deflate: FAIL
chunk of type Uint16Array should work for gzip: FAIL
chunk of type Uint32Array should work for deflate: FAIL
chunk of type Uint32Array should work for gzip: FAIL
chunk of type Uint8Array should work for deflate: FAIL
chunk of type Uint8Array should work for gzip: FAIL
chunk of type Uint8ClambedArray should work for gzip: FAIL
chunk of type Uint8ClampedArray should work for deflate: FAIL
/compression/decompression-buffersource.any.worker.html
chunk of type ArrayBuffer should work for deflate: FAIL
chunk of type ArrayBuffer should work for gzip: FAIL
chunk of type DataView should work for deflate: FAIL
chunk of type DataView should work for gzip: FAIL
chunk of type Float32Array should work for deflate: FAIL
chunk of type Float32Array should work for gzip: FAIL
chunk of type Float64Array should work for deflate: FAIL
chunk of type Float64Array should work for gzip: FAIL
chunk of type Int16Array should work for deflate: FAIL
chunk of type Int16Array should work for gzip: FAIL
chunk of type Int32Array should work for deflate: FAIL
chunk of type Int32Array should work for gzip: FAIL
chunk of type Int8Array should work for deflate: FAIL
chunk of type Int8Array should work for gzip: FAIL
chunk of type Uint16Array should work for deflate: FAIL
chunk of type Uint16Array should work for gzip: FAIL
chunk of type Uint32Array should work for deflate: FAIL
chunk of type Uint32Array should work for gzip: FAIL
chunk of type Uint8Array should work for deflate: FAIL
chunk of type Uint8Array should work for gzip: FAIL
chunk of type Uint8ClambedArray should work for gzip: FAIL
chunk of type Uint8ClampedArray should work for deflate: FAIL
Assignee | ||
Comment 8•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=352090f2313effc278b9a0158d7689a912ad452e
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/120f1820f797
[wpt PR 19427] - DecompressionStream: Accept BufferSource chunks, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/db5b60adab7b
[wpt PR 19427] - Update wpt metadata, a=testonly
Comment 10•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/120f1820f797
https://hg.mozilla.org/mozilla-central/rev/db5b60adab7b
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•