Bug 253388
| Summary: | REGRESSION (261182@main): TestWebKitAPI.ProcessSwap.LockdownModeEnabledByDefaultThenOptOut and TestWebKitAPI.ProcessSwap.NavigatingToLockdownMode are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, vitor.roriz, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
The following two tests are consistently failing after https://commits.webkit.org/261182@main
TestWebKitAPI.ProcessSwap.LockdownModeEnabledByDefaultThenOptOut
ERROR: Error while launching com.apple.WebKit.Networking: Connection invalid
/Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm(213) : auto WebKit::ProcessLauncher::launchProcess()::(anonymous class)::operator()(xpc_object_t) const
LEAK: 2 WebProcessPool
/Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:7913
Expected equality of these values:
runJSCheck("!!window.CSSCounterStyleRule"_s)
Which is: true
shouldBeEnabled == ShouldBeEnabled::Yes
Which is: false
/Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:7913
Expected equality of these values:
runJSCheck("!!window.CSSCounterStyleRule"_s)
Which is: true
shouldBeEnabled == ShouldBeEnabled::Yes
Which is: false
/Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:7913
Expected equality of these values:
runJSCheck("!!window.CSSCounterStyleRule"_s)
Which is: true
shouldBeEnabled == ShouldBeEnabled::Yes
Which is: false
TestWebKitAPI.ProcessSwap.NavigatingToLockdownMode
ERROR: Error while launching com.apple.WebKit.Networking: Connection invalid
/Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm(213) : auto WebKit::ProcessLauncher::launchProcess()::(anonymous class)::operator()(xpc_object_t) const
LEAK: 1 WebProcessPool
/Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:7913
Expected equality of these values:
runJSCheck("!!window.CSSCounterStyleRule"_s)
Which is: true
shouldBeEnabled == ShouldBeEnabled::Yes
Which is: false
https://results.webkit.org/?suite=api-tests&suite=api-tests&test=TestWebKitAPI.ProcessSwap.CannotDisableLockdownModeWithoutBrowserEntitlement&test=TestWebKitAPI.ProcessSwap.NavigatingToLockdownMode
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106235827>
Brent Fulgham
We need to correct the expectations here now that the feature is expected to be on.
Brent Fulgham
Pull request: https://github.com/Webkit/WebKit/pull/11071
EWS
Committed 261231@main (93ddd026548d): <https://commits.webkit.org/261231@main>
Reviewed commits have been landed. Closing PR #11071 and removing active labels.