This file is indexed.

/var/lib/pcp/testsuite/853.out is in pcp-testsuite 4.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
QA output created by 853
=== simple cases ===
----------------------
# 1 "<stdin>"
# 1 "TMP.inc"


text from .inc file
# 2 "<stdin>"
Firstly, there is the mumble and "fumble" ...

what about urk ? expect this to be \u\r\k not \e\e\k

urk at start of line
at end of line urk
text from .in file

not-defined if-part






defined else-part

Text at end of file.
----------------------
# 1 "<stdin>"
# 1 "TMP.inc"


text from .inc file
# 2 "<stdin>"
Firstly, there is the mumble and "fumble" ...

what about urk ? expect this to be \u\r\k not \e\e\k

urk at start of line
at end of line urk
text from .in file



not-defined else-part


defined if-part



Text at end of file.
----------------------

=== expansion with -r ===
----------------------
# 1 "<stdin>"
# 1 "TMP.inc"


text from .inc file
# 2 "<stdin>"
Firstly, there is the mumble ...

what about eek ? expect this to be \u\r\k not \e\e\k

eek at start of line
at end of line eek
text from .in file

not-defined if-part






defined else-part

Text at end of file.
----------------------
# 1 "<stdin>"
# 1 "TMP.inc"
<<macro eek="urk"

<<macro mumble="mumble and "fumble""

text from .inc file
# 2 "<stdin>"
Firstly, there is the mumble ...

<<name="%eek"
<<value="urk"
<<increased obuf[] to 256 chars
what about urk ? expect this to be \u\r\k not \e\e\k
<<name="%{eek}"
<<value="urk"
and what about urk ? expect this to be \u\r\k not \e\e\k

<<name="%eek"
<<value="urk"
urk <percent>eek at start of line
<<name="%eek"
<<value="urk"
<percent>eek at end of line urk
<<name="%{eek}"
<<value="urk"
urk <percent>{eek} at start of line
<<name="%{eek}"
<<value="urk"
<percent>{eek} at end of line urk
text from .in file
<<lines: in 14 out 16 (modified 6) substitutions: 6
Check lines in and out ...
in: 11 + 3
out: 16
----------------------

=== -D on command line cases ===
----------------------
# 1 "<stdin>"
# 1 "TMP.inc"


blah=blah=blah=... from .inc file
# 2 "<stdin>"
Firstly, there is the mumble and "fumble" ...

what about urk ? expect this to be \u\r\k not \e\e\k

urk at start of line
at end of line urk
blah=blah=blah=... from .in file

not-defined if-part






defined else-part

Text at end of file.
----------------------
# 1 "<stdin>"
# 1 "TMP.inc"


blah blah blah ... from .inc file
# 2 "<stdin>"
Firstly, there is the mumble and "fumble" ...

what about urk ? expect this to be \u\r\k not \e\e\k

urk at start of line
at end of line urk
blah blah blah ... from .in file

not-defined if-part






defined else-part

Text at end of file.
----------------------

=== error cases ===
----------------------
# 1 "<stdin>"
foo


pmcpp: <stdin>:
pmcpp: Error: End of input and no matching %endif for %ifdef or %ifndef at line 2
----------------------
# 1 "<stdin>"
%macro value with embedded newline - bad
pmcpp: <stdin>[2]: %define multi 'one line
pmcpp: Error: Unterminated value string in %define
----------------------
# 1 "<stdin>"
# exposed #else outside #if ... scope
test
pmcpp: <stdin>[3]: #else
pmcpp: Error: No matching #ifdef or #ifndef for #else
----------------------

=== macro name and corner-case expansion tests ===
----------------------
# 1 "<stdin>"

What about urk?  [expect urk]
----------------------
# 1 "<stdin>"
<<macro long_macro_name_and_short_value="!"

<<macro x="^a very long macro value to be sure, to be sure$"

<<name="%"
<<name="%{long_macro_name_and_short_value}"
<<value="!"
<<increased obuf[] to 256 chars
<<name="%{long_macro_name_and_short_value}"
<<value="!"
<<name="%{long_macro_name_and_short_value}"
<<value="!"
<<name="%"
<<name="%"
<<name="%"
some text %!!!% [expect %!!!%]
<<name="%x"
<<value="^a very long macro value to be sure, to be sure$"
<<name="%x"
<<value="^a very long macro value to be sure, to be sure$"
<<name="%x"
<<value="^a very long macro value to be sure, to be sure$"
[expect ^...$^...$^...$] ^a very long macro value to be sure, to be sure$^a very long macro value to be sure, to be sure$^a very long macro value to be sure, to be sure$
<<lines: in 4 out 5 (modified 2) substitutions: 6
----------------------
# 1 "<stdin>"
<<macro Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch="LLanfair"

