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
This test, or group of tests, has been passing for the last 4000 revisions. Closing bug. Gardened in r278519.