This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/piglit.txt is in plainbox-provider-checkbox 0.3-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
plugin: shell
name: piglit/fbo
requires:
 package.name == 'piglit'
command: piglit_test -t ^spec/EXT_framebuffer_object -n fbo
estimated_duration: 28.000
description:
 Runs piglit tests for checking support for framebuffer object operations, depth buffer and stencil buffer

plugin: shell
name: piglit/gl-2.1
requires:
 package.name == 'piglit'
command: piglit_test -t spec/'!OpenGL 2.1'/ -n gl-2.1
estimated_duration: 2.500
description:
 Runs piglit tests for checking OpenGL 2.1 support

plugin: shell
name: piglit/vbo
requires:
 package.name == 'piglit'
command: piglit_test -t spec/ARB_vertex_buffer_object/ -n vbo
estimated_duration: 0.430
description:
 Runs piglit tests for checking support for vertex buffer object operations

plugin: shell
name: piglit/glsl-fragment-shader
requires:
 package.name == 'piglit'
command: piglit_test -t ^shaders/glsl-arb-fragment -n glsl-fragment-shader
estimated_duration: 2.700
description:
 Runs piglit tests for checking support for GLSL fragment shader operations

plugin: shell
name: piglit/glsl-vertex-shader
requires:
 package.name == 'piglit'
command: piglit_test -t ^shaders/glsl-clamp-vertex-color -t ^shaders/glsl-max-vertex-attrib -t ^shaders/glsl-novertexdata -n glsl-vertex-shader
estimated_duration: 3.200
description:
 Runs piglit tests for checking support for GLSL vertex shader operations

plugin: shell
name: piglit/glx-tfp
requires:
 package.name == 'piglit'
command: piglit_test -t glx-tfp -n glx-tfp
estimated_duration: 2.600
description:
 Runs piglit tests for checking support for texture from pixmap

plugin: shell
name: piglit/stencil_buffer
requires:
 package.name == 'piglit'
command: piglit_test -t glx-visuals-stencil -t readpixels-24_8 -n stencil_buffer
estimated_duration: 30.000
description:
 Runs piglit_tests for checking support for stencil buffer operations

plugin: shell
name: piglit/summarize_results
requires:
 package.name == 'piglit'
command: [ -e $CHECKBOX_DATA/piglit-results ] && piglit-summary-html.py $CHECKBOX_DATA/piglit-summary/ `find $CHECKBOX_DATA/piglit-results/ -name main` && echo "Successfully summarized piglit results. They are available in $CHECKBOX_DATA/piglit-sumary/"
estimated_duration: 1.380
description:
 Runs the piglit results summarizing tool

plugin: shell
name: piglit/tarball
requires:
 package.name == 'piglit'
depends: piglit/summarize_results
command: [ -e $CHECKBOX_DATA/piglit-summary ] && tar cvfz $CHECKBOX_DATA/piglit-results.tar.gz $CHECKBOX_DATA/piglit-summary/
description:
 Archives the piglit-summary directory into the piglit-results.tar.gz.