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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/flow-control.sharedworker-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/streams/piping/flow-control.sharedworker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/flow-control.sharedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/flow-control.sharedworker-expected.txt
index 82ac6f25ebfb890a40dd40b81b85125765706357..8b6ec02aa7d10d1646329b6bfcdfc35413f28500 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/flow-control.sharedworker-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/flow-control.sharedworker-expected.txt
@@ -1,4 +1,5 @@
This is a testharness.js-based test.
+Found 4 tests. 0 PASS 4 FAIL 0 TIMEOUT 0 NOTRUN
FAIL Piping from a non-empty ReadableStream into a WritableStream that does not desire chunks rs.pipeTo is not a function
FAIL Piping from a non-empty ReadableStream into a WritableStream that does not desire chunks, but then does rs.pipeTo is not a function
FAIL Piping from an empty ReadableStream into a WritableStream that does not desire chunks, but then the readable stream becomes non-empty and the writable stream starts desiring chunks promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"

Powered by Google App Engine
This is Rietveld 408576698