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

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

Issue 2831763003: Unified error handling for WritableStream (Closed)
Patch Set: Created 3 years, 8 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 Harness Error. harness_status.status = 1 , harness_status.message = assert_array _equals: close must always be called with the controller lengths differ, expecte d 1 got 0
3 PASS Service worker test setup
4 FAIL Closing must be propagated backward: starts closed; preventCancel omitted; fulfilled cancel promise assert_array_equals: lengths differ, expected 1 got 0
5 FAIL Closing must be propagated backward: starts closed; preventCancel omitted; rejected cancel promise assert_array_equals: lengths differ, expected 1 got 0
6 FAIL Closing must be propagated backward: starts closed; preventCancel = undefin ed (falsy); fulfilled cancel promise assert_array_equals: lengths differ, expect ed 1 got 0
7 FAIL Closing must be propagated backward: starts closed; preventCancel = null (f alsy); fulfilled cancel promise assert_array_equals: lengths differ, expected 1 got 0
8 FAIL Closing must be propagated backward: starts closed; preventCancel = false ( falsy); fulfilled cancel promise assert_array_equals: lengths differ, expected 1 got 0
9 FAIL Closing must be propagated backward: starts closed; preventCancel = 0 (fals y); fulfilled cancel promise assert_array_equals: lengths differ, expected 1 got 0
10 FAIL Closing must be propagated backward: starts closed; preventCancel = -0 (fal sy); fulfilled cancel promise assert_array_equals: lengths differ, expected 1 go t 0
11 FAIL Closing must be propagated backward: starts closed; preventCancel = NaN (fa lsy); fulfilled cancel promise assert_array_equals: lengths differ, expected 1 g ot 0
12 FAIL Closing must be propagated backward: starts closed; preventCancel = (falsy ); fulfilled cancel promise assert_array_equals: lengths differ, expected 1 got 0
13 FAIL Closing must be propagated backward: starts closed; preventCancel = true (t ruthy) assert_array_equals: lengths differ, expected 1 got 0
14 FAIL Closing must be propagated backward: starts closed; preventCancel = a (trut hy) assert_array_equals: lengths differ, expected 1 got 0
15 FAIL Closing must be propagated backward: starts closed; preventCancel = 1 (trut hy) assert_array_equals: lengths differ, expected 1 got 0
16 FAIL Closing must be propagated backward: starts closed; preventCancel = Symbol( ) (truthy) assert_array_equals: lengths differ, expected 1 got 0
17 FAIL Closing must be propagated backward: starts closed; preventCancel = [object Object] (truthy) assert_array_equals: lengths differ, expected 1 got 0
18 FAIL Closing must be propagated backward: starts closed; preventCancel = true, p reventAbort = true assert_array_equals: lengths differ, expected 1 got 0
19 FAIL Closing must be propagated backward: starts closed; preventCancel = true, p reventAbort = true, preventClose = true assert_array_equals: lengths differ, exp ected 1 got 0
20 Harness: the test ran to completion.
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698