This file is indexed.

/usr/share/doc/r-cran-testthat/tests/testthat/reporters/junit.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
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="Expectations" timestamp="1999:12:31 23:59:59" hostname="nodename" tests="6" skipped="0" failures="4" errors="0" time="0">
    <testcase time="0" classname="Expectations" name="Success"/>
    <testcase time="0" classname="Expectations" name="Failure:1">
      <failure type="failure" message="Failure has been forced (@tests.R#8)">Failure has been forced</failure>
    </testcase>
    <testcase time="0" classname="Expectations" name="Failure:2a">
      <failure type="failure" message="Failure has been forced (@tests.R#12)">Failure has been forced</failure>
    </testcase>
    <testcase time="0" classname="Expectations" name="Failure:2b">
      <failure type="failure" message="FALSE isn't true. (@tests.R#15)">FALSE isn't true.</failure>
    </testcase>
    <testcase time="0" classname="Expectations" name="Failure:loop">
      <failure type="failure" message="`i` not equal to 2. (@tests.R#20)">`i` not equal to 2.
1/1 mismatches
[1] 1 - 2 == -1</failure>
    </testcase>
    <testcase time="0" classname="Expectations" name="Failure:loop"/>
  </testsuite>
  <testsuite name="Errors" timestamp="1999:12:31 23:59:59" hostname="nodename" tests="2" skipped="0" failures="0" errors="2" time="0">
    <testcase time="0" classname="Errors" name="Error:1">
      <error type="error" message="stop (@tests.R#28)">stop
1: stop("stop") at reporters/tests.R:28</error>
    </testcase>
    <testcase time="0" classname="Errors" name="Error:3">
      <error type="error" message="! (@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</error>
    </testcase>
  </testsuite>
  <testsuite name="Recursion" timestamp="1999:12:31 23:59:59" hostname="nodename" tests="1" skipped="0" failures="0" errors="1" time="0">
    <testcase time="0" classname="Recursion" name="Recursion:1">
      <error type="error" message="This is deep (@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</error>
    </testcase>
  </testsuite>
  <testsuite name="Skips" timestamp="1999:12:31 23:59:59" hostname="nodename" tests="3" skipped="3" failures="0" errors="0" time="0">
    <testcase time="0" classname="Skips" name="Skip:1">
      <skipped/>
    </testcase>
    <testcase time="0" classname="Skips" name="Skip:2">
      <skipped/>
    </testcase>
    <testcase time="0" classname="Skips" name="Skip:3">
      <skipped/>
    </testcase>
  </testsuite>
  <testsuite name="Warnings" timestamp="1999:12:31 23:59:59" hostname="nodename" tests="3" skipped="0" failures="0" errors="0" time="0">
    <testcase time="0" classname="Warnings" name="Warning:1"/>
    <testcase time="0" classname="Warnings" name="Warning:2"/>
    <testcase time="0" classname="Warnings" name="Warning:2"/>
  </testsuite>
  <testsuite name="Output" timestamp="1999:12:31 23:59:59" hostname="nodename" tests="2" skipped="0" failures="0" errors="0" time="0">
    <testcase time="0" classname="Output" name="Output:1"/>
    <testcase time="0" classname="Output" name="Output:1"/>
  </testsuite>
</testsuites>