[Piglit] [PATCH 5/7] all.py: Add ext_shader_samples-identical-simple-fs

baker.dylan.c at gmail.com baker.dylan.c at gmail.com
Wed Dec 23 16:34:21 PST 2015


From: Dylan Baker <baker.dylan.c at gmail.com>

cc: Ian Romanick <ian.d.romanick at intel.com>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 tests/all.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/all.py b/tests/all.py
index f2cd6ae..e4d970c 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4556,6 +4556,7 @@ with profile.group_manager(
         grouptools.join('spec', 'EXT_shader_samples_identical')) as g:
     for sample_count in (str(x) for x in MSAA_SAMPLE_COUNTS):
         g(['ext_shader_samples_identical', sample_count])
+    g(['ext_shader_samples_identical-simple-fs'], 'simple-fs')
 
 if platform.system() is 'Windows':
     profile.filter_tests(lambda p, _: not p.startswith('glx'))
-- 
2.6.4



More information about the Piglit mailing list