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.

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

mercurial