Bug 219761
Summary: | REGRESSION: [macOS Debug WK1] requestidlecallback/requestidlecallback-document-gc.html is a flaky timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | rniwa, saam, webkit-bot-watchers-bugzilla, webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 164193 |
Ryan Haddad
requestidlecallback/requestidlecallback-document-gc.html became a flaky timeout on macOS debug WK1 bots on/around 11/4/20 @ r269361
https://results.webkit.org/?suite=layout-tests&test=requestidlecallback%2Frequestidlecallback-document-gc.html
--- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/requestidlecallback/requestidlecallback-document-gc-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/requestidlecallback/requestidlecallback-document-gc-actual.txt
@@ -1,10 +1,7 @@
+FAIL: Timed out waiting for notifyDone to be called
This tests that documents with pending requestIdleCallback is eventually collected
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS enoughDocumentCollected() became true
-PASS successfullyParsed is true
-TEST COMPLETE
-
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
CC'ing a few JSC folks who made changes around this time since this could be GC related.
Radar WebKit Bug Importer
<rdar://problem/72202258>
Alexey Proskuryakov
GC may be imprecise, but the test is already written to be very defensive.
Ryosuke Niwa
This test appears to be consistently passing now.