Not needed after fixing trinity-fp1 and fp-fragment-position tests.
---
 tests/all.py | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index f4fdd10..f9ff6b0 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2035,30 +2035,30 @@ with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'ARB_fragment_program')) as g:
     g(['arb_fragment_program-minmax'], 'minmax')
-    g(['fp-abs-01'], run_concurrent=False)
-    g(['fp-fog'], run_concurrent=False)
-    g(['fp-formats'], run_concurrent=False)
-    g(['fp-fragment-position'], run_concurrent=False)
-    g(['fp-incomplete-tex'], run_concurrent=False)
-    g(['fp-indirections'], run_concurrent=False)
-    g(['fp-indirections2'], run_concurrent=False)
-    g(['fp-kil'], run_concurrent=False)
-    g(['fp-lit-mask'], run_concurrent=False)
-    g(['fp-lit-src-equals-dst'], run_concurrent=False)
-    g(['fp-long-alu'], run_concurrent=False)
-    g(['fp-set-01'], run_concurrent=False)
-    g(['trinity-fp1'], run_concurrent=False)
+    g(['fp-abs-01'])
+    g(['fp-fog'])
+    g(['fp-formats'])
+    g(['fp-fragment-position'])
+    g(['fp-incomplete-tex'])
+    g(['fp-indirections'])
+    g(['fp-indirections2'])
+    g(['fp-kil'])
+    g(['fp-lit-mask'])
+    g(['fp-lit-src-equals-dst'])
+    g(['fp-long-alu'])
+    g(['fp-set-01'])
+    g(['trinity-fp1'])
     g(['arb_fragment_program-sparse-samplers'], 'sparse-samplers')
     g(['incomplete-texture', 'arb_fp'], 'incomplete-texture-arb_fp')
 
 with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'NV_fragment_program_option')) as g:
-    g(['fp-abs-02'], run_concurrent=False)
-    g(['fp-condition_codes-01'], run_concurrent=False)
-    g(['fp-rfl'], run_concurrent=False)
-    g(['fp-set-02'], run_concurrent=False)
-    g(['fp-unpack-01'], run_concurrent=False)
+    g(['fp-abs-02'])
+    g(['fp-condition_codes-01'])
+    g(['fp-rfl'])
+    g(['fp-set-02'])
+    g(['fp-unpack-01'])
 
 with profile.test_list.group_manager(
         PiglitGLTest,
-- 
1.9.1

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to