<<doubled ibuf[] to 512 chars
<<doubled ibuf[] to 1024 chars
<<name="The"
<<name="town"
<<name="of"
<<name="Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch"
<<value="LLanfair"
<<increased obuf[] to 1024 chars
<<name="is"
<<name="a"
<<name="village"
<<name="in"
<<name="Wales"
<<name="and"
<<name="is"
<<name="famous"
<<name="for"
<<name="being"
<<name="apparently"
<<name="the"
<<name="longest"
<<name="place"
<<name="name"
<<name="in"
<<name="the"
<<name="world"
<<name="There"
<<name="are"
<<name="lots"
<<name="of"
<<name="web"
<<name="pages"
<<name="mentioning"
<<name="Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch"
<<value="LLanfair"
<<name="Locally"
<<name="Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch"
<<value="LLanfair"
<<name="is"
<<name="just"
<<name="too"
<<name="much"
<<name="of"
<<name="a"
<<name="mouthful"
<<name="and"
<<name="so"
<<name="it"
<<name="is"
<<name="truncated"
<<name="from"
<<name="Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch"
<<value="LLanfair"
<<name="to"
<<name="Llanfair"
<<name="With"
<<name="one"
<<name="more"
<<name="mention"
<<name="of"
<<name="Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch"
<<value="LLanfair"
<<name="I"
<<name="think"
<<name="this"
<<name="line"
<<name="will"
<<name="be"
<<name="long"
<<name="enough"
The town of LLanfair is a village in Wales and is famous for being apparently the longest place name in the world.  There are lots of web pages mentioning LLanfair.  Locally LLanfair is just too much of a mouthful and so it is truncated from "LLanfair" to "Llanfair".  With one more mention of LLanfair, I think this line will be long enough.
<<name="Phew"
<<name="that"
<<name="was"
<<name="a"
<<name="long"
<<name="input"
<<name="line"
<<name="chars"
Phew that was a long input line ... 593 chars!
<<lines: in 3 out 4 (modified 1) substitutions: 5
----------------------

=== conditionals, bells and whistles ===
----------------------
# 1 "<stdin>"
# 1 "TMP.freq"


# 2 "<stdin>"

log mandatory on 1minute {
    disk.dev
}








----------------------
# 1 "<stdin>"
# 1 "TMP.freq"


# 2 "<stdin>"

log mandatory on 1minute {
    disk.dev
}



log mandatory on 15 sec {
    kernel.all.cpu.user
    kernel.all.cpu.sys
}

----------------------

=== -I tests ===
----------------------
# 1 "a"
# 1 "b"
Text from b.
# 2 "a"
Text from a.
<<lines: in 3 out 5 (modified 0) substitutions: 0
----------------------
# 1 "a"
<<include "./b"?
<<include "/var/lib/pcp/pmns/b"?
pmcpp: a[1]: #include <b>
pmcpp: Error: Cannot open file for #include
----------------------
# 1 "a"
<<include "./b"?
<<include "sub/b"?
# 1 "sub/b"
Text from b.
# 2 "a"
Text from a.
<<lines: in 3 out 5 (modified 0) substitutions: 0
----------------------
# 1 "a"
<<include "./b"?
<<include "sub/b"?
# 1 "sub/b"
<<include "./c-foobar"?
<<include "sub/c-foobar"?
<<include "sub/sub-sub/c-foobar"?
# 1 "sub/sub-sub/c-foobar"
Text from c-foobar.
# 2 "sub/b"
Text from b.
# 2 "a"
Text from a.
<<lines: in 5 out 8 (modified 0) substitutions: 0
----------------------
# 1 "sub/a"
<<include "sub/b"?
# 1 "sub/b"
<<include "sub/c-foobar"?
# 1 "sub/c-foobar"
Text from c-foobar.
# 2 "sub/b"
Text from b.
# 2 "sub/a"
Text from a.
<<lines: in 5 out 8 (modified 0) substitutions: 0
----------------------
expect no diff lines ...
----------------------