Re: [webkit-dev] Test flakiness.

2013-12-03 Thread Samuel White
Thanks for the tips Alexey. I suspected order was to blame and wrote a script to run all the LayoutTests/platform/mac/accessibility tests as tuples with the flaky test coming second. The winning combination that reproduces the flaky failure for me: Tools/Scripts/run-webkit-tests --debug Layout

[webkit-dev] Test flakiness.

2013-12-03 Thread Samuel White
Hey everyone, I've noticed the following build message: Unexpected flakiness: text-only failures (1) platform/mac/accessibility/search-predicate-element-count.html [ Failure Pass ] Oddly, when this test is run ALONE (locally of course), it always passes. Yet, sometimes when run with other te

[webkit-dev] Watchlist cc rules.

2013-10-30 Thread Samuel White
Hey everyone, I’d like to add myself to the “Accessibility” cc rule in the WebKit/Tools/Scripts/webkitpy/common/config/watchlist script. Should I simply file a bug and attach a patch as usual, or does touching this area involve a different procedure (since it’s not really a bug)? Thanks for you

Re: [webkit-dev] Commit queue down due to Apple internal network issues

2013-10-14 Thread Samuel White
https://bugs.webkit.org/show_bug.cgi?id=122534 Not sure why this one failed to commit. Rebased just incase, but nothing indicates that this is an issue with the patch (at least to me). Possibly related? Thanks for taking a look. - Sam On Oct 14, 2013, at 10:45 AM, Ryosuke Niwa wrote: > This

Re: [webkit-dev] Accessibility Object Searching

2011-06-22 Thread Samuel White
On Jun 22, 2011, at 3:21 PM, Dominic Mazzoni wrote: > On Wed, Jun 22, 2011 at 3:14 PM, Samuel White wrote: >> Thanks for the feedback. I've been prototyping this idea here and it does >> included text searching as you mentioned. My philosophy was to put the >> searc

Re: [webkit-dev] Accessibility Object Searching

2011-06-22 Thread Samuel White
Hey Dominic, Thanks for the feedback. I've been prototyping this idea here and it does included text searching as you mentioned. My philosophy was to put the search functionality right into the AccessibilityObject class and leave the job of exposing external APIs up to the experts of each platf

[webkit-dev] Accessibility Object Searching

2011-06-21 Thread Samuel White
Hey everybody, I'm new to the list and thought it would be a good idea to get some feedback on an accessibility feature before filing a bug or submitting anything. Currently, no functionality exists in WebKit to search through AccessibilityObjects using basic search criteria like next link or n