[Piglit] [PATCH 8/9] tests/opengl: Add nv_image_formats-gles3
Dylan Baker
dylan at pnwbakers.com
Wed Jun 27 17:32:29 UTC 2018
Fixes: 6ed37e5d2a58d36b4b04b09f8c069f2dbcff1968
("Add nv_image_formats tests")
CC: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
tests/opengl.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/opengl.py b/tests/opengl.py
index e5addfbb7..bc910ac69 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -4893,5 +4893,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'))
--
2.17.1
More information about the Piglit
mailing list