testing/mozbase/mozprocess/tests/process_normal_broad_python.ini

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 ; Generate a Broad Process Tree
     2 ; This generates a Tree of the form:
     3 ;
     4 ;   main
     5 ;    \_ c1
     6 ;    |   \_ c2
     7 ;    |   \_ c2
     8 ;    |   \_ c2
     9 ;    |   \_ c2
    10 ;    |   \_ c2
    11 ;    |
    12 ;    \_ c1
    13 ;    |   \_ c2
    14 ;    |   \_ c2
    15 ;    |   \_ c2
    16 ;    |   \_ c2
    17 ;    |   \_ c2
    18 ;    |
    19 ;    \_ ... 23 more times
    21 [main]
    22 children=25*c1
    23 maxtime=10
    25 [c1]
    26 children=5*c2
    27 maxtime=10
    29 [c2]
    30 maxtime=5

mercurial