shader_runner: don't abort on atomic counter subtest failure
[piglit.git] / piglit.conf.example
blob1877187dfb89f1b64c686dc82937037822f27e21
1 ;[opencv]
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
14 ;individual
16 [xts]
17 ; Set bindir equal to the root of the xts directory
18 ;path=/home/user/src/xts
20 [igt]
21 ; Set bindir equal to the absolute root of the igt directory
22 ;path=/home/user/src/igt
24 [oglconform]
25 ; Set bindir equal to the absolute root of the oglconform directory
26 ;path=/home/usr/src/oglconform
28 [oclconform]
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
33 testA
34 testB
36 [deqp]
37 ; Options that affect all deqp based suites
38 ;extra_args=--deqp-visibility=hidden
40 [deqp-egl]
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
50 [deqp-gles2]
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/master/gles2-master.txt
65 [deqp-gles3]
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/master/gles3-master.txt
82 [deqp-gles31]
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/master/gles31-master.txt
97 [deqp-vk]
98 ; Path to the deqp-vk 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
107 [cts_gles]
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
117 [cts_gl]
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
127 [khr_gl]
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
140 [oclconform-testA]
141 test_name=testA
142 ; Add concurrent to this section if the test can be run concurrently
143 ; concurrent
145 ; For tests with subtests:
147 ; The value of list_subtests is a command that will list all the subtest for
148 ; this test
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>
159 ; For regular tests:
160 ; run_test is the command used for running the test
161 run_test=./%(test_name)s
163 [core]
164 ; Set the default platform to use.
165 ; Options can be found by running piglit run -h and reading the section
166 ; for -p/--platform
168 ; The default on Linux will be mixed_glx_egl
169 ;platform=gbm
171 ; Set the default backend to use
172 ; Options can be found running piglit run -h and reading the section for
173 ; -b/--backend
174 ;backend=json
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
180 ; Default: 'bz2'
181 ;compression=bz2
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.
187 ; Default: True
188 ;process isolation=True
190 [vkrunner]
191 ; Path to the VkRunner executable
192 ; bin=/home/neil/local/bin/vkrunner
194 [expected-failures]
195 ; Provide a list of test names that are expected to fail.  These tests
196 ; will be listed as passing in JUnit output when they fail.  Any
197 ; unexpected result (pass/crash) will be listed as a failure.  The
198 ; test name must be written in the JUnit format ('.' instead of '/').
199 ; Special characters for config file format ('=' and ':') must be
200 ; replaced with '.'
202 [expected-crashes]
203 ; Like expected-failures, but specifies that a test is expected to
204 ; crash.
206 [monitored-errors]
207 ; Set the monitoring rules for checking when the system need to be rebooted.
208 ; Piglit must be launched with --abort-on-monitored-error
210 ; For each activated monitoring rule a section must be created in this file that
211 ; contains the type of monitoring (dmesg, file or locked_file).
212 ; Depending on the type, the parameter 'parameters' is a filename or a list of
213 ; options. The regex is the pattern that causes Piglit aborting when it's found.
214 ; Examples :
216 ;i915_error_state
217 ;kmsg_monitoring
218 ;dmesg_error
220 ;[i915_error_state]
221 ;type=file
222 ;parameters=/sys/kernel/debug/dri/0/i915_error_state
223 ;regex=^((?!no error state collected).)*$
225 ;[kmsg_monitoring]
226 ;type=locked_file
227 ;parameters=/dev/kmsg
228 ;regex=\*ERROR\* ring create req|\*ERROR\* Failed to reset chip
230 ;[dmesg_error]
231 ;type=dmesg
232 ;parameters=--level emerg,alert,crit,err,warn,notice
233 ;regex=\*ERROR\* ring create req|\*ERROR\* Failed to reset chip|BUG:|Oops:|turning off the locking correctness validator
235 ; vim: ft=dosini