Bug 230066
| 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 | ||
ayumi_kojima
accessibility/mac/native-text-control-set-selected-textmarker-range.html
Is a flaky failure on BigSur wk2 Debug.
History: https://results.webkit.org/?suite=layout-tests&test=accessibility%2Fmac%2Fnative-text-control-set-selected-textmarker-range.html
Result Page: https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r282147%20(3647)/results.html
Diff:
--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/storage/persisted.https.any-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/storage/persisted.https.any-actual.txt
@@ -1,4 +1,4 @@
PASS persisted() method exists and returns a Promise
-PASS persisted() returns a promise and resolves as boolean with false
+FAIL persisted() returns a promise and resolves as boolean with false assert_equals: expected false but got true
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/82892230>
ayumi_kojima
Marked expectations https://trac.webkit.org/changeset/282173/webkit
Alexey Proskuryakov
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
ayumi_kojima
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
ayumi_kojima
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.