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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/close-propagation-backward.sharedworker-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 16 tests. 0 PASS 16 FAIL 0 TIMEOUT 0 NOTRUN
2 FAIL Closing must be propagated backward: starts closed; preventCancel omitted; fulfilled cancel promise rs.pipeTo is not a function 3 FAIL Closing must be propagated backward: starts closed; preventCancel omitted; fulfilled cancel promise rs.pipeTo is not a function
3 FAIL Closing must be propagated backward: starts closed; preventCancel omitted; rejected cancel promise rs.pipeTo is not a function 4 FAIL Closing must be propagated backward: starts closed; preventCancel omitted; rejected cancel promise rs.pipeTo is not a function
4 FAIL Closing must be propagated backward: starts closed; preventCancel = undefin ed (falsy); fulfilled cancel promise rs.pipeTo is not a function 5 FAIL Closing must be propagated backward: starts closed; preventCancel = undefin ed (falsy); fulfilled cancel promise rs.pipeTo is not a function
5 FAIL Closing must be propagated backward: starts closed; preventCancel = null (f alsy); fulfilled cancel promise rs.pipeTo is not a function 6 FAIL Closing must be propagated backward: starts closed; preventCancel = null (f alsy); fulfilled cancel promise rs.pipeTo is not a function
6 FAIL Closing must be propagated backward: starts closed; preventCancel = false ( falsy); fulfilled cancel promise rs.pipeTo is not a function 7 FAIL Closing must be propagated backward: starts closed; preventCancel = false ( falsy); fulfilled cancel promise rs.pipeTo is not a function
7 FAIL Closing must be propagated backward: starts closed; preventCancel = 0 (fals y); fulfilled cancel promise rs.pipeTo is not a function 8 FAIL Closing must be propagated backward: starts closed; preventCancel = 0 (fals y); fulfilled cancel promise rs.pipeTo is not a function
8 FAIL Closing must be propagated backward: starts closed; preventCancel = -0 (fal sy); fulfilled cancel promise rs.pipeTo is not a function 9 FAIL Closing must be propagated backward: starts closed; preventCancel = -0 (fal sy); fulfilled cancel promise rs.pipeTo is not a function
9 FAIL Closing must be propagated backward: starts closed; preventCancel = NaN (fa lsy); fulfilled cancel promise rs.pipeTo is not a function 10 FAIL Closing must be propagated backward: starts closed; preventCancel = NaN (fa lsy); fulfilled cancel promise rs.pipeTo is not a function
10 FAIL Closing must be propagated backward: starts closed; preventCancel = (falsy ); fulfilled cancel promise rs.pipeTo is not a function 11 FAIL Closing must be propagated backward: starts closed; preventCancel = (falsy ); fulfilled cancel promise rs.pipeTo is not a function
11 FAIL Closing must be propagated backward: starts closed; preventCancel = true (t ruthy) rs.pipeTo is not a function 12 FAIL Closing must be propagated backward: starts closed; preventCancel = true (t ruthy) rs.pipeTo is not a function
12 FAIL Closing must be propagated backward: starts closed; preventCancel = a (trut hy) rs.pipeTo is not a function 13 FAIL Closing must be propagated backward: starts closed; preventCancel = a (trut hy) rs.pipeTo is not a function
13 FAIL Closing must be propagated backward: starts closed; preventCancel = 1 (trut hy) rs.pipeTo is not a function 14 FAIL Closing must be propagated backward: starts closed; preventCancel = 1 (trut hy) rs.pipeTo is not a function
14 FAIL Closing must be propagated backward: starts closed; preventCancel = Symbol( ) (truthy) rs.pipeTo is not a function 15 FAIL Closing must be propagated backward: starts closed; preventCancel = Symbol( ) (truthy) rs.pipeTo is not a function
15 FAIL Closing must be propagated backward: starts closed; preventCancel = [object Object] (truthy) rs.pipeTo is not a function 16 FAIL Closing must be propagated backward: starts closed; preventCancel = [object Object] (truthy) rs.pipeTo is not a function
16 FAIL Closing must be propagated backward: starts closed; preventCancel = true, p reventAbort = true rs.pipeTo is not a function 17 FAIL Closing must be propagated backward: starts closed; preventCancel = true, p reventAbort = true rs.pipeTo is not a function
17 FAIL Closing must be propagated backward: starts closed; preventCancel = true, p reventAbort = true, preventClose = true rs.pipeTo is not a function 18 FAIL Closing must be propagated backward: starts closed; preventCancel = true, p reventAbort = true, preventClose = true rs.pipeTo is not a function
18 Harness: the test ran to completion. 19 Harness: the test ran to completion.
19 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698