Bug 206676 - imported/w3c/web-platform-tests/requestidlecallback/callback-xhr-sync.html is flaky failure
Summary: imported/w3c/web-platform-tests/requestidlecallback/callback-xhr-sync.html is...
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
Depends on:
Blocks: 164193
  Show dependency treegraph
 
Reported: 2020-01-23 10:33 PST by Jacob Uphoff
Modified: 2023-08-06 02:19 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 Jacob Uphoff 2020-01-23 10:33:08 PST
imported/w3c/web-platform-tests/requestidlecallback/callback-xhr-sync.html is flaky failing on macOS and iOS with wk1 and wk2

I did not try to reproduce the failure

History:

https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Frequestidlecallback%2Fcallback-xhr-sync.html

Diff:

--- /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/requestidlecallback/callback-xhr-sync-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/requestidlecallback/callback-xhr-sync-actual.txt
@@ -1,5 +1,3 @@
 
-Harness Error (TIMEOUT), message = null
+PASS re-schedule idle callbacks after sync xhr 
 
-TIMEOUT re-schedule idle callbacks after sync xhr Test timed out
-
Comment 1 Radar WebKit Bug Importer 2020-01-23 10:33:36 PST
<rdar://problem/58839631>
Comment 2 Truitt Savell 2020-01-24 08:50:14 PST
This was imported in https://trac.webkit.org/changeset/251120/webkit
Comment 3 Ryosuke Niwa 2020-01-24 16:26:43 PST
More frequent on WK1 on macOS but also happens on iOS WK2.
Comment 4 Ryosuke Niwa 2020-01-24 16:34:12 PST
Committed r255104: <https://trac.webkit.org/changeset/255104>
Comment 5 Michael Catanzaro 2023-03-14 14:27:48 PDT
We don't support requestIdleCallback so all these tests should be skipped.
Comment 6 Michael Catanzaro 2023-03-15 07:50:09 PDT
(In reply to Michael Catanzaro from comment #5)
> We don't support requestIdleCallback so all these tests should be skipped.

Sorry, this was wrong. I see now that Ryosuke had been working on this feature and imported the tests intentionally (comment #2).
Comment 7 Ryosuke Niwa 2023-08-06 02:19:10 PDT
This seems to have resolved by now.