testing/mozbase/mozprocess/tests/process_normal_deep_python.ini

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:12bd9146e15e
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
35
36 [main]
37 children=2*c1, 2*c2
38 maxtime=20
39
40 [c1]
41 children=c4
42 maxtime=20
43
44 [c2]
45 children=2*c5
46 maxtime=20
47
48 [c4]
49 maxtime=20
50
51 [c5]
52 children=c6
53 maxtime=20
54
55 [c6]
56 children=c7
57 maxtime=20
58
59 [c7]
60 children=c8
61 maxtime=20
62
63 [c8]
64 children=c1
65 maxtime=20

mercurial