js/src/tests/js1_5/Regress/regress-174709.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 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
     2 /* This Source Code Form is subject to the terms of the Mozilla Public
     3  * License, v. 2.0. If a copy of the MPL was not distributed with this
     4  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     6 //-----------------------------------------------------------------------------
     7 var BUGNUMBER = 174709;
     8 var summary = 'Don\'t Crash';
     9 var actual = 'FAIL';
    10 var expect = 'PASS';
    12 printBugNumber(BUGNUMBER);
    13 printStatus (summary);
    15 /* code removed until replacement can be created. */
    17 /* crash and burn */
    19 var G2z=["ev","sta","fro","cha","le",[""]];
    20 var qS0=[];
    21 qS0.push("G"+2);
    22 qS0.push("z");
    23 var kJ6=this[qS0.join("")];
    24 kJ6[0]+="a";
    25 kJ6[1]+="rtX";
    26 kJ6[2]+="mCha";
    27 kJ6[3]+="rCo";
    28 kJ6[4]+="ngt";
    29 function heW(){}
    30 heW.prototype={};
    31 var b2V=new Array();
    32 b2V.push("k");
    33 b2V.push("J");
    34 b2V.push(6);
    35 var Co4=this[b2V.join("")];
    36 Co4[0]+="l";
    37 Co4[1]+="opu";
    38 Co4[2]+="rCo";
    39 Co4[3]+="deA";
    40 Co4[4]+="h";
    42 var Ke1=[];
    43 Ke1.push("C");
    44 Ke1.push("o");
    45 Ke1.push(4);
    46 var Qp3=this[Ke1.join("")];
    47 Qp3[1]+="s";
    48 Qp3[2]+="de";
    49 Qp3[3]+="t";
    51 var kh1=Qp3[5][Qp3[4]];
    53 var l8q=[];
    54 l8q.push("g".toUpperCase());
    55 l8q.push(2);
    56 l8q.push("z");
    57 /* var e2k=window[l8q.join("")];*/
    58 var e2k=eval(l8q.join(""));
    59 for (Qp3[5][kh1] in this)
    60   for (Qp3[5][kh1+1] in this)
    61     if (Qp3[5][kh1] > Qp3[5][kh1+1] &&
    62         Qp3[5][kh1][e2k[4]] == Qp3[5][kh1+1][e2k[4]] &&
    63         Qp3[5][kh1].substr(kh1,kh1+1) == Qp3[5][kh1+1].substr(kh1,kh1+1))
    64       Qp3[5][kh1 + 2] = Qp3[5][kh1];
    67 actual = 'PASS';
    69 reportCompare(expect, actual, summary);

mercurial