[Piglit] [PATCH v3 3/8] tests/all.py: move arb_framebuffer-rgb tests out of loop
Dylan Baker
baker.dylan.c at gmail.com
Fri Mar 20 11:51:09 PDT 2015
This doesn't actually effect the nature or number of tests run.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
tests/all.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index bfe3365..ee848b6 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1978,8 +1978,8 @@ with profile.group_manager(
'blit {} {} {} {}'.format(
backing_type, srgb_types, blit_type,
framebuffer_srgb_setting))
- g(['framebuffer-srgb'], run_concurrent=False)
- g(['arb_framebuffer_srgb-clear'])
+ g(['framebuffer-srgb'], run_concurrent=False)
+ g(['arb_framebuffer_srgb-clear'])
with profile.group_manager(
PiglitGLTest,
--
2.3.3
More information about the Piglit
mailing list