Status: New Owner: ----New issue 2282 by [email protected]: Array.prototype.filter "simple use" test is broken
http://code.google.com/p/v8/issues/detail?id=2282
Hi, I just discovered this line in the mjsunit tests, and it appears to be a broken test:
https://github.com/v8/v8/blob/master/test/mjsunit/array-iteration.js#L43 I believe that line should actually read: ` assertArrayEquals(a, [0, 1]);` -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
