Bug 220484 - [Mojave] imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing.html is a flaky failure
Summary: [Mojave] imported/w3c/web-platform-tests/html/semantics/document-metadata/the...
Status: NEW
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: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-08 14:38 PST by Ryan Haddad
Modified: 2021-01-20 15:44 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2021-01-08 14:38:49 PST
imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing.html is a flaky failure on Mojave

--- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing-actual.txt
@@ -1,3 +1,5 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS <meta>: ""
 PASS Refresh header: ""
@@ -120,7 +122,7 @@
 PASS Refresh header: ".9; url=foo"
 PASS <meta>: "0.9; url=foo"
 PASS Refresh header: "0.9; url=foo"
-PASS <meta>: "0...9; url=foo"
+TIMEOUT <meta>: "0...9; url=foo" Test timed out
 PASS Refresh header: "0...9; url=foo"
 PASS <meta>: "0...; url=foo"
 PASS Refresh header: "0...; url=foo"

https://results.webkit.org/?suite=layout-tests&test=imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/parsing.html&recent=false
Comment 1 Ryan Haddad 2021-01-08 14:43:14 PST
Marked as flaky in r271323 to help speed up EWS + CQ.
Comment 2 Radar WebKit Bug Importer 2021-01-15 14:39:20 PST
<rdar://problem/73263837>
Comment 3 Ryan Haddad 2021-01-20 15:43:11 PST
The test was consistently failing until it was rebaselined in https://trac.webkit.org/changeset/269247/webkit, but it was still marked as failing until it was modified again in https://trac.webkit.org/changeset/271142/webkit.
Comment 4 Ryan Haddad 2021-01-20 15:44:45 PST
I think this has been flaky for quite a long time, it just wasn't noticed because of the consistent failure, then started showing up once the failure expectation was removed.