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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 // |jit-test| slow; error:InternalError
     3 // Binary: cache/js-dbg-32-343ec916dfd5-linux
     4 // Flags: -m -n
     5 //
     7 function TestCase(n, d, e, a)
     8 TestCase.prototype.dump = function () {};
     9 function enterFunc (funcName)
    10 function writeHeaderToLog( string ) {}
    11 gczeal(2);
    12 function f() {}
    13 try {
    14 var BUGNUMBER = 350621;
    15 test();
    16 } catch(exc1) {}
    17 function test() {
    18   enterFunc ( summary =  this, test(BUGNUMBER));
    19   function gen1() {  }
    20   function test_it(RUNS) {  }
    21 }
    22 new TestCase (String([(1),'a22','a23','a24']),
    23     String('a11\na22\na23\na24'.match(new RegExp('a..$','g'))));
    24 test();

mercurial