RESOLVED DUPLICATE of bug 172052 207060
[ Mojave wk2 Release ] imported/w3c/web-platform-tests/html/webappapis/timers/type-long-setinterval.html flaky failure
https://bugs.webkit.org/show_bug.cgi?id=207060
Summary [ Mojave wk2 Release ] imported/w3c/web-platform-tests/html/webappapis/timers...
Jason Lawrence
Reported 2020-01-31 11:20:00 PST
imported/w3c/web-platform-tests/html/webappapis/timers/type-long-setinterval.html Description: This test is lightly flaky failing on Mojave wk2 release. History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fwebappapis%2Ftimers%2Ftype-long-setinterval.html&limit=50000&platform=mac Diff: --- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/timers/type-long-setinterval-expected.txt +++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/timers/type-long-setinterval-actual.txt @@ -1,3 +1,4 @@ +CONSOLE MESSAGE: line 3463: Error: assert_unreached: Reached unreachable code PASS Type long timeout for setInterval
Attachments
Update Test Expectations (1.59 KB, patch)
2020-01-31 11:37 PST, Jason Lawrence
no flags
Radar WebKit Bug Importer
Comment 1 2020-01-31 11:20:24 PST
Jason Lawrence
Comment 2 2020-01-31 11:37:33 PST
Created attachment 389386 [details] Update Test Expectations
Truitt Savell
Comment 3 2020-01-31 11:41:28 PST
Comment on attachment 389386 [details] Update Test Expectations Clearing flags on attachment: 389386 Committed r255514: <https://trac.webkit.org/changeset/255514>
Alexey Proskuryakov
Comment 4 2020-02-01 17:57:03 PST
> interval = setInterval(next, Math.pow(2, 32)); > setTimeout(assert_unreached, 100); I think that this tests a zero delay interval vs. a 100 ms delay timeout. Are these supposed to be on the same timeline?
Alexey Proskuryakov
Comment 5 2020-02-01 18:11:45 PST
I guess clamping makes it test something different from what the author intended, but flakiness still seems surprising to me.
Darin Adler
Comment 6 2020-02-01 18:16:44 PST
(In reply to Alexey Proskuryakov from comment #4) > > interval = setInterval(next, Math.pow(2, 32)); > > setTimeout(assert_unreached, 100); > > I think that this tests a zero delay interval vs. a 100 ms delay timeout. > Are these supposed to be on the same timeline? Yes, setInterval and setTimeout should be on the same timeline.
Ryan Haddad
Comment 7 2020-05-07 15:26:29 PDT
*** This bug has been marked as a duplicate of bug 172052 ***
Note You need to log in before you can comment on or make changes to this bug.