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 BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.