Bug 222677

Summary: [ macOS Wk2 ] inspector/model/auditTestCase.html is a flakey timeout
Product: WebKit Reporter: Robert Jenner <jenner>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Robert Jenner
Reported 2021-03-03 12:25:10 PST
inspector/model/auditTestCase.html is a flakey timeout in Catalina and BigSur release on Wk 2. HISTORY URL: https://results.webkit.org/?suite=layout-tests&test=inspector%2Fmodel%2FauditTestCase.html&platform=mac DIFF URL: https://build.webkit.org/results/Apple-BigSur-Release-WK2-Tests/r273822%20(662)/inspector/model/auditTestCase-pretty-diff.html DIFF TEXT: --- /Volumes/Data/worker/bigsur-release-tests-wk2/build/layout-test-results/inspector/model/auditTestCase-expected.txt +++ /Volumes/Data/worker/bigsur-release-tests-wk2/build/layout-test-results/inspector/model/auditTestCase-actual.txt @@ -1,44 +1,5 @@ -Testing the functions of WI.AuditTestCase. +#PID UNRESPONSIVE - WebKitTestRunner (pid 5998) +FAIL: Timed out waiting for notifyDone to be called - -== Running test suite: AuditTestCase --- Running test case: AuditTestCase.fromPayload.nullObject -null - --- Running test case: AuditTestCase.fromPayload.nonObject -null - --- Running test case: AuditTestCase.fromPayload.emptyObject -null - --- Running test case: AuditTestCase.fromPayload.invalidTopLevelMembers -null - --- Running test case: AuditTestCase.fromPayload.valid -{ - "type": "test-case", - "name": "valid test name", - "test": "function() { }" -} - --- Running test case: AuditTestCase.fromPayload.validWithInvalidOptionals -WARN: Audit Warning: "validWithInvalidOptionals test name" has a non-string "description" value -WARN: Audit Warning: "validWithInvalidOptionals test name" has a non-string "setup" value -WARN: Audit Warning: "validWithInvalidOptionals test name" is too new to run in this Web Inspector -{ - "type": "test-case", - "name": "validWithInvalidOptionals test name", - "supports": 4, - "test": "validWithInvalidOptionals test function" -} - --- Running test case: AuditTestCase.fromPayload.validWithValidOptionals -{ - "type": "test-case", - "name": "validWithValidOptionals test name", - "description": "validWithValidOptionals test description", - "supports": 2, - "setup": "validWithValidOptionals test setup", - "test": "validWithValidOptionals test function" -} - +#EOF +#EOF
Attachments
Robert Jenner
Comment 1 2021-03-03 14:17:08 PST
First timeout occurred at r271448. Could not duplicate the timeouts, as test appears to be very flakey.
Radar WebKit Bug Importer
Comment 2 2021-03-03 14:17:49 PST
Robert Jenner
Comment 3 2021-03-03 14:26:23 PST
I added test expectations for this test for Mac wk2 in https://trac.webkit.org/changeset/273840/webkit
Note You need to log in before you can comment on or make changes to this bug.