summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-06-27 10:23:04 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-07-09 15:32:22 -0700
commitbf36cd4589617ac4e45b02b5b263e85ef25c4ef2 (patch)
tree17e012d4ae9ecd45582c1785a63024feb2bb49cf
parenta12310df3bdd0a8bd3d29c873699e6c504730ebf (diff)
tests/opengl: Add nv_image_formats-gles3
Fixes: 6ed37e5d2a58d36b4b04b09f8c069f2dbcff1968 ("Add nv_image_formats tests") Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
-rw-r--r--tests/opengl.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/opengl.py b/tests/opengl.py
index d2429d891..a279c89c7 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -4896,5 +4896,10 @@ with profile.test_list.group_manager(
grouptools.join('spec', 'ARB_sample_locations')) as g:
g(['arb_sample_locations'], 'test')
+with profile.test_list.group_manager(
+ PiglitGLTest,
+ grouptools.join('spec', 'NV_image_formats')) as g:
+ g(['nv_image_formats-gles3'])
+
if platform.system() is 'Windows':
profile.filters.append(lambda p, _: not p.startswith('glx'))