[Piglit] [PATCH v3 2/8] tests/all.py: Remove duplicate arb_tessellation_shader_minmax entry

Dylan Baker baker.dylan.c at gmail.com
Fri Mar 20 11:51:08 PDT 2015


This test was added twice, remove the second copy.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 tests/all.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/all.py b/tests/all.py
index 4ae08cf..bfe3365 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1664,7 +1664,6 @@ with profile.group_manager(
        os.path.join(TESTS_DIR, 'spec', 'arb_tessellation_shader',
                     'minimum-maximums.txt')],
       'built-in-constants')
-    g(['arb_tessellation_shader-minmax'])
 
 # Group ARB_texture_multisample
 with profile.group_manager(
-- 
2.3.3



More information about the Piglit mailing list