Bug 207559 - [ macOS iOS ] fast/parser/parser-yield-timing.html is a flaky failure
Summary: [ macOS iOS ] fast/parser/parser-yield-timing.html is a flaky failure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-11 09:39 PST by Jacob Uphoff
Modified: 2020-03-24 12:19 PDT (History)
6 users (show)

See Also:


Attachments
Delete the test (6.08 KB, patch)
2020-03-23 15:38 PDT, Ryosuke Niwa
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Uphoff 2020-02-11 09:39:17 PST
fast/parser/parser-yield-timing.html

This test has been flaky failing for all visible history.

Test is failing on macOS wk1 and iOS wk2 on debug.

I ran the test on macOS wk1 5000 times and I was able to reproduce the failure.

History: 

https://results.webkit.org/?suite=layout-tests&test=fast%2Fparser%2Fparser-yield-timing.html&limit=50000

Diff:

--- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/fast/parser/parser-yield-timing-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/fast/parser/parser-yield-timing-actual.txt
@@ -5,7 +5,7 @@
 
 PASS new Date().getTime() - startTime is within 400 of 1000
 PASS new Date().getTime() - startTime is within 400 of 2000
-PASS new Date().getTime() - startTime is within 400 of 3000
+FAIL new Date().getTime() - startTime should be within 400 of 3000. Was 3423.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Radar WebKit Bug Importer 2020-02-11 09:39:38 PST
<rdar://problem/59351383>
Comment 2 Ryosuke Niwa 2020-03-23 15:38:13 PDT
Created attachment 394313 [details]
Delete the test
Comment 3 Geoffrey Garen 2020-03-23 21:37:16 PDT
Comment on attachment 394313 [details]
Delete the test

r=me
Comment 4 Ryosuke Niwa 2020-03-24 12:19:32 PDT
Committed r258927: <https://trac.webkit.org/changeset/258927>