[Piglit] [PATCH] Remove the duplicate test case in Piglit

Wang Shuo shuo.wang at intel.com
Mon Dec 29 06:42:53 PST 2014


---
 tests/all.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index 92e1d5d..0d9a971 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2108,9 +2108,6 @@ add_shader_test_dir(arb_shader_bit_encoding['execution'],
 # Group ARB_shader_texture_lod
 arb_shader_texture_lod = {}
 spec['ARB_shader_texture_lod'] = arb_shader_texture_lod
-import_glsl_parser_tests(arb_shader_texture_lod,
-                         os.path.join(generatedTestDir, 'spec', 'arb_shader_texture_lod'),
-                         ['compiler'])
 arb_shader_texture_lod['execution'] = {}
 add_shader_test_dir(arb_shader_texture_lod['execution'],
                     os.path.join(testsDir, 'spec', 'arb_shader_texture_lod', 'execution'),
-- 
1.8.3.2



More information about the Piglit mailing list