[Piglit] [PATCH 03/16] all.tests: make depthstencil-render-miplevels tests concurrent

Marek Olšák maraeo at gmail.com
Sun Nov 24 15:52:22 PST 2013


From: Marek Olšák <marek.olsak at amd.com>

---
 tests/all.tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/all.tests b/tests/all.tests
index 9f0971e..dd2bb03 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -105,7 +105,7 @@ def add_depthstencil_render_miplevels_tests(group, test_types):
         for test_type in test_types:
             test_name = 'depthstencil-render-miplevels {0} {1}'.format(
                     texture_size, test_type)
-            group[test_name] = PlainExecTest(test_name + ' -auto')
+            add_concurrent_test(group, test_name)
 
 def add_msaa_visual_plain_tests(group, args):
     add_plain_test(group, args)
-- 
1.8.3.2



More information about the Piglit mailing list