test262/implementation-contributed/javascriptcore/stress/concat-append-one-with-sparse-array.js
Leo Balter d1261bb49d Update files for the curation process
Remove more stress tests with existing coverage or out of context for test262
2018-09-11 18:20:20 -04:00

8 lines
92 B
JavaScript

// Reviewed
//@ skip
let length = 0x10001000;
let foo = new Array(length);
foo.concat(1);