Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.dedicatedworker-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 12 tests. 0 PASS 12 FAIL 0 TIMEOUT 0 NOTRUN
2 FAIL Piping must lock both the ReadableStream and WritableStream rs.pipeTo is no t a function 3 FAIL Piping must lock both the ReadableStream and WritableStream rs.pipeTo is no t a function
3 FAIL Piping finishing must unlock both the ReadableStream and WritableStream rs. pipeTo is not a function 4 FAIL Piping finishing must unlock both the ReadableStream and WritableStream rs. pipeTo is not a function
4 FAIL pipeTo must check the brand of its ReadableStream this value Cannot read pr operty 'apply' of undefined 5 FAIL pipeTo must check the brand of its ReadableStream this value Cannot read pr operty 'apply' of undefined
5 FAIL pipeTo must check the brand of its WritableStream argument Cannot read prop erty 'apply' of undefined 6 FAIL pipeTo must check the brand of its WritableStream argument Cannot read prop erty 'apply' of undefined
6 FAIL pipeTo must fail if the ReadableStream is locked, and not lock the Writable Stream rs.pipeTo is not a function 7 FAIL pipeTo must fail if the ReadableStream is locked, and not lock the Writable Stream rs.pipeTo is not a function
7 FAIL pipeTo must fail if the WritableStream is locked, and not lock the Readable Stream rs.pipeTo is not a function 8 FAIL pipeTo must fail if the WritableStream is locked, and not lock the Readable Stream rs.pipeTo is not a function
8 FAIL Piping from a ReadableStream from which lots of chunks are synchronously re adable rs.pipeTo is not a function 9 FAIL Piping from a ReadableStream from which lots of chunks are synchronously re adable rs.pipeTo is not a function
9 FAIL Piping from a ReadableStream for which a chunk becomes asynchronously reada ble after the pipeTo rs.pipeTo is not a function 10 FAIL Piping from a ReadableStream for which a chunk becomes asynchronously reada ble after the pipeTo rs.pipeTo is not a function
10 FAIL an undefined rejection from pull should cause pipeTo() to reject when preve ntAbort is true rs.pipeTo is not a function 11 FAIL an undefined rejection from pull should cause pipeTo() to reject when preve ntAbort is true rs.pipeTo is not a function
11 FAIL an undefined rejection from pull should cause pipeTo() to reject when preve ntAbort is false rs.pipeTo is not a function 12 FAIL an undefined rejection from pull should cause pipeTo() to reject when preve ntAbort is false rs.pipeTo is not a function
12 FAIL an undefined rejection from write should cause pipeTo() to reject when prev entCancel is true rs.pipeTo is not a function 13 FAIL an undefined rejection from write should cause pipeTo() to reject when prev entCancel is true rs.pipeTo is not a function
13 FAIL an undefined rejection from write should cause pipeTo() to reject when prev entCancel is false rs.pipeTo is not a function 14 FAIL an undefined rejection from write should cause pipeTo() to reject when prev entCancel is false rs.pipeTo is not a function
14 Harness: the test ran to completion. 15 Harness: the test ran to completion.
15 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698