Bug 208062 - [ Mac wk2 ] http/wpt/fetch/disable-speculative-for-reload.html is flaky failing.
Summary: [ Mac wk2 ] http/wpt/fetch/disable-speculative-for-reload.html is flaky failing.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac macOS 10.15
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-21 10:02 PST by Jason Lawrence
Modified: 2020-02-24 10:23 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Lawrence 2020-02-21 10:02:50 PST
http/wpt/fetch/disable-speculative-for-reload.html

Description: 
This test is flaky failing on Mac wk2. It has been failing throughout the visible history. The oldest diff that I am able to locate matches at r255037.

History:
https://results.webkit.org/?suite=layout-tests&test=http%2Fwpt%2Ffetch%2Fdisable-speculative-for-reload.html&platform=mac&flavor=wk2&limit=50000

Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/wpt/fetch/disable-speculative-for-reload-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/wpt/fetch/disable-speculative-for-reload-actual.txt
@@ -1,3 +1,4 @@
 
-PASS Ensure image is not speculatively loaded after a reload 
 
+FAIL Ensure image is not speculatively loaded after a reload assert_equals: after reload expected "3" but got "4"
+
Comment 1 Radar WebKit Bug Importer 2020-02-21 10:03:48 PST
<rdar://problem/59672155>
Comment 2 Jason Lawrence 2020-02-21 10:24:13 PST
I have marked this test as failing while the issue is investigated.
https://trac.webkit.org/changeset/257146/webkit
Comment 3 Jason Lawrence 2020-02-24 10:23:54 PST
I can reproduce this issue on r257082 by running the command below.
run-webkit-tests http/wpt/fetch/disable-speculative-for-reload.html --iterations 3000 --exit-after-n-failures 5 -f --force

[75/3000] http/wpt/fetch/disable-speculative-for-reload.html failed unexpectedly (text diff)
[115/3000] http/wpt/fetch/disable-speculative-for-reload.html failed unexpectedly (text diff)
[188/3000] http/wpt/fetch/disable-speculative-for-reload.html failed unexpectedly (text diff)
Retrying 1 unexpected failure ...
Running 1 WebKitTestRunner.
2997 tests ran as expected, 3 didn't:

I see the same failures on r255992 and r253698.