michael@0: // Binary: cache/js-dbg-64-b01eb1ba58ce-linux michael@0: // Flags: michael@0: // michael@0: michael@0: expect = 'Test skipped.'; michael@0: function addPointImagedata(pointArray, n, col, row) { michael@0: pointArray[expect + 2] = 2; michael@0: } michael@0: function createMandelSet() { michael@0: points = new Array; michael@0: for (var idx = 0; idx < 1440000 ; ++idx) { michael@0: points[idx] = 0 michael@0: } michael@0: addPointImagedata(points, ({}, {}), 0,0) michael@0: } michael@0: createMandelSet();