This file is indexed.

/usr/share/gocode/src/github.com/jacobsa/ogletest/test_cases/golden.filtered_test is in golang-github-jacobsa-ogletest-dev 0.0~git20150610-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
[----------] Running tests from PartiallyFilteredTest
[ RUN      ] PartiallyFilteredTest.PassingTestBar
[       OK ] PartiallyFilteredTest.PassingTestBar
[ RUN      ] PartiallyFilteredTest.PartiallyFilteredTestBar
filtered_test.go:49:
Expected: has substring "blah"
Actual:   taco

[  FAILED  ] PartiallyFilteredTest.PartiallyFilteredTestBar
[ RUN      ] PartiallyFilteredTest.PartiallyFilteredTestBaz
filtered_test.go:53:
Expected: less than 17
Actual:   18

[  FAILED  ] PartiallyFilteredTest.PartiallyFilteredTestBaz
[----------] Finished with tests from PartiallyFilteredTest
[----------] Running tests from CompletelyFilteredTest
SetUpTestSuite run!
TearDownTestSuite run!
[----------] Finished with tests from CompletelyFilteredTest
--- FAIL: TestSomething (1.23s)
FAIL
exit status 1
FAIL somepkg 1.234s