Browse code

tests: Import Graphviz tests.

Jose Fonseca authored on 13/02/2016 23:53:31
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,219 @@
1
+digraph g {
2
+graph [
3
+];
4
+node [
5
+fontsize = "14"
6
+fontname = "Times-Roman"
7
+fontcolor = "black"
8
+shape = "box"
9
+color = "black"
10
+width = "0.5"
11
+];
12
+edge [
13
+fontsize = "14"
14
+fontname = "Times-Roman"
15
+fontcolor = "black"
16
+color = "black"
17
+];
18
+"23296" [
19
+label = "23296\n?"
20
+pname = "?"
21
+kind = "proc"
22
+];
23
+"182948-1" [
24
+label = "182948-1\n182949-1\npipe"
25
+fontsize = "7"
26
+fname = "pipe"
27
+shape = "doublecircle"
28
+subkind = "pipe"
29
+kind = "file"
30
+];
31
+"23310" [
32
+label = "23310\ncat"
33
+pname = "cat"
34
+kind = "proc"
35
+];
36
+"182950-1" [
37
+label = "182950-1\n182951-1\npipe"
38
+fontsize = "7"
39
+fname = "pipe"
40
+shape = "doublecircle"
41
+subkind = "pipe"
42
+kind = "file"
43
+];
44
+"23311" [
45
+label = "23311\ncat"
46
+pname = "cat"
47
+kind = "proc"
48
+];
49
+"182952-1" [
50
+label = "182952-1\n182953-1\npipe"
51
+fontsize = "7"
52
+fname = "pipe"
53
+shape = "doublecircle"
54
+subkind = "pipe"
55
+kind = "file"
56
+];
57
+"23312" [
58
+label = "23312\ncat"
59
+pname = "cat"
60
+kind = "proc"
61
+];
62
+"182954-1" [
63
+label = "182954-1\n182955-1\npipe"
64
+fontsize = "7"
65
+fname = "pipe"
66
+shape = "doublecircle"
67
+subkind = "pipe"
68
+kind = "file"
69
+];
70
+"23313" [
71
+label = "23313\ncat"
72
+pname = "cat"
73
+kind = "proc"
74
+];
75
+"79893+2568" [
76
+label = "79893+2568\n/usr/share/lib/termcap"
77
+fname = "/usr/share/lib/termcap"
78
+shape = "ellipse"
79
+kind = "file"
80
+];
81
+"85+2560" [
82
+label = "85+2560\n?"
83
+fname = "?"
84
+shape = "ellipse"
85
+kind = "file"
86
+];
87
+"23314" [
88
+label = "23314\ncat"
89
+pname = "cat"
90
+kind = "proc"
91
+];
92
+"4151865284+0" [
93
+label = "4151865284+0\n/tmp/termcap"
94
+fname = "/tmp/termcap"
95
+shape = "ellipse"
96
+kind = "file"
97
+];
98
+"23296" -> "23310" [
99
+fontsize = "14"
100
+fontname = "Times-Roman"
101
+fontcolor = "black"
102
+color = "black"
103
+];
104
+"23296" -> "23311" [
105
+fontsize = "14"
106
+fontname = "Times-Roman"
107
+fontcolor = "black"
108
+color = "black"
109
+];
110
+"23311" -> "182948-1" [
111
+fontsize = "14"
112
+fontname = "Times-Roman"
113
+fontcolor = "black"
114
+dir = "back"
115
+color = "black"
116
+];
117
+"23310" -> "182948-1" [
118
+fontsize = "14"
119
+fontname = "Times-Roman"
120
+fontcolor = "black"
121
+dir = "forward"
122
+color = "black"
123
+];
124
+"23296" -> "23312" [
125
+fontsize = "14"
126
+fontname = "Times-Roman"
127
+fontcolor = "black"
128
+color = "black"
129
+];
130
+"23312" -> "182952-1" [
131
+fontsize = "14"
132
+fontname = "Times-Roman"
133
+fontcolor = "black"
134
+dir = "forward"
135
+color = "black"
136
+];
137
+"23312" -> "182950-1" [
138
+fontsize = "14"
139
+fontname = "Times-Roman"
140
+fontcolor = "black"
141
+dir = "back"
142
+color = "black"
143
+];
144
+"23296" -> "23313" [
145
+fontsize = "14"
146
+fontname = "Times-Roman"
147
+fontcolor = "black"
148
+color = "black"
149
+];
150
+"23313" -> "182954-1" [
151
+fontsize = "14"
152
+fontname = "Times-Roman"
153
+fontcolor = "black"
154
+dir = "forward"
155
+color = "black"
156
+];
157
+"23311" -> "182950-1" [
158
+fontsize = "14"
159
+fontname = "Times-Roman"
160
+fontcolor = "black"
161
+dir = "forward"
162
+color = "black"
163
+];
164
+"23310" -> "79893+2568" [
165
+fontsize = "14"
166
+fontname = "Times-Roman"
167
+fontcolor = "black"
168
+dir = "back"
169
+color = "black"
170
+];
171
+"23296" -> "85+2560" [
172
+fontsize = "14"
173
+fontname = "Times-Roman"
174
+fontcolor = "black"
175
+dir = "both"
176
+color = "black"
177
+];
178
+"23296" -> "23314" [
179
+fontsize = "14"
180
+fontname = "Times-Roman"
181
+fontcolor = "black"
182
+color = "black"
183
+];
184
+"23314" -> "85+2560" [
185
+fontsize = "14"
186
+fontname = "Times-Roman"
187
+fontcolor = "black"
188
+dir = "both"
189
+color = "black"
190
+];
191
+"23314" -> "182954-1" [
192
+fontsize = "14"
193
+fontname = "Times-Roman"
194
+fontcolor = "black"
195
+dir = "back"
196
+color = "black"
197
+];
198
+"23296" -> "85+2560" [
199
+fontsize = "14"
200
+fontname = "Times-Roman"
201
+fontcolor = "black"
202
+dir = "both"
203
+color = "black"
204
+];
205
+"23314" -> "4151865284+0" [
206
+fontsize = "14"
207
+fontname = "Times-Roman"
208
+fontcolor = "black"
209
+dir = "forward"
210
+color = "black"
211
+];
212
+"23313" -> "182952-1" [
213
+fontsize = "14"
214
+fontname = "Times-Roman"
215
+fontcolor = "black"
216
+dir = "back"
217
+color = "black"
218
+];
219
+}