~ubuntu-branches/ubuntu/saucy/mozjs17/saucy

« back to all changes in this revision

Viewing changes to js/src/jit-test/tests/basic/testBug579646.js

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2013-05-25 12:24:23 UTC
  • Revision ID: package-import@ubuntu.com-20130525122423-zmxucrhtensw90xy
Tags: upstream-17.0.0
ImportĀ upstreamĀ versionĀ 17.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if (typeof gczeal != "function")
 
2
    gczeal = function() {}
 
3
 
 
4
for (a = 0; a < 9; a++)
 
5
    for (b = 0; b < 1; b++)
 
6
        for (c = 0; c < 2; c++)
 
7
            gczeal();
 
8
 
 
9
for each(e in [NaN])
 
10
    for (d = 0; d < 1; d++)
 
11
        z = 0;
 
12
 
 
13
for (w in [0, 0])
 
14
    {}
 
15
 
 
16
x = 0;
 
17
 
 
18
for (e = 0; e < 3; e++)
 
19
    for (f = 0; f < 4; f++)
 
20
        x = -x
 
21
 
 
22
// don't crash