google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.18k stars 580 forks source link

Disable array fill test #1990

Closed arv closed 8 years ago

arv commented 8 years ago

There is a bug in V8 where Array fill causes an out of memory bug when the length is negative.