testing/mozbase/mozprocess/tests/process_normal_deep_python.ini

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 ; Deep Process Tree
     2 ; Should generate a process tree of the form:
     3 ;
     4 ;	main
     5 ;	 \_ c2
     6 ;	 |   \_ c5
     7 ;	 |   |   \_ c6
     8 ;	 |   |       \_ c7
     9 ;	 |   |           \_ c8
    10 ;	 |   |               \_ c1
    11 ;	 |   |                   \_ c4
    12 ;	 |   \_ c5
    13 ;	 |       \_ c6
    14 ;	 |           \_ c7
    15 ;	 |               \_ c8
    16 ;	 |                   \_ c1
    17 ;	 |                       \_ c4
    18 ;	 \_ c2
    19 ;	 |   \_ c5
    20 ;	 |   |   \_ c6
    21 ;	 |   |       \_ c7
    22 ;	 |   |           \_ c8
    23 ;	 |   |               \_ c1
    24 ;	 |   |                   \_ c4
    25 ;	 |   \_ c5
    26 ;	 |       \_ c6
    27 ;	 |           \_ c7
    28 ;	 |               \_ c8
    29 ;	 |                   \_ c1
    30 ;	 |                       \_ c4
    31 ;	 \_ c1
    32 ;	 |   \_ c4
    33 ;	 \_ c1
    34 ;	     \_ c4
    36 [main]
    37 children=2*c1, 2*c2
    38 maxtime=20
    40 [c1]
    41 children=c4
    42 maxtime=20
    44 [c2]
    45 children=2*c5
    46 maxtime=20
    48 [c4]
    49 maxtime=20
    51 [c5]
    52 children=c6
    53 maxtime=20
    55 [c6]
    56 children=c7
    57 maxtime=20
    59 [c7]
    60 children=c8
    61 maxtime=20
    63 [c8]
    64 children=c1
    65 maxtime=20

mercurial