RESOLVED WONTFIX 208165
[WK1] http/tests/cookies/document-cookie-after-showModalDialog.html is a flaky failure since introduction
https://bugs.webkit.org/show_bug.cgi?id=208165
Summary [WK1] http/tests/cookies/document-cookie-after-showModalDialog.html is a flak...
Truitt Savell
Reported 2020-02-24 16:16:08 PST
http/tests/cookies/document-cookie-after-showModalDialog.html This test has been a flaky failure sense introduction in https://trac.webkit.org/changeset/256820/webkit history: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fcookies%2Fdocument-cookie-after-showModalDialog.html Diff: --- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/http/tests/cookies/document-cookie-after-showModalDialog-expected.txt +++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/http/tests/cookies/document-cookie-after-showModalDialog-actual.txt @@ -4,7 +4,7 @@ PASS normalizeCookie(document.cookie) is "testKey=testValue" -PASS normalizeCookie(document.cookie) is "foo=bar; testKey=testValue" +FAIL normalizeCookie(document.cookie) should be foo=bar; testKey=testValue. Was testKey=testValue. PASS successfullyParsed is true TEST COMPLETE
Attachments
Radar WebKit Bug Importer
Comment 1 2020-02-24 16:16:28 PST
Ahmad Saleem
Comment 2 2022-08-05 15:11:30 PDT
Following commit stop exposing "stopModalDialog" to web and these tests are now marked to run with webkit-test-runner when showModalDialog is true. https://github.com/WebKit/WebKit/commit/c4bb4d1af89e1ef5f57ef1b1cf7b65ce62c30ba5 I think these flaky tests will not fixed. Hence, I am going to mark this as "RESOLVED WONTFIX", please reopen if my selection is wrong and there is further needed from this bug. Thanks!
Note You need to log in before you can comment on or make changes to this bug.