summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug732719.js
blob: 7ae9ea4ee504a3dd644cbce65624b2f72f97fe07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// |jit-test| slow; error:InternalError

// Binary: cache/js-dbg-32-343ec916dfd5-linux
// Flags: -m -n
//

function TestCase(n, d, e, a) {
  return TestCase.prototype.dump = function () {};
}
function enterFunc (funcName) {
return function writeHeaderToLog( string ) {};
}
gczeal(2);
function f() {}
try {
var BUGNUMBER = 350621;
test();
} catch(exc1) {}
function test() {
  enterFunc ( summary =  this, test(BUGNUMBER));
  function gen1() {  }
  function test_it(RUNS) {  }
}
new TestCase (String([(1),'a22','a23','a24']),
    String('a11\na22\na23\na24'.match(new RegExp('a..$','g'))));
test();