This file is indexed.

/usr/share/gocode/src/github.com/jacobsa/ogletest/test_cases/golden.passing_test is in golang-github-jacobsa-ogletest-dev 0.0~git20150610-6.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
[----------] Running tests from PassingTest
[ RUN      ] PassingTest.EmptyTestMethod
[       OK ] PassingTest.EmptyTestMethod
[ RUN      ] PassingTest.SuccessfullMatches
[       OK ] PassingTest.SuccessfullMatches
[ RUN      ] PassingTest.ExpectAliases
[       OK ] PassingTest.ExpectAliases
[ RUN      ] PassingTest.AssertAliases
[       OK ] PassingTest.AssertAliases
[ RUN      ] PassingTest.SlowTest
[       OK ] PassingTest.SlowTest (1234ms)
[----------] Finished with tests from PassingTest
[----------] Running tests from PassingTestWithHelpers
SetUpTestSuite ran.
[ RUN      ] PassingTestWithHelpers.EmptyTestMethod
SetUp ran.
TearDown ran.
[       OK ] PassingTestWithHelpers.EmptyTestMethod
TearDownTestSuite ran.
[----------] Finished with tests from PassingTestWithHelpers
PASS
ok somepkg 1.234s