| Summary: | [ BigSur wk2 Debug ] accessibility/mac/native-text-control-set-selected-textmarker-range.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ayumi_kojima |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | andresg_22, cfleizach, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Mac (Intel) | ||
| OS: | Unspecified | ||
|
Description
ayumi_kojima
2021-09-08 14:35:29 PDT
Marked expectations https://trac.webkit.org/changeset/282173/webkit The diff above is for a different test. The correct one is: --- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/accessibility/mac/native-text-control-set-selected-textmarker-range-expected.txt +++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/accessibility/mac/native-text-control-set-selected-textmarker-range-actual.txt @@ -8,7 +8,7 @@ selected text " is a " selected text "This is a text field." selected text "This is a " -selected text " is a text" +selected text "This is a " PASS successfullyParsed is true TEST COMPLETE I was able to reproduce the failure at TOT using run-webkit-tests --iterations 100 --exit-after-n-failures 1 --force accessibility/mac/native-text-control-set-selected-textmarker-range.html --debug -f It seems that the test is flaky failing since it was added at https://trac.webkit.org/changeset/281691/webkit. I was able to reproduce the failure at r281695 but not at r281691 because a testable revision was not available. |