forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1756188 - Fix JS streams WPT failures. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D139160
- Loading branch information
Showing
3 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
testing/web-platform/meta/streams/readable-streams/patched-global.any.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,34 @@ | ||
[patched-global.any.serviceworker.html] | ||
[pipeTo() should not call Promise.prototype.then()] | ||
expected: | ||
if not domstreams: FAIL | ||
|
||
[ReadableStream async iterator should use the original values of getReader() and ReadableStreamDefaultReader methods] | ||
expected: FAIL | ||
|
||
|
||
[patched-global.any.sharedworker.html] | ||
[pipeTo() should not call Promise.prototype.then()] | ||
expected: | ||
if not domstreams: FAIL | ||
|
||
[ReadableStream async iterator should use the original values of getReader() and ReadableStreamDefaultReader methods] | ||
expected: FAIL | ||
|
||
|
||
[patched-global.any.worker.html] | ||
[pipeTo() should not call Promise.prototype.then()] | ||
expected: | ||
if not domstreams: FAIL | ||
|
||
[ReadableStream async iterator should use the original values of getReader() and ReadableStreamDefaultReader methods] | ||
expected: FAIL | ||
|
||
|
||
[patched-global.any.html] | ||
[pipeTo() should not call Promise.prototype.then()] | ||
expected: | ||
if not domstreams: FAIL | ||
|
||
[ReadableStream async iterator should use the original values of getReader() and ReadableStreamDefaultReader methods] | ||
expected: FAIL |
22 changes: 22 additions & 0 deletions
22
testing/web-platform/meta/streams/readable-streams/reentrant-strategies.any.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[reentrant-strategies.any.worker.html] | ||
[pipeTo() inside size() should behave as expected] | ||
expected: | ||
if not domstreams: FAIL | ||
|
||
|
||
[reentrant-strategies.any.serviceworker.html] | ||
[pipeTo() inside size() should behave as expected] | ||
expected: | ||
if not domstreams: FAIL | ||
|
||
|
||
[reentrant-strategies.any.html] | ||
[pipeTo() inside size() should behave as expected] | ||
expected: | ||
if not domstreams: FAIL | ||
|
||
|
||
[reentrant-strategies.any.sharedworker.html] | ||
[pipeTo() inside size() should behave as expected] | ||
expected: | ||
if not domstreams: FAIL |