Bug 240722
Summary: | [ iOS ] accessibility/aria-modal-with-text-crash.html is a consistent failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Rackler <rackler> |
Component: | New Bugs | Assignee: | Karl Rackler <rackler> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | tyler_w, webkit-bot-watchers-bugzilla, 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=240729 |
Karl Rackler
Description:
accessibility/aria-modal-with-text-crash.html
The first failure I saw on the dashboard was on 5/13/2022 at r294187. This test has been flaky for its entire history on the dashboard.
History:
https://results.webkit.org/?suite=layout-tests&test=accessibility%2Faria-modal-with-text-crash.html&platform=ios&limit=50000
Diff:
--- /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-WK2-Tests/build/layout-test-results/accessibility/aria-modal-with-text-crash-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-15-Simulator-Release-WK2-Tests/build/layout-test-results/accessibility/aria-modal-with-text-crash-actual.txt
@@ -1,8 +1,8 @@
This test ensures we don't crash when using search to traverse an aria-modal with text.
-AXRole: AXStaticText
-AXValue: Foo
+StaticText
+AXLabel: Foo
PASS successfullyParsed is true
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93669155>
Karl Rackler
REPRODUCTION STEPS
I can reproduce this on ToT ( r294551 )
Command:
run-webkit-tests --root 294551 --ios-simulator --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --iterations 50 --no-retry accessibility/aria-modal-with-text-crash.html
Result:
Regressions: Unexpected text-only failures (1)
accessibility/aria-modal-with-text-crash.html [ Failure ]
Karl Rackler
I have marked this test as a consistent failure while this issue is investigated.
Karl Rackler
Pull request: https://github.com/WebKit/WebKit/pull/843
EWS
Test gardening commit r294564 (250809@main): <https://commits.webkit.org/250809@main>
Reviewed commits have been landed. Closing PR #843 and removing active labels.
Karl Rackler
Verified resolved at r294622 (250848@main): <https://commits.webkit.org/250848@main>