Bug 263447
| Summary: | REGRESSION ( Sonoma?): [ Sonoma release ] TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | Web Inspector | Assignee: | Razvan Caliman <rcaliman> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ggaren, inspector-bugzilla-changes, rcaliman, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage
Is a consistent failure on Sonoma release ToT and since bring-up.
This issue can be reproduced using the command:
run-api-tests --release --no-build --iterations=1 TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage
History:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage
Results:
Failed
TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage
RemoteLayerTreeDrawingAreaProxyMac::scheduleDisplayLink(): page has no displayID
RemoteLayerTreeDrawingAreaProxyMac::scheduleDisplayLink(): page has no displayID
/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:455
Value of: !(error)
Actual: false
Expected: true
/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:456
Value of: result
Actual: false
Expected: true
/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:457
Expected equality of these values:
result
Which is:
mainFrameSecretString
Which is: 42-mainFrame
/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:478
Value of: !(error)
Actual: false
Expected: true
/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:479
Value of: result
Actual: false
Expected: true
/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:480
Expected equality of these values:
result
Which is:
innerFrameSecretString
Which is: 42-innerFrame
/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:491
Value of: !(error)
Actual: false
Expected: true
/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:492
Value of: result
Actual: false
Expected: true
/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtension.mm:493
Expected equality of these values:
result
Which is:
innerFrameSecretString
Which is: 42-innerFrame
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/117265270>
Razvan Caliman
It was a race condition within Web Inspector frontend. I have a fix coming up.
Razvan Caliman
Pull request: https://github.com/WebKit/WebKit/pull/20173
EWS
Committed 271925@main (3583b2ac96f1): <https://commits.webkit.org/271925@main>
Reviewed commits have been landed. Closing PR #20173 and removing active labels.