testing/mozbase/mozprocess/tests/process_normal_deep_python.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/mozbase/mozprocess/tests/process_normal_deep_python.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,65 @@
     1.4 +; Deep Process Tree
     1.5 +; Should generate a process tree of the form:
     1.6 +;
     1.7 +;	main
     1.8 +;	 \_ c2
     1.9 +;	 |   \_ c5
    1.10 +;	 |   |   \_ c6
    1.11 +;	 |   |       \_ c7
    1.12 +;	 |   |           \_ c8
    1.13 +;	 |   |               \_ c1
    1.14 +;	 |   |                   \_ c4
    1.15 +;	 |   \_ c5
    1.16 +;	 |       \_ c6
    1.17 +;	 |           \_ c7
    1.18 +;	 |               \_ c8
    1.19 +;	 |                   \_ c1
    1.20 +;	 |                       \_ c4
    1.21 +;	 \_ c2
    1.22 +;	 |   \_ c5
    1.23 +;	 |   |   \_ c6
    1.24 +;	 |   |       \_ c7
    1.25 +;	 |   |           \_ c8
    1.26 +;	 |   |               \_ c1
    1.27 +;	 |   |                   \_ c4
    1.28 +;	 |   \_ c5
    1.29 +;	 |       \_ c6
    1.30 +;	 |           \_ c7
    1.31 +;	 |               \_ c8
    1.32 +;	 |                   \_ c1
    1.33 +;	 |                       \_ c4
    1.34 +;	 \_ c1
    1.35 +;	 |   \_ c4
    1.36 +;	 \_ c1
    1.37 +;	     \_ c4
    1.38 +
    1.39 +[main]
    1.40 +children=2*c1, 2*c2
    1.41 +maxtime=20
    1.42 +
    1.43 +[c1]
    1.44 +children=c4
    1.45 +maxtime=20
    1.46 +
    1.47 +[c2]
    1.48 +children=2*c5
    1.49 +maxtime=20
    1.50 +
    1.51 +[c4]
    1.52 +maxtime=20
    1.53 +
    1.54 +[c5]
    1.55 +children=c6
    1.56 +maxtime=20
    1.57 +
    1.58 +[c6]
    1.59 +children=c7
    1.60 +maxtime=20
    1.61 +
    1.62 +[c7]
    1.63 +children=c8
    1.64 +maxtime=20
    1.65 +
    1.66 +[c8]
    1.67 +children=c1
    1.68 +maxtime=20

mercurial