Bug 208248
| Summary: | [GTK] http/tests/cookies/document-cookie-set-expired-cookie.html is flaky since added in r257354 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
Test is flaky since added in r257354 (Regression(CookieCache) Hang and very high CPU usage on nytimes.com):
* http/tests/cookies/document-cookie-set-expired-cookie.html [ Failure Pass ]
Diff:
--- /layout-test-results/http/tests/cookies/document-cookie-set-expired-cookie-expected.txt
+++ /layout-test-results/http/tests/cookies/document-cookie-set-expired-cookie-actual.txt
@@ -3,10 +3,10 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.cookie is ""
-PASS document.cookie is "testDelete=testValue"
-PASS document.cookie is ""
-PASS document.cookie is ""
+FAIL document.cookie should be . Was testKey=testValue; foo=bar.
+FAIL document.cookie should be testDelete=testValue. Was testKey=testValue; foo=bar; testDelete=testValue.
+FAIL document.cookie should be . Was testKey=testValue; foo=bar.
+FAIL document.cookie should be . Was testKey=testValue; foo=bar.
PASS successfullyParsed is true
TEST COMPLETE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
This test, or group of tests, has been passing for the last 4000 revisions. Closing bug. Gardened in r278519.