Fixes: 6ed37e5d2a58d36b4b04b09f8c069f2dbcff1968 ("Add nv_image_formats tests") CC: Lionel Landwerlin <lionel.g.landwer...@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 _______________________________________________ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit