Bug 301206
| Summary: | [ Tahoe ] 2x TestIPC.IPCSerialization.* (api-tests) are constant failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dawn Morningstar <Morningstar> |
| Component: | New Bugs | Assignee: | Robert Jenner <jenner> |
| Status: | NEW | ||
| Severity: | Normal | CC: | jbedard, jenner, simon.lewis, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 301588 | ||
| Bug Blocks: | |||
Dawn Morningstar
TestIPC.IPCSerialization.AVOutputContext
TestIPC.IPCSerialization.SecureCoding
Are both failing on Tahoe, these were not failing previously and are not failing internally.
History:
https://results.webkit.org/?suite=api-tests&suite=api-tests&test=TestIPC.IPCSerialization.SecureCoding&test=TestIPC.IPCSerialization.AVOutputContext
Test-run:
https://build.webkit-uat.org/#/builders/1716/builds/25
STDIO:
https://s3-us-west-2.amazonaws.com/archives.webkit-uat.org/mac-tahoe-x86_64%20arm64-debug-run-api-tests/301721@main-17.txt
FAILURE:
"TestIPC.IPCSerialization.AVOutputContext",
"2025-10-17 15:21:27.190 TestIPC[65531:5490673] NSEventConcurrentProcessingEnabled=NO\n\n/Volumes/Data/worker/Apple-Tahoe-Debug-Build/build/Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm:668\nValue of: bObject != nullptr\n Actual: false\nExpected: true\n\n\n\n/Volumes/Data/worker/Apple-Tahoe-Debug-Build/build/Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm:928\nValue of: holder == result\n Actual: false\nExpected: true"
"TestIPC.IPCSerialization.SecureCoding",
"2025-10-17 15:21:28.870 TestIPC[65692:5491718] NSEventConcurrentProcessingEnabled=NO\n\n/Volumes/Data/worker/Apple-Tahoe-Debug-Build/build/Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm:668\nValue of: bObject != nullptr\n Actual: false\nExpected: true\n\n\n\n/Volumes/Data/worker/Apple-Tahoe-Debug-Build/build/Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm:928\nValue of: holder == result\n Actual: false\nExpected: true"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163132998>
Robert Jenner
These failures are occurring on Tahoe Release, and Debug. Also, API-Tests are not WK1/WK2 deterministic. Removing from title.
Robert Jenner
Pull request: https://github.com/WebKit/WebKit/pull/53215
Jonathan Bedard
Simon fixed TestIPC.IPCSerialization.SecureCoding, but not TestIPC.IPCSerialization.AVOutputContext.
Simon Lewis
PR to fix AVOutputContext test failure is here: https://github.com/WebKit/WebKit/pull/53618