summaryrefslogtreecommitdiff
path: root/piglit.conf.example
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-08-05 14:28:07 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-08-16 09:46:56 -0700
commitc7eabcbeb6fd740285f9ca2004c1f0d411d68496 (patch)
tree42a6cea75bedc88da73e167630d8d7010731ed64 /piglit.conf.example
parent8100a1dd9964b75b93c0a8ca10caa95df315fa0b (diff)
framework: Add mustpasslist support to deqp-gles{2,31}
This also changes the environment variable of deqp-gles3, but adds a deprecation warning if using the old environment variable and honors it. At some point it should be removed. There is also a small change in the default value of the mustpass variable in the conf file to reflect the modern location of the mustpass lists. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'piglit.conf.example')
-rw-r--r--piglit.conf.example21
1 files changed, 16 insertions, 5 deletions
diff --git a/piglit.conf.example b/piglit.conf.example
index d8dd3fc67..671526869 100644
--- a/piglit.conf.example
+++ b/piglit.conf.example
@@ -57,7 +57,12 @@ testB
; overrides the value set here.
;extra_args=--deqp-visibility hidden
-;[deqp-gles3]
+; Path to the test case list of CTS for deqp-gles2. You can also set this with
+; the environment variable PIGLIT_DEQP2_MUSTPASS. Piglit will run the subset of
+; dEQP-GLES2 tests if this option is set.
+;mustpasslist=/home/knuth/src/deqp/android/cts/com.drawelements.deqp.gles2.xml
+
+[deqp-gles3]
;
; Path to the deqp-gles3 executable. You can also set this with the environment
; variable PIGLIT_DEQP_GLES3_EXE. Piglit will run the dEQP-GLES3 tests if and
@@ -70,10 +75,9 @@ testB
;extra_args=--deqp-visibility hidden
;
; Path to the test case list of CTS for deqp-gles3. You can also set this with
-; the environment variable PIGLIT_DEQP_MUSTPASS. Piglit will run the subset of
-; dEQP-GLES3 tests if and only if this option is set.
-;mustpasslist= \
-; /android/platform/external/deqp/android/cts/com.drawelements.deqp.gles3.xml
+; the environment variable PIGLIT_DEQP3_MUSTPASS. Piglit will run the subset of
+; dEQP-GLES3 tests if this option is set.
+;mustpasslist=/home/knuth/src/deqp/android/cts/com.drawelements.deqp.gles3.xml
[deqp-gles31]
; Path to the deqp-gles31 executable
@@ -85,6 +89,11 @@ testB
; overrides the value set here.
;extra_args=--deqp-visibility hidden
+; Path to the test case list of CTS for deqp-gles31. You can also set this with
+; the environment variable PIGLIT_DEQP31_MUSTPASS. Piglit will run the subset of
+; dEQP-GLES31 tests if this option is set.
+;mustpasslist=/home/knuth/src/deqp/android/cts/com.drawelements.deqp.gles31.xml
+
[deqp-vk]
; Path to the deqp-ck executable
; Can be overwritten by PIGLIT_DEQP_VK_BIN environment variable
@@ -201,3 +210,5 @@ run_test=./%(test_name)s
;type=dmesg
;parameters=--level emerg,alert,crit,err,warn,notice
;regex=\*ERROR\* ring create req|\*ERROR\* Failed to reset chip|BUG:|Oops:|turning off the locking correctness validator
+
+; vim: ft=dosini