[Piglit] [PATCH 1/5] test_lists.py: remove tests for r300, r500, and all_cl which are gone

Dylan Baker baker.dylan.c at gmail.com
Tue Feb 3 12:09:23 PST 2015


Reviewed-by: Vinson Lee <vlee at freedesktop.org>
---
 framework/tests/test_lists.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/tests/test_lists.py b/framework/tests/test_lists.py
index d56cd2d..66843d9 100644
--- a/framework/tests/test_lists.py
+++ b/framework/tests/test_lists.py
@@ -39,12 +39,12 @@ import framework.tests.utils as utils
 def gen_test_import():
     """ Generates a bunch of tests to import the various test modules """
     # Test the various OpenGL modules
-    for module in ['all', 'quick', 'gpu', 'sanity', 'r500', 'r300']:
+    for module in ['all', 'quick', 'gpu', 'sanity']:
         check_import.description = "Test import of tests.{}".format(module)
         yield check_import, "tests." + module
 
     # Test the various OpenCL modules
-    for module in ['cl', 'all_cl', 'quick_cl']:
+    for module in ['cl', 'quick_cl']:
         check_import.description = "Test import of tests.{}".format(module)
         yield check_import, "tests." + module
 
-- 
2.2.2



More information about the Piglit mailing list