[Piglit] [PATCH v2 2/8] tests/all.py: Remove duplicate arb_tessellation_shader_minmax entry
Dylan Baker
baker.dylan.c at gmail.com
Mon Mar 30 11:54:13 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 cc8d037..5b9dd2f 100755
--- a/tests/all.py
+++ b/tests/all.py
@@ -1665,7 +1665,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.4
More information about the Piglit
mailing list