[Piglit] [Patch v2 04/13] tests/all.tests: Remove unused blacklist feature
Dylan Baker
baker.dylan.c at gmail.com
Wed Jan 8 16:25:02 PST 2014
This feature is never used (nor does it seem like it should ever have
been used), so lets get rid of it.
V2: - split this out of the next patch
---
tests/all.tests | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/tests/all.tests b/tests/all.tests
index 38c0f5d..51bff5e 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -15,10 +15,6 @@ from framework.gleantest import GleanTest
from framework.glsl_parser_test import GLSLParserTest, add_glsl_parser_test, import_glsl_parser_tests
from framework.shader_test import add_shader_test_dir
-# Blacklisted tests are removed from the test profile.
-blacklist = [
- ]
-
# Path to tests dir, correct even when not running from the top directory.
testsDir = path.dirname(__file__)
@@ -3371,8 +3367,3 @@ profile.tests['security'] = security
profile.tests['spec'] = spec
if platform.system() is not 'Windows':
profile.tests['glx'] = glx
-
-# Remove blacklisted tests
-for test_path in blacklist:
- profile.remove_test(test_path)
-
--
1.8.5.2
More information about the Piglit
mailing list