RESOLVED FIXED Bug 184834
Layout Test accessibility/mac/async-increment-decrement-action.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=184834
Summary Layout Test accessibility/mac/async-increment-decrement-action.html is flaky
Nan Wang
Reported 2018-04-20 12:09:49 PDT
The following layout test is flaky on macOS Debug accessibility/mac/async-increment-decrement-action.html Probable cause: [insert probable cause] Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=accessibility%2Fmac%2Fasync-increment-decrement-action.html
Attachments
patch (1.26 KB, patch)
2018-04-20 12:14 PDT, Nan Wang
no flags
patch (2.78 KB, patch)
2018-04-20 12:42 PDT, Nan Wang
cfleizach: review+
Radar WebKit Bug Importer
Comment 1 2018-04-20 12:10:06 PDT
Nan Wang
Comment 2 2018-04-20 12:14:58 PDT
Created attachment 338451 [details] patch fix the test
chris fleizach
Comment 3 2018-04-20 12:19:08 PDT
Comment on attachment 338451 [details] patch this seems a bit flaky. is there a better way?
Nan Wang
Comment 4 2018-04-20 12:22:54 PDT
(In reply to chris fleizach from comment #3) > Comment on attachment 338451 [details] > patch > > this seems a bit flaky. is there a better way? Not easy way since there's no callback from the actions. Or we can just test that these actions are async now and return early with the non changed result without timing out.
chris fleizach
Comment 5 2018-04-20 12:27:49 PDT
(In reply to Nan Wang from comment #4) > (In reply to chris fleizach from comment #3) > > Comment on attachment 338451 [details] > > patch > > > > this seems a bit flaky. is there a better way? > > Not easy way since there's no callback from the actions. Or we can just test > that these actions are async now and return early with the non changed > result without timing out. that seems reasonable
Nan Wang
Comment 6 2018-04-20 12:42:17 PDT
Created attachment 338452 [details] patch updated the test
chris fleizach
Comment 7 2018-04-20 12:44:21 PDT
Comment on attachment 338452 [details] patch looks ok, just add a comment why value isn't changing and how that verifies it's async
Nan Wang
Comment 8 2018-04-20 12:45:39 PDT
(In reply to chris fleizach from comment #7) > Comment on attachment 338452 [details] > patch > > looks ok, just add a comment why value isn't changing and how that verifies > it's async Ok will do after all the tests are passed
Nan Wang
Comment 9 2018-04-20 14:02:57 PDT
Note You need to log in before you can comment on or make changes to this bug.