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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/pipe-through.dedicatedworker-expected.txt

Issue 2796633002: Add "mark promise as handled" change to pipeThrough() (Closed)
Patch Set: Use v8.isPromise instead of instanceof 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/streams/piping/pipe-through.dedicatedworker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/pipe-through.dedicatedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/pipe-through.dedicatedworker-expected.txt
deleted file mode 100644
index cb261c6464778c685772df1ce78a9af67a843b8c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/pipe-through.dedicatedworker-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = this rejection should not be reported as unhandled
-PASS Piping through a duck-typed pass-through transform stream should work
-PASS Piping through a transform errored on the writable end does not cause an unhandled promise rejection
-PASS pipeThrough generically calls pipeTo with the appropriate args
-PASS pipeThrough can handle calling a pipeTo that returns a non-promise object
-PASS pipeThrough can handle calling a pipeTo that returns a non-promise thenable object
-PASS pipeThrough should mark a real promise from a fake readable as handled
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698