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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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