Bug 208930

Summary: REGRESSION: (r257915?) [ Mac ] accessibility/accessibility-node-memory-management.html is flaky failing.
Product: WebKit Reporter: Jason Lawrence <Lawrence.j>
Component: AccessibilityAssignee: Andres Gonzalez <andresg_22>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Jason Lawrence
Reported 2020-03-11 10:54:39 PDT
accessibility/accessibility-node-memory-management.html Description: This test is flaky failing on Mac. Most of the failure are on Debug, and they look pretty consistent. There appears to be a regression point at r257915. History: https://results.webkit.org/?suite=layout-tests&test=accessibility%2Faccessibility-node-memory-management.html&platform=ios&platform=mac&flavor=wk2&flavor=wk1&style=release&style=debug&limit=50000 Diff: --- /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/accessibility/accessibility-node-memory-management-expected.txt +++ /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/accessibility/accessibility-node-memory-management-actual.txt @@ -5,7 +5,7 @@ PASS expectedButtonRole != expectedDetachedRole is true PASS canvasButtonRole is expectedButtonRole -PASS detachedCanvasButtonRole is expectedDetachedRole +FAIL detachedCanvasButtonRole should be AXRole: . Was AXRole: AXButton. PASS successfullyParsed is true TEST COMPLETE
Attachments
Patch (10.82 KB, patch)
2020-07-13 12:26 PDT, Andres Gonzalez
no flags
Patch (10.82 KB, patch)
2020-07-13 12:59 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2020-03-11 10:54:52 PDT
Jason Lawrence
Comment 2 2020-03-11 11:02:27 PDT
I have marked this test as failing here: https://trac.webkit.org/changeset/258270/webkit Issue will be tracked in this Radar: <rdar://problem/60173203>
Andres Gonzalez
Comment 3 2020-07-13 12:26:13 PDT
chris fleizach
Comment 4 2020-07-13 12:43:29 PDT
Comment on attachment 404164 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=404164&action=review > Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:293 > + bool updatedChild = false; // Set to true if at least one child's subtree is updated. extra space after subtree
Andres Gonzalez
Comment 5 2020-07-13 12:59:56 PDT
EWS
Comment 6 2020-07-13 16:15:23 PDT
Committed r264323: <https://trac.webkit.org/changeset/264323> All reviewed patches have been landed. Closing bug and clearing flags on attachment 404167 [details].
Note You need to log in before you can comment on or make changes to this bug.