Bug 224116

Summary: [GTK][WPE] Test imported/w3c/web-platform-tests/navigation-timing/test_performance_attributes.sub.html is flaky and sometimes fails
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, dpino
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Carlos Alberto Lopez Perez 2021-04-02 09:32:24 PDT
The test imported/w3c/web-platform-tests/navigation-timing/test_performance_attributes.sub.html is flaky and sometimes it fails.

When it fails it outputs this diff:


--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/navigation-timing/test_performance_attributes.sub-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/navigation-timing/test_performance_attributes.sub-actual.txt
@@ -1,4 +1,4 @@
 
 
-PASS Check that performance.timing has reasonable values for secureConnectionStart and other attributes
+FAIL Check that performance.timing has reasonable values for secureConnectionStart and other attributes assert_greater_than_equal: performance.timing.secureConnectionStart >= performance.timing.connectStart expected a number greater than or equal to 1617313048851 but got 0
 

Passing something like "--repeat-each=500" to run-webkit-tests may help to reproduce the issue
Comment 1 Carlos Alberto Lopez Perez 2021-04-02 09:57:08 PDT
Updated expectations on r275423
Comment 2 Diego Pino 2021-12-30 22:18:47 PST
This test has been constantly passing for the last 1000 revisions:

https://results.webkit.org/?limit=1000&platform=GTK&platform=WPE&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fnavigation-timing%2Ftest_performance_attributes.sub.html

Marking bug as resolved.

est removed from test expectations in r287490.