| Index: third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.sharedworker-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.sharedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.sharedworker-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..37a588c6b34c430e2226880c8e57b9ec9a12b657
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.sharedworker-expected.txt
|
| @@ -0,0 +1,11 @@
|
| +This is a testharness.js-based test.
|
| +FAIL Piping must lock both the ReadableStream and WritableStream rs.pipeTo is not a function
|
| +FAIL Piping finishing must unlock both the ReadableStream and WritableStream rs.pipeTo is not a function
|
| +FAIL pipeTo must check the brand of its ReadableStream this value Cannot read property 'apply' of undefined
|
| +FAIL pipeTo must check the brand of its WritableStream argument Cannot read property 'apply' of undefined
|
| +FAIL pipeTo must fail if the ReadableStream is locked, and not lock the WritableStream rs.pipeTo is not a function
|
| +FAIL pipeTo must fail if the WritableStream is locked, and not lock the ReadableStream rs.pipeTo is not a function
|
| +FAIL Piping from a ReadableStream from which lots of chunks are synchronously readable rs.pipeTo is not a function
|
| +FAIL Piping from a ReadableStream for which a chunk becomes asynchronously readable after the pipeTo rs.pipeTo is not a function
|
| +Harness: the test ran to completion.
|
| +
|
|
|