Bug 208248 - [GTK] http/tests/cookies/document-cookie-set-expired-cookie.html is flaky since added in r257354
Summary: [GTK] http/tests/cookies/document-cookie-set-expired-cookie.html is flaky sin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-26 10:21 PST by Diego Pino
Modified: 2021-06-04 19:37 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-02-26 10:21:31 PST
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
Comment 1 Diego Pino 2021-06-04 19:37:50 PDT
This test, or group of tests, has been passing for the last 4000 revisions. Closing bug. Gardened in r278519.