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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/worker/cache-add.https-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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/service-workers/cache-storage/worker/cache-add.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/worker/cache-add.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/worker/cache-add.https-expected.txt
deleted file mode 100644
index 68f3697e3118ec467c6ab0e2103de92ee5b38325..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/worker/cache-add.https-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-CONSOLE ERROR: Uncaught (in promise) TypeError: Partial response (status code 206) is unsupported
-This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = Partial response (status code 206) is unsupported
-PASS Cache.add called with no arguments
-PASS Cache.add called with relative URL specified as a string
-PASS Cache.add called with non-HTTP/HTTPS URL
-PASS Cache.add called with Request object
-PASS Cache.add called with POST request
-PASS Cache.add called twice with the same Request object
-PASS Cache.add with request with null body (not consumed)
-FAIL Cache.add with 206 response promise_test: Unhandled rejection with value: object "ReferenceError: assert_promise_rejects is not defined"
-FAIL Cache.addAll with 206 response promise_test: Unhandled rejection with value: object "TypeError: test.unreached_func is not a function"
-PASS Cache.add with request that results in a status of 404
-PASS Cache.add with request that results in a status of 500
-PASS Cache.addAll with no arguments
-PASS Cache.addAll with a mix of valid and undefined arguments
-PASS Cache.addAll with an empty array
-PASS Cache.addAll with string URL arguments
-PASS Cache.addAll with Request arguments
-PASS Cache.addAll with a mix of succeeding and failing requests
-FAIL Cache.addAll called with the same Request object specified twice assert_unreached: Should have rejected: Cache.addAll should throw InvalidStateError if the same request is added twice. Reached unreachable code
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698