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

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

Issue 2657583002: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. 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 Closing must be propagated forward: starts closed; preventClose omitted; fu lfilled close promise rs.pipeTo is not a function
3 FAIL Closing must be propagated forward: starts closed; preventClose omitted; re jected close promise rs.pipeTo is not a function
4 FAIL Closing must be propagated forward: starts closed; preventClose = undefined (falsy); fulfilled close promise rs.pipeTo is not a function
5 FAIL Closing must be propagated forward: starts closed; preventClose = null (fal sy); fulfilled close promise rs.pipeTo is not a function
6 FAIL Closing must be propagated forward: starts closed; preventClose = false (fa lsy); fulfilled close promise rs.pipeTo is not a function
7 FAIL Closing must be propagated forward: starts closed; preventClose = 0 (falsy) ; fulfilled close promise rs.pipeTo is not a function
8 FAIL Closing must be propagated forward: starts closed; preventClose = -0 (falsy ); fulfilled close promise rs.pipeTo is not a function
9 FAIL Closing must be propagated forward: starts closed; preventClose = NaN (fals y); fulfilled close promise rs.pipeTo is not a function
10 FAIL Closing must be propagated forward: starts closed; preventClose = (falsy); fulfilled close promise rs.pipeTo is not a function
11 FAIL Closing must be propagated forward: starts closed; preventClose = true (tru thy) rs.pipeTo is not a function
12 FAIL Closing must be propagated forward: starts closed; preventClose = a (truthy ) rs.pipeTo is not a function
13 FAIL Closing must be propagated forward: starts closed; preventClose = 1 (truthy ) rs.pipeTo is not a function
14 FAIL Closing must be propagated forward: starts closed; preventClose = Symbol() (truthy) rs.pipeTo is not a function
15 FAIL Closing must be propagated forward: starts closed; preventClose = [object O bject] (truthy) rs.pipeTo is not a function
16 FAIL Closing must be propagated forward: starts closed; preventClose = true, pre ventAbort = true rs.pipeTo is not a function
17 FAIL Closing must be propagated forward: starts closed; preventClose = true, pre ventAbort = true, preventCancel = true rs.pipeTo is not a function
18 FAIL Closing must be propagated forward: becomes closed asynchronously; preventC lose omitted; fulfilled close promise rs.pipeTo is not a function
19 FAIL Closing must be propagated forward: becomes closed asynchronously; preventC lose omitted; rejected close promise rs.pipeTo is not a function
20 FAIL Closing must be propagated forward: becomes closed asynchronously; preventC lose = true rs.pipeTo is not a function
21 FAIL Closing must be propagated forward: becomes closed asynchronously; dest nev er desires chunks; preventClose omitted; fulfilled close promise rs.pipeTo is no t a function
22 FAIL Closing must be propagated forward: becomes closed asynchronously; dest nev er desires chunks; preventClose omitted; rejected close promise rs.pipeTo is not a function
23 FAIL Closing must be propagated forward: becomes closed asynchronously; dest nev er desires chunks; preventClose = true rs.pipeTo is not a function
24 FAIL Closing must be propagated forward: becomes closed after one chunk; prevent Close omitted; fulfilled close promise rs.pipeTo is not a function
25 FAIL Closing must be propagated forward: becomes closed after one chunk; prevent Close omitted; rejected close promise rs.pipeTo is not a function
26 FAIL Closing must be propagated forward: becomes closed after one chunk; prevent Close = true rs.pipeTo is not a function
27 FAIL Closing must be propagated forward: shutdown must not occur until the final write completes rs.pipeTo is not a function
28 Harness: the test ran to completion.
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698