This file is indexed.

/usr/share/doc/r-cran-testthat/tests/testthat/reporters/summary.txt is in r-cran-testthat 2.0.0-2.

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
Expectations: .1234.
Errors: 56
Recursion: 7
Skips: SSS
Warnings: WWW
Output: ..

══ Skipped ═════════════════════════════════════════════════════════════════════
1. Skip:1 (@tests.R#57) - skip

2. Skip:2 (@tests.R#64) - skip

3. Skip:3 (@tests.R#67) - Empty test

══ Warnings ════════════════════════════════════════════════════════════════════
1. Warning:1 (@tests.R#73) - abc

2. Warning:2 (@tests.R#79) - def

3. Warning:2 (@tests.R#80) - ghi

══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Failure: Failure:1 (@tests.R#8)  ─────────────────────────────────────────
Failure has been forced

── 2. Failure: Failure:2a (@tests.R#12)  ───────────────────────────────────────
Failure has been forced

── 3. Failure: Failure:2b (@tests.R#15)  ───────────────────────────────────────
FALSE isn't true.

── 4. Failure: Failure:loop (@tests.R#20)  ─────────────────────────────────────
`i` not equal to 2.
1/1 mismatches
[1] 1 - 2 == -1

── 5. Error: Error:1 (@tests.R#28)  ────────────────────────────────────────────
stop
1: stop("stop") at reporters/tests.R:28

── 6. Error: Error:3 (@tests.R#42)  ────────────────────────────────────────────
!
1: f() at reporters/tests.R:42
2: g() at reporters/tests.R:33
3: h() at reporters/tests.R:36
4: stop("!") at reporters/tests.R:39

── 7. Error: Recursion:1 (@tests.R#51)  ────────────────────────────────────────
This is deep
1: f(25) at reporters/tests.R:51
2: f(x - 1) at reporters/tests.R:49
3: f(x - 1) at reporters/tests.R:49
4: f(x - 1) at reporters/tests.R:49
5: f(x - 1) at reporters/tests.R:49
6: f(x - 1) at reporters/tests.R:49
7: f(x - 1) at reporters/tests.R:49
8: f(x - 1) at reporters/tests.R:49
9: f(x - 1) at reporters/tests.R:49
10: f(x - 1) at reporters/tests.R:49
...
18: f(x - 1) at reporters/tests.R:49
19: f(x - 1) at reporters/tests.R:49
20: f(x - 1) at reporters/tests.R:49
21: f(x - 1) at reporters/tests.R:49
22: f(x - 1) at reporters/tests.R:49
23: f(x - 1) at reporters/tests.R:49
24: f(x - 1) at reporters/tests.R:49
25: f(x - 1) at reporters/tests.R:49
26: f(x - 1) at reporters/tests.R:49
27: stop("This is deep") at reporters/tests.R:49

══ DONE ════════════════════════════════════════════════════════════════════════