Bug 1528824 - Fix spidermonkey bustage, a=testonly CLOSED TREE

This commit is contained in:
moz-wptsync-bot 2019-02-19 14:40:03 +00:00 коммит произвёл James Graham
Родитель fb147aebf9
Коммит 0fd7d323b8
3 изменённых файлов: 87 добавлений и 0 удалений

Просмотреть файл

@ -281,3 +281,74 @@
[next()'s fulfillment value has the right shape]
expected: FAIL
[async-iterator.any.js]
[Async-iterating an empty but not closed/errored stream never executes the loop body and stalls the async function]
expected: FAIL
[Calling return() twice rejects]
expected: FAIL
[Cancellation behavior when manually calling return(); preventCancel = true]
expected: FAIL
[Cancellation behavior when returning inside loop body; preventCancel = true]
expected: FAIL
[getIterator() throws if there's already a lock]
expected: FAIL
[Async-iterating a push source]
expected: FAIL
[Async-iterating a closed stream never executes the loop body, but works fine]
expected: FAIL
[Acquiring a reader after exhaustively async-iterating a stream]
expected: FAIL
[Async iterator instances should have the correct list of properties]
expected: FAIL
[Cancellation behavior when returning inside loop body; preventCancel = false]
expected: FAIL
[Cancellation behavior when manually calling return(); preventCancel = false]
expected: FAIL
[Cancellation behavior when throwing inside loop body; preventCancel = true]
expected: FAIL
[Cancellation behavior when breaking inside loop body; preventCancel = true]
expected: FAIL
[Cancellation behavior when throwing inside loop body; preventCancel = false]
expected: FAIL
[Async-iterating a pull source]
expected: FAIL
[Acquiring a reader and reading the remaining chunks after partially async-iterating a stream with preventCancel = true]
expected: FAIL
[Acquiring a reader after partially async-iterating a stream]
expected: FAIL
[Async-iterating a partially consumed stream]
expected: FAIL
[Cancellation behavior when breaking inside loop body; preventCancel = false]
expected: FAIL
[calling return() while there are pending reads rejects]
expected: FAIL
[Async-iterating a pull source manually]
expected: FAIL
[Async-iterating an errored stream throws]
expected: FAIL
[next()'s fulfillment value has the right shape]
expected: FAIL

Просмотреть файл

@ -41,3 +41,14 @@
[Can get ReadableStreamAsyncIteratorPrototype object indirectly]
expected: FAIL
[brand-checks.any.js]
[ReadableStreamAsyncIteratorPrototype.return enforces a brand check]
expected: FAIL
[ReadableStreamAsyncIteratorPrototype.next enforces a brand check]
expected: FAIL
[Can get ReadableStreamAsyncIteratorPrototype object indirectly]
expected: FAIL

Просмотреть файл

@ -17,3 +17,8 @@
[ReadableStream getIterator() should use the original values of getReader() and ReadableStreamDefaultReader methods]
expected: FAIL
[patched-global.any.js]
[ReadableStream getIterator() should use the original values of getReader() and ReadableStreamDefaultReader methods]
expected: FAIL