-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha f2e2ad6325 on Fri Sep 28 2018 18:30:38 GMT+0000 (Coordinated Universal Time)
test262-automation authored[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha f2e2ad6325 on Fri Sep 28 2018 18:30:38 GMT+0000 (Coordinated Universal Time)
regress-189132.js 220 B
//@ skip if $memoryLimited
try {
var a0 = '\ud801';
var a1 = [];
a2 = a0.padEnd(2147483644,'x');
a1[a2];
} catch (e) {
exception = e;
}
if (exception != "Error: Out of memory")
throw "FAILED";