2 ; Set the opencv_test_ocl_bindir variable to run the OpenCV OpenCL tests.
3 ;opencv_test_ocl_bindir=/home/user/opencv/build/bin
4 ;opencv_workdir=/home/user/opencv/samples/c/
5 ; Run each subtest individiually to so a result is recored for each subtest.
6 ; For example, default behavior:
7 ; opencv/OCL_ML/Kmeans -> Pass
9 ; With 'individual' option:
10 ; OCL_ML/Kmeans.Mat/0 -> Pass
11 ; OCL_ML/Kmeans.Mat/1 -> Pass
12 ; OCL_ML/Kmeans.Mat/2 -> Pass
17 ; Set bindir equal to the root of the xts directory
18 ;path=/home/user/src/xts
21 ; Set bindir equal to the absolute root of the igt directory
22 ;path=/home/user/src/igt
25 ; Set bindir equal to the absolute root of the oglconform directory
26 ;path=/home/usr/src/oglconform
29 ; bindir is the directory that the commands to run tests and list subtests
30 ; will be executed in.
31 bindir=/home/usr/oclconform
32 ; List the tests you want to run
37 ; Options that affect all deqp based suites
38 ;extra_args=--deqp-visibility=hidden
41 ; Path to the deqp-egl executable
42 ; Can be overwritten by PIGLIT_DEQP_EGL_BIN environment variable
43 ;bin=/home/knuth/deqp/modules/egl/deqp-egl
45 ; Space-separated list of extra command line arguments for deqp-egl. The
46 ; option is not required. The environment variable PIGLIT_DEQP_EGL_EXTRA_ARGS
47 ; overrides the value set here.
48 ;extra_args=--deqp-visibility hidden
51 ; Path to the deqp-gles2 executable
52 ; Can be overwritten by PIGLIT_DEQP_GLES2_BIN environment variable
53 ;bin=/home/knuth/deqp/modules/gles2/deqp-gles2
55 ; Space-separated list of extra command line arguments for deqp-gles31. The
56 ; option is not required. The environment variable PIGLIT_DEQP_GLES31_EXTRA_ARGS
57 ; overrides the value set here.
58 ;extra_args=--deqp-visibility hidden
60 ; Path to the test case list of CTS for deqp-gles2. You can also set this with
61 ; the environment variable PIGLIT_DEQP2_MUSTPASS. Piglit will run the subset of
62 ; dEQP-GLES2 tests if this option is set.
63 ;mustpasslist=/home/knuth/src/deqp/android/cts/com.drawelements.deqp.gles2.xml
67 ; Path to the deqp-gles3 executable. You can also set this with the environment
68 ; variable PIGLIT_DEQP_GLES3_BIN. Piglit will run the dEQP-GLES3 tests if and
69 ; only if this option is set.
70 ;bin=/home/knuth/deqp/modules/gles3/deqp-gles3
72 ; Space-separated list of extra command line arguments for deqp-gles3. The
73 ; option is not required. The environment variable PIGLIT_DEQP_GLES3_EXTRA_ARGS
74 ; overrides the value set here.
75 ;extra_args=--deqp-visibility hidden
77 ; Path to the test case list of CTS for deqp-gles3. You can also set this with
78 ; the environment variable PIGLIT_DEQP3_MUSTPASS. Piglit will run the subset of
79 ; dEQP-GLES3 tests if this option is set.
80 ;mustpasslist=/home/knuth/src/deqp/android/cts/com.drawelements.deqp.gles3.xml
83 ; Path to the deqp-gles31 executable
84 ; Can be overwritten by PIGLIT_DEQP_GLES31_BIN environment variable
85 ;bin=/home/knuth/deqp/modules/gles31/deqp-gles31
87 ; Space-separated list of extra command line arguments for deqp-gles31. The
88 ; option is not required. The environment variable PIGLIT_DEQP_GLES31_EXTRA_ARGS
89 ; overrides the value set here.
90 ;extra_args=--deqp-visibility hidden
92 ; Path to the test case list of CTS for deqp-gles31. You can also set this with
93 ; the environment variable PIGLIT_DEQP31_MUSTPASS. Piglit will run the subset of
94 ; dEQP-GLES31 tests if this option is set.
95 ;mustpasslist=/home/knuth/src/deqp/android/cts/com.drawelements.deqp.gles31.xml
98 ; Path to the deqp-ck executable
99 ; Can be overwritten by PIGLIT_DEQP_VK_BIN environment variable
100 ;bin=/home/knuth/Vulkan-CTS/external/vulkancts/modules/vulkan/deqp-vk
102 ; Space-separated list of extra command line arguments for deqp-gles31. The
103 ; option is not required. The environment variable PIGLIT_DEQP_VK_EXTRA_ARGS
104 ; overrides the value set here.
105 ;extra_args=--deqp-visibility hidden
108 ; path to the cts opengles executable
109 ; can be overwritten by PIGLIT_CTS_GLES_BIN environment variable
110 ;bin=/home/knuth/cts/cts/glcts
112 ; Space-separated list of extra command line arguments for cts. The
113 ; option is not required. The environment variable PIGLIT_CTS_GLES_EXTRA_ARGS
114 ; overrides the value set here.
115 ;extra_args=--deqp-visibility hidden
118 ; path to the cts opengl executable
119 ; can be overwritten by PIGLIT_CTS_GL_BIN environment variable
120 ;bin=/home/knuth/cts/cts/glcts
122 ; Space-separated list of extra command line arguments for cts. The
123 ; option is not required. The environment variable PIGLIT_CTS_GL_EXTRA_ARGS
124 ; overrides the value set here.
125 ;extra_args=--deqp-visibility hidden
128 ; path to the Khronos CTS OpenGL executable
129 ; can be overwritten by PIGLIT_KHR_GL_BIN environment variable
130 ;bin=/home/knuth/vk-gl-cts/build/external/openglcts/modules/glcts
132 ; Space-separated list of extra command line arguments for cts. The
133 ; option is not required. The environment variable PIGLIT_KHR_GL_EXTRA_ARGS
134 ; overrides the value set here.
135 ;extra_args=--deqp-visibility hidden
137 ; Section for specific oclconform test. One of these sections is required for
138 ; each test list in the oclconform section and must be called:
139 ; oclconform-$testname
142 ; Add concurrent to this section if the test can be run concurrently
145 ; For tests with subtests:
147 ; The value of list_subtests is a command that will list all the subtest for
149 ; list_subtest=./%(test_name)s --list-tests
151 ; The value of subtest_regex should be a regular expression used to select
152 ; which subtests to run.
153 ; subtest_regex=fast.+
155 ; run_subtest is a command to execute a subtest. Anywhere <subtest> is found
156 ; in the command, it will be replaced with the name of the subtest.
157 ; run_subtest=./%(test_name)s --test=<subtest>
160 ; run_test is the command used for running the test
161 run_test=./%(test_name)s
164 ; Set the default platform to use.
165 ; Options can be found by running piglit run -h and reading the section
168 ; The default on Linux will be mixed_glx_egl
171 ; Set the default backend to use
172 ; Options can be found running piglit run -h and reading the section for
176 ; Set the default compression method to use for results
177 ; May be one of: 'none', 'gz', 'bz2', 'xz'
178 ; note: xz requires either the backports.lzma python module or an xz binary
183 ; Set this value to change whether piglit defaults to using process isolation
184 ; or not. Care should be taken when using this option since it provides a
185 ; performance improvement, but with a cost in stability and reproducibility.
188 ;process isolation=True
191 ; Provide a list of test names that are expected to fail. These tests
192 ; will be listed as passing in JUnit output when they fail. Any
193 ; unexpected result (pass/crash) will be listed as a failure. The
194 ; test name must be written in the JUnit format ('.' instead of '/').
195 ; Special characters for config file format ('=' and ':') must be
199 ; Like expected-failures, but specifies that a test is expected to
203 ; Set the monitoring rules for checking when the system need to be rebooted.
204 ; Piglit must be launched with --abort-on-monitored-error
206 ; For each activated monitoring rule a section must be created in this file that
207 ; contains the type of monitoring (dmesg, file or locked_file).
208 ; Depending on the type, the parameter 'parameters' is a filename or a list of
209 ; options. The regex is the pattern that causes Piglit aborting when it's found.
218 ;parameters=/sys/kernel/debug/dri/0/i915_error_state
219 ;regex=^((?!no error state collected).)*$
223 ;parameters=/dev/kmsg
224 ;regex=\*ERROR\* ring create req|\*ERROR\* Failed to reset chip
228 ;parameters=--level emerg,alert,crit,err,warn,notice
229 ;regex=\*ERROR\* ring create req|\*ERROR\* Failed to reset chip|BUG:|Oops:|turning off the locking correctness validator