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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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