| Index: third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.dedicatedworker-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.dedicatedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.dedicatedworker-expected.txt
|
| index 859fcbe9d33cce80e5077ac4866dd7308e25100b..cfd22342e345926cf59b1f69ca0c9007e1e28f9a 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.dedicatedworker-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/multiple-propagation.dedicatedworker-expected.txt
|
| @@ -1,8 +1,9 @@
|
| +CONSOLE ERROR: line 77: Uncaught (in promise) TypeError: The stream has been aborted
|
| This is a testharness.js-based test.
|
| -FAIL Piping from an errored readable stream to an errored writable stream rs.pipeTo is not a function
|
| -FAIL Piping from an errored readable stream to an errored writable stream; preventAbort = true rs.pipeTo is not a function
|
| -FAIL Piping from an errored readable stream to a closed writable stream rs.pipeTo is not a function
|
| -FAIL Piping from a closed readable stream to an errored writable stream rs.pipeTo is not a function
|
| -FAIL Piping from a closed readable stream to a closed writable stream rs.pipeTo is not a function
|
| +PASS Piping from an errored readable stream to an errored writable stream
|
| +PASS Piping from an errored readable stream to an errored writable stream; preventAbort = true
|
| +FAIL Piping from an errored readable stream to a closed writable stream assert_array_equals: lengths differ, expected 1 got 2
|
| +PASS Piping from a closed readable stream to an errored writable stream
|
| +PASS Piping from a closed readable stream to a closed writable stream
|
| Harness: the test ran to completion.
|
|
|
|
|