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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-forward-expected.txt

Issue 2649323004: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. 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 FAIL Errors must be propagated forward: starts errored; preventAbort = false; fu lfilled abort promise rs.pipeTo is not a function 2 FAIL Errors must be propagated forward: starts errored; preventAbort = false; fu lfilled abort promise rs.pipeTo is not a function
3 FAIL Errors must be propagated forward: starts errored; preventAbort = false; re jected abort promise rs.pipeTo is not a function 3 FAIL Errors must be propagated forward: starts errored; preventAbort = false; re jected abort promise rs.pipeTo is not a function
4 FAIL Errors must be propagated forward: starts errored; preventAbort = undefined (falsy); fulfilled abort promise rs.pipeTo is not a function 4 FAIL Errors must be propagated forward: starts errored; preventAbort = undefined (falsy); fulfilled abort promise rs.pipeTo is not a function
5 FAIL Errors must be propagated forward: starts errored; preventAbort = null (fal sy); fulfilled abort promise rs.pipeTo is not a function 5 FAIL Errors must be propagated forward: starts errored; preventAbort = null (fal sy); fulfilled abort promise rs.pipeTo is not a function
6 FAIL Errors must be propagated forward: starts errored; preventAbort = false (fa lsy); fulfilled abort promise rs.pipeTo is not a function 6 FAIL Errors must be propagated forward: starts errored; preventAbort = false (fa lsy); fulfilled abort promise rs.pipeTo is not a function
7 FAIL Errors must be propagated forward: starts errored; preventAbort = 0 (falsy) ; fulfilled abort promise rs.pipeTo is not a function 7 FAIL Errors must be propagated forward: starts errored; preventAbort = 0 (falsy) ; fulfilled abort promise rs.pipeTo is not a function
8 FAIL Errors must be propagated forward: starts errored; preventAbort = -0 (falsy ); fulfilled abort promise rs.pipeTo is not a function 8 FAIL Errors must be propagated forward: starts errored; preventAbort = -0 (falsy ); fulfilled abort promise rs.pipeTo is not a function
9 FAIL Errors must be propagated forward: starts errored; preventAbort = NaN (fals y); fulfilled abort promise rs.pipeTo is not a function 9 FAIL Errors must be propagated forward: starts errored; preventAbort = NaN (fals y); fulfilled abort promise rs.pipeTo is not a function
10 FAIL Errors must be propagated forward: starts errored; preventAbort = (falsy); fulfilled abort promise rs.pipeTo is not a function 10 FAIL Errors must be propagated forward: starts errored; preventAbort = (falsy); fulfilled abort promise rs.pipeTo is not a function
(...skipping 12 matching lines...) Expand all
23 FAIL Errors must be propagated forward: becomes errored while empty; dest never desires chunks; preventAbort = true rs.pipeTo is not a function 23 FAIL Errors must be propagated forward: becomes errored while empty; dest never desires chunks; preventAbort = true rs.pipeTo is not a function
24 FAIL Errors must be propagated forward: becomes errored after one chunk; prevent Abort = false; fulfilled abort promise rs.pipeTo is not a function 24 FAIL Errors must be propagated forward: becomes errored after one chunk; prevent Abort = false; fulfilled abort promise rs.pipeTo is not a function
25 FAIL Errors must be propagated forward: becomes errored after one chunk; prevent Abort = false; rejected abort promise rs.pipeTo is not a function 25 FAIL Errors must be propagated forward: becomes errored after one chunk; prevent Abort = false; rejected abort promise rs.pipeTo is not a function
26 FAIL Errors must be propagated forward: becomes errored after one chunk; prevent Abort = true rs.pipeTo is not a function 26 FAIL Errors must be propagated forward: becomes errored after one chunk; prevent Abort = true rs.pipeTo is not a function
27 FAIL Errors must be propagated forward: becomes errored after one chunk; dest ne ver desires chunks; preventAbort = false; fulfilled abort promise rs.pipeTo is n ot a function 27 FAIL Errors must be propagated forward: becomes errored after one chunk; dest ne ver desires chunks; preventAbort = false; fulfilled abort promise rs.pipeTo is n ot a function
28 FAIL Errors must be propagated forward: becomes errored after one chunk; dest ne ver desires chunks; preventAbort = false; rejected abort promise rs.pipeTo is no t a function 28 FAIL Errors must be propagated forward: becomes errored after one chunk; dest ne ver desires chunks; preventAbort = false; rejected abort promise rs.pipeTo is no t a function
29 FAIL Errors must be propagated forward: becomes errored after one chunk; dest ne ver desires chunks; preventAbort = true rs.pipeTo is not a function 29 FAIL Errors must be propagated forward: becomes errored after one chunk; dest ne ver desires chunks; preventAbort = true rs.pipeTo is not a function
30 FAIL Errors must be propagated forward: shutdown must not occur until the final write completes rs.pipeTo is not a function 30 FAIL Errors must be propagated forward: shutdown must not occur until the final write completes rs.pipeTo is not a function
31 Harness: the test ran to completion. 31 Harness: the test ran to completion.
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698