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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/bad-underlying-sinks.https-expected.txt

Issue 2772293002: Update WritableStream to new standard version (Closed)
Patch Set: Changes from domenic@ review 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/http/tests/streams/writable-streams/bad-underlying-sinks.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/bad-underlying-sinks.https-expected.txt b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/bad-underlying-sinks.https-expected.txt
deleted file mode 100644
index 041cb375c2ace4f4228837be36677fb5c34ad2ab..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/bad-underlying-sinks.https-expected.txt
+++ /dev/null
@@ -1,49 +0,0 @@
-This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = 11 duplicate test names: "start: errors in start cause WritableStream constructor to throw", "close: throwing method should cause writer close() and ready to reject", "close: returning a rejected promise should cause writer close() and ready to reject", "close: throwing getter should cause writer close() to reject", "write: throwing getter should cause write() and closed to reject", "write: throwing method should cause write() and closed to reject", "write: returning a promise that becomes rejected after the writer write() should cause writer write() and ready to reject", "write: returning a rejected promise (second write) should cause writer write() and ready to reject", "abort: non-function abort method with .apply", "abort: throwing getter should cause abort() and closed to reject", "abort: throwing method should cause abort() and closed to reject"
-PASS start: errors in start cause WritableStream constructor to throw
-PASS close: throwing method should cause writer close() and ready to reject
-PASS close: returning a rejected promise should cause writer close() and ready to reject
-PASS close: throwing getter should cause writer close() to reject
-PASS write: throwing getter should cause write() and closed to reject
-PASS write: throwing method should cause write() and closed to reject
-PASS write: returning a promise that becomes rejected after the writer write() should cause writer write() and ready to reject
-PASS write: returning a rejected promise (second write) should cause writer write() and ready to reject
-PASS abort: non-function abort method with .apply
-PASS abort: throwing getter should cause abort() and closed to reject
-PASS abort: throwing method should cause abort() and closed to reject
-PASS Untitled
-PASS start: errors in start cause WritableStream constructor to throw
-PASS close: throwing method should cause writer close() and ready to reject
-PASS close: returning a rejected promise should cause writer close() and ready to reject
-PASS close: throwing getter should cause writer close() to reject
-PASS write: throwing getter should cause write() and closed to reject
-PASS write: throwing method should cause write() and closed to reject
-PASS write: returning a promise that becomes rejected after the writer write() should cause writer write() and ready to reject
-PASS write: returning a rejected promise (second write) should cause writer write() and ready to reject
-PASS abort: non-function abort method with .apply
-PASS abort: throwing getter should cause abort() and closed to reject
-PASS abort: throwing method should cause abort() and closed to reject
-PASS start: errors in start cause WritableStream constructor to throw
-PASS close: throwing method should cause writer close() and ready to reject
-PASS close: returning a rejected promise should cause writer close() and ready to reject
-PASS close: throwing getter should cause writer close() to reject
-PASS write: throwing getter should cause write() and closed to reject
-PASS write: throwing method should cause write() and closed to reject
-PASS write: returning a promise that becomes rejected after the writer write() should cause writer write() and ready to reject
-PASS write: returning a rejected promise (second write) should cause writer write() and ready to reject
-PASS abort: non-function abort method with .apply
-PASS abort: throwing getter should cause abort() and closed to reject
-PASS abort: throwing method should cause abort() and closed to reject
-PASS start: errors in start cause WritableStream constructor to throw
-PASS close: throwing method should cause writer close() and ready to reject
-PASS close: returning a rejected promise should cause writer close() and ready to reject
-PASS close: throwing getter should cause writer close() to reject
-PASS write: throwing getter should cause write() and closed to reject
-PASS write: throwing method should cause write() and closed to reject
-PASS write: returning a promise that becomes rejected after the writer write() should cause writer write() and ready to reject
-PASS write: returning a rejected promise (second write) should cause writer write() and ready to reject
-PASS abort: non-function abort method with .apply
-PASS abort: throwing getter should cause abort() and closed to reject
-PASS abort: throwing method should cause abort() and closed to reject
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698