summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2018-10-26 17:30:12 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2018-11-21 12:42:40 +0100
commitb9066c7717af1d169a616c9e61706b99ff8515b5 (patch)
tree0f14fe32c27fd69054af02b8265c9c06d574798e
parent6b540eca7a61116288e557a82ca72fa6b2fe68fd (diff)
texturing: run gles2 variants as well
It's nice if these tests also run automatically, so let's add them to opengl.py. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
-rw-r--r--tests/opengl.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/opengl.py b/tests/opengl.py
index 290dfa50b..e4e371486 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -3211,9 +3211,12 @@ with profile.test_list.group_manager(
g(['arb_texture_compression-invalid-formats', 's3tc'], 'invalid formats')
g(['gen-compressed-teximage'], run_concurrent=False)
g(['s3tc-errors'])
+ g(['s3tc-errors_gles2'])
g(['s3tc-targeted'])
g(['s3tc-teximage'], run_concurrent=False)
+ g(['s3tc-teximage_gles2'], run_concurrent=False)
g(['s3tc-texsubimage'], run_concurrent=False)
+ g(['s3tc-texsubimage_gles2'], run_concurrent=False)
g(['getteximage-targets', '2D', 'S3TC'])
g(['getteximage-targets', '2D_ARRAY', 'S3TC'])
g(['getteximage-targets', 'CUBE', 'S3TC'])