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

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

Issue 2642393002: Import wpt@40665266227e475bc4a56884247d8c09d78dfb6a (Closed)
Patch Set: rebaseline-cl Created 3 years, 11 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
(Empty)
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
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
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
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
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
11 FAIL Errors must be propagated forward: starts errored; preventAbort = true (tru thy) rs.pipeTo is not a function
12 FAIL Errors must be propagated forward: starts errored; preventAbort = a (truthy ) rs.pipeTo is not a function
13 FAIL Errors must be propagated forward: starts errored; preventAbort = 1 (truthy ) rs.pipeTo is not a function
14 FAIL Errors must be propagated forward: starts errored; preventAbort = Symbol() (truthy) rs.pipeTo is not a function
15 FAIL Errors must be propagated forward: starts errored; preventAbort = [object O bject] (truthy) rs.pipeTo is not a function
16 FAIL Errors must be propagated forward: starts errored; preventAbort = true, pre ventCancel = true rs.pipeTo is not a function
17 FAIL Errors must be propagated forward: starts errored; preventAbort = true, pre ventCancel = true, preventClose = true rs.pipeTo is not a function
18 FAIL Errors must be propagated forward: becomes errored while empty; preventAbor t = false; fulfilled abort promise rs.pipeTo is not a function
19 FAIL Errors must be propagated forward: becomes errored while empty; preventAbor t = false; rejected abort promise rs.pipeTo is not a function
20 FAIL Errors must be propagated forward: becomes errored while empty; preventAbor t = true rs.pipeTo is not a function
21 FAIL Errors must be propagated forward: becomes errored while empty; dest never desires chunks; preventAbort = false; fulfilled abort promise rs.pipeTo is not a function
22 FAIL Errors must be propagated forward: becomes errored while empty; dest never desires chunks; preventAbort = false; rejected abort promise 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
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
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
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
31 Harness: the test ran to completion.
32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698