js/src/jit-test/tests/auto-regress/bug698148.js

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/jit-test/tests/auto-regress/bug698148.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +// Binary: cache/js-dbg-64-b01eb1ba58ce-linux
     1.5 +// Flags:
     1.6 +//
     1.7 +
     1.8 +expect = 'Test skipped.';
     1.9 +function addPointImagedata(pointArray, n, col, row) {
    1.10 +    pointArray[expect + 2] = 2;
    1.11 +}
    1.12 +function createMandelSet() {
    1.13 +    points = new Array;
    1.14 +    for (var idx = 0; idx < 1440000 ; ++idx) {
    1.15 +    	points[idx] = 0
    1.16 +    }
    1.17 +    addPointImagedata(points, ({}, {}), 0,0)
    1.18 +}
    1.19 +createMandelSet();

mercurial