| Summary: | [ATSPI] Implement `AccessibilityUIElement::sortDirection()` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, jenner, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=250743 | ||
|
Description
Vitaly Dyackhov
2023-01-16 04:24:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/8686 Committed 258975@main (8d8921074e34): <https://commits.webkit.org/258975@main> Reviewed commits have been landed. Closing PR #8686 and removing active labels. Hello! I reverted the commit above here: https://commits.webkit.org/259012@main Because it broke the following two API-tests on iOS debug: TestWebKitAPI.AppPrivacyReport.RestoreFromInteractionStateIsNonAppInitiated TestWebKitAPI.AppPrivacyReport.RestoreFromSessionStateIsNonAppInitiated HISTORY: https://results.webkit.org/?suite=api-tests&suite=api-tests&test=TestWebKitAPI.AppPrivacyReport.RestoreFromInteractionStateIsNonAppInitiated&test=TestWebKitAPI.AppPrivacyReport.RestoreFromSessionStateIsNonAppInitiated I was able to reproduce the timeouts for both tests at iOS 16 Debug ToT running the tests as follows: run-api-tests --iOS-simulator <insert_test_name_here> I was also able to confirm that 258975@main is the regression point, as I was able to reproduce the timeout at 258975@main, and not at 258974@main. HISTORY shows that the timeouts keep happening even after the PR was reverted. I'm not sure it's related. Pull request: https://github.com/WebKit/WebKit/pull/8844 Committed 259616@main (0a40902543c1): <https://commits.webkit.org/259616@main> Reviewed commits have been landed. Closing PR #8844 and removing active labels. |