diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2015-05-18 16:52:04 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2015-06-01 10:23:57 -0700 |
commit | 2e29ca0abb45ea7ad929230b58650062ccd5fc16 (patch) | |
tree | 22877f14c40f432468ec589ce9241e3524327ba1 /piglit.conf.example | |
parent | 50347735cd0c76f5ef8fb52d3492e8e9e637ccb1 (diff) |
tests/deqp_gles31.py: Add support for running the gles31 tests from deqp
This doesn't currently work with mesa, since mesa doesn't expose a
GLES3.1 context
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'piglit.conf.example')
-rw-r--r-- | piglit.conf.example | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/piglit.conf.example b/piglit.conf.example index c30eef417..5305c5338 100644 --- a/piglit.conf.example +++ b/piglit.conf.example @@ -51,6 +51,16 @@ testB ;mustpasslist= \ ; /android/platform/external/deqp/android/cts/com.drawelements.deqp.gles3.xml +[deqp-gles31] +; Path to the deqp-gles31 executable +; Can be overwritten by PIGLIT_DEQP_GLES31_BIN environment variable +;bin=/home/knuth/deqp/modules/gles31/deqp-gles31 + +; Space-separated list of extra command line arguments for deqp-gles31. The +; option is not required. The environment variable PIGLIT_DEQP_GLES31_EXTRA_ARGS +; overrides the value set here. +;extra_args=--deqp-visibility hidden + ; Section for specific oclconform test. One of these sections is required for ; each test list in the oclconform section and must be called: ; oclconform-$testname @@ -100,4 +110,4 @@ run_test=./%(test_name)s [expected-crashes] ; Like expected-failures, but specifies that a test is expected to -; crash.
\ No newline at end of file +; crash. |