RESOLVED FIXED127713
js/dom/post-message-numeric-property.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=127713
Summary js/dom/post-message-numeric-property.html is flaky
Alexey Proskuryakov
Reported 2014-01-27 14:44:21 PST
js/dom/post-message-numeric-property.html has recently started to frequently fail on Mac: ---------- @@ -3,8 +3,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". +PASS e.data[0] is 'hi' PASS successfullyParsed is true TEST COMPLETE -PASS e.data[0] is 'hi' ----------
Attachments
proposed fix (10.55 KB, patch)
2014-01-28 13:46 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2014-01-27 14:48:01 PST
The test is inherently flaky, because it mixes up testRunner and js-test-post.js approaches to being asynchronous. That just doesn't work. Not sure why this only started to fail recently.
Alexey Proskuryakov
Comment 2 2014-01-28 13:46:30 PST
Created attachment 222481 [details] proposed fix
Geoffrey Garen
Comment 3 2014-01-28 13:49:32 PST
Comment on attachment 222481 [details] proposed fix r=me
WebKit Commit Bot
Comment 4 2014-01-28 14:21:05 PST
Comment on attachment 222481 [details] proposed fix Clearing flags on attachment: 222481 Committed r162961: <http://trac.webkit.org/changeset/162961>
WebKit Commit Bot
Comment 5 2014-01-28 14:21:07 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.