[Piglit] [PATCH v2 4/8] tests/all.py: move arb_gpu_shader5 out of loop

Dylan Baker baker.dylan.c at gmail.com
Mon Mar 30 11:54:15 PDT 2015


Same as previous patch.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 tests/all.py | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index 4e17745..db289ff 100755
--- a/tests/all.py
+++ b/tests/all.py
@@ -2023,24 +2023,24 @@ with profile.group_manager(
                    'clamp' if sampler == '2DRect' else 'repeat']
             g(cmd, testname)
 
-        g(['arb_gpu_shader5-minmax'])
-        g(['arb_gpu_shader5-invocation-id'])
-        g(['arb_gpu_shader5-invocations_count_too_large'])
-        g(['arb_gpu_shader5-xfb-streams'])
-        g(['arb_gpu_shader5-stream_value_too_large'])
-        g(['arb_gpu_shader5-emitstreamvertex_stream_too_large'])
-        g(['arb_gpu_shader5-tf-wrong-stream-value'])
-        g(['arb_gpu_shader5-xfb-streams-without-invocations'])
-        g(['arb_gpu_shader5-emitstreamvertex_nodraw'])
-        g(['arb_gpu_shader5-interpolateAtCentroid'])
-        g(['arb_gpu_shader5-interpolateAtCentroid-packing'])
-        g(['arb_gpu_shader5-interpolateAtCentroid-flat'])
-        g(['arb_gpu_shader5-interpolateAtCentroid-centroid'])
-        g(['arb_gpu_shader5-interpolateAtCentroid-noperspective'])
-        g(['arb_gpu_shader5-interpolateAtSample'])
-        g(['arb_gpu_shader5-interpolateAtSample-nonconst'])
-        g(['arb_gpu_shader5-interpolateAtOffset'])
-        g(['arb_gpu_shader5-interpolateAtOffset-nonconst'])
+    g(['arb_gpu_shader5-minmax'])
+    g(['arb_gpu_shader5-invocation-id'])
+    g(['arb_gpu_shader5-invocations_count_too_large'])
+    g(['arb_gpu_shader5-xfb-streams'])
+    g(['arb_gpu_shader5-stream_value_too_large'])
+    g(['arb_gpu_shader5-emitstreamvertex_stream_too_large'])
+    g(['arb_gpu_shader5-tf-wrong-stream-value'])
+    g(['arb_gpu_shader5-xfb-streams-without-invocations'])
+    g(['arb_gpu_shader5-emitstreamvertex_nodraw'])
+    g(['arb_gpu_shader5-interpolateAtCentroid'])
+    g(['arb_gpu_shader5-interpolateAtCentroid-packing'])
+    g(['arb_gpu_shader5-interpolateAtCentroid-flat'])
+    g(['arb_gpu_shader5-interpolateAtCentroid-centroid'])
+    g(['arb_gpu_shader5-interpolateAtCentroid-noperspective'])
+    g(['arb_gpu_shader5-interpolateAtSample'])
+    g(['arb_gpu_shader5-interpolateAtSample-nonconst'])
+    g(['arb_gpu_shader5-interpolateAtOffset'])
+    g(['arb_gpu_shader5-interpolateAtOffset-nonconst'])
 
 
 with profile.group_manager(
-- 
2.3.4



More information about the Piglit mailing list