summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-03-03 13:20:15 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2015-04-01 14:09:43 -0700
commit17bb5d25fd5fcce6eff98132dd7b070fc9554cd3 (patch)
treecd5cf8a72b7d32d68a4207ff8a1fb6609f0e84b9
parent483e7b9b7453769ef0ece364f0f0cf7d7d72d04b (diff)
tests/all.py: move arb_gpu_shader5 out of loop
Same as previous patch. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
-rwxr-xr-xtests/all.py36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/all.py b/tests/all.py
index 8a08adf01..bf9c2fca8 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(