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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/passwordcredential-fetch-expected.txt

Issue 2766823003: Fix testharness result parsing, make "Harness error" count as failure. (Closed)
Patch Set: One more test with nondeterministic message order Created 3 years, 9 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/credentialmanager/passwordcredential-fetch-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/passwordcredential-fetch-expected.txt b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/passwordcredential-fetch-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c3ab967e6f942ef90b0bfac0047d417dfc6705c5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/passwordcredential-fetch-expected.txt
@@ -0,0 +1,25 @@
+This is a testharness.js-based test.
+Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "Simple Fetch"
+PASS Body ignored in presence of a PasswordCredential
+PASS Body present if 'credentials' is not a PasswordCredential
+PASS Creating/cloning a 'Request' does not expose the credential.
+PASS Creating a 'Request' throws in various ways.
+PASS Simple Fetch
+PASS Simple Fetch
+PASS Fetch with cloned Request
+PASS Fetch with copied Request
+PASS Fetch with overridden 'credentials'
+PASS 'idName' and 'passwordName'
+PASS 'additionalData': Empty FormData has no effect.
+PASS 'additionalData': FormData properties are properly injected.
+PASS 'additionalData': FormData properties are properly injected after assignment.
+PASS 'additionalData': FormData properties are properly overridden.
+PASS 'additionalData': Empty URLSearchParams has no effect.
+PASS 'additionalData': URLSearchParams properties are properly injected.
+PASS 'additionalData': URLSearchParams properties are properly overridden.
+PASS 'additionalData': URLSearchParams properties are properly injected (ordering matters).
+PASS fetch() after get()
+PASS fetch() after get() with additionalData
+PASS fetch() after get() with additionalData from DOM
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698