Bug 172052 - Layout test imported/w3c/web-platform-tests/html/webappapis/timers/type-long-setinterval.html is a flaky failure.
Summary: Layout test imported/w3c/web-platform-tests/html/webappapis/timers/type-long-...
Status: RESOLVED CONFIGURATION CHANGED
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
: 207060 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-05-12 14:32 PDT by Matt Lewis
Modified: 2021-08-11 04:44 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2017-05-12 14:32:30 PDT
The test imported/w3c/web-platform-tests/html/webappapis/timers/type-long-setinterval.html is a flaky failure on both macOS wk2 debug builds.

The first failure on Sierra was on 4/16/2017

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fwebappapis%2Ftimers%2Ftype-long-setinterval.html
https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK2%20(Tests)/r216768%20(966)/results.html
https://build.webkit.org/builders/Apple%20Sierra%20Debug%20WK2%20(Tests)/builds/966

diff
--- /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/timers/type-long-setinterval-expected.txt
+++ /Volumes/Data/slave/sierra-debug-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 2448: Error: assert_unreached: Reached unreachable code
 
 PASS Type long timeout for setInterval
Comment 1 Matt Lewis 2017-05-24 13:31:46 PDT
I was able to reproduce on Sierra Debug with:

run-webkit-tests imported/w3c/web-platform-tests/html/webappapis/timers/type-long-setinterval.html --iterations=100 --no-retry-failure -f --debug -g
Comment 2 Matt Lewis 2017-05-25 15:52:12 PDT
The original addition of this test was in:
https://trac.webkit.org/changeset/215164/webkit
Comment 4 Matt Lewis 2017-09-12 09:56:04 PDT
Marked test as flaky:
https://trac.webkit.org/changeset/221924/webkit
Comment 5 Radar WebKit Bug Importer 2018-07-31 17:01:55 PDT
<rdar://problem/42792998>
Comment 6 Ryan Haddad 2020-05-07 15:26:29 PDT
*** Bug 207060 has been marked as a duplicate of this bug. ***
Comment 7 Martin Robinson 2021-08-11 04:40:45 PDT
The test was renamed to type-long-setinterval.any.html and the test expectation was not updated. To me that is evidence that this is no longer an issue, so I'll close this one. Please reopen if type-long-setinterval.any.html starts having issues though.
Comment 8 Martin Robinson 2021-08-11 04:44:29 PDT
(In reply to Martin Robinson from comment #7)
> The test was renamed to type-long-setinterval.any.html and the test
> expectation was not updated. To me that is evidence that this is no longer
> an issue, so I'll close this one. Please reopen if
> type-long-setinterval.any.html starts having issues though.

On further inspection it seems that this test was converted into a JavaScript test during a WPT import and is no longer run.