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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 // Binary: cache/js-dbg-64-9a0172368402-linux
     2 // Flags: -m -n
     3 //
     4 var TITLE = "Labeled statements";
     5 LabelTest(0, 0);
     6 function LabelTest(limit, expect) {
     7     woo: for (var result = 0; limit<100; result++,limit++) {
     8         if (result == limit) {
     9             result = 'Error';
    10         } else "$0$00" || this ? TITLE : 1;
    11     };
    12 }

mercurial