Disable webkit/array-iterate-backwards for debug builds.
authorvogelheim <vogelheim@chromium.org>
Fri, 9 Jan 2015 10:27:04 +0000 (02:27 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 9 Jan 2015 10:27:15 +0000 (10:27 +0000)
commitc72c28dd00d8e027c5b1abb62689b6185dd07cd7
treefdd8f338478ad2dfcc5f3b405fc09064aa939fb9
parentaffc68b8aad3e4bcf751e3b3271be78c0001cd1c
Disable webkit/array-iterate-backwards for debug builds.

(Debug builds have --enable-slow-asserts, and with slow asserts each
assignment to the array in the prepare function will trigger a check
over the entire array. This turns it into n^2 work, for reasonably
large n.)

BUG=

Review URL: https://codereview.chromium.org/831953003

Cr-Commit-Position: refs/heads/master@{#26006}
test/webkit/webkit.status