These tests are flakey when run on ARM64. These test will be disabled, fixed and then re-enabled. They die about half the time with output like: [2014-11-04 14:11:28] INFO: Running stress/float32-repeat-out-of-bounds.js.ftl-no-cjit-validate [2014-11-04 14:11:28] INFO: stress/float32-repeat-out-of-bounds.js.ftl-no-cjit-no-inline-validate: Exception: Error: unexpected retry count: 1 [2014-11-04 14:11:28] INFO: stress/float32-repeat-out-of-bounds.js.ftl-no-cjit-no-inline-validate: ERROR: Unexpected exit code: 3 and [2014-11-04 14:09:09] INFO: Running stress/int8-repeat-out-of-bounds.js.ftl-no-cjit-validate [2014-11-04 14:09:09] INFO: stress/int8-repeat-out-of-bounds.js.ftl-no-cjit-validate: Exception: Error: unexpected retry count: 1 [2014-11-04 14:09:09] INFO: stress/int8-repeat-out-of-bounds.js.ftl-no-cjit-validate: ERROR: Unexpected exit code: 3
Created attachment 240970 [details] Patch
Comment on attachment 240970 [details] Patch r=me
Comment on attachment 240970 [details] Patch Clearing flags on attachment: 240970 Committed r175587: <http://trac.webkit.org/changeset/175587>
All reviewed patches have been landed. Closing bug.
Can you file a follow-up bug and mention it here in this bug report?
Bug to fix the tests is <https://bugs.webkit.org/show_bug.cgi?id=138391> - "Fix flakey float32-repeat-out-of-bounds.js and int8-repeat-out-of-bounds.js tests for ARM64"
Original change didn't disable the tests.
Created attachment 241060 [details] Updated patch
Comment on attachment 241060 [details] Updated patch rs=me
Committed r175644: <http://trac.webkit.org/changeset/175644>