[Piglit] [PATCH 3/7] tests/all.py: move arb_framebuffer-rgb tests out of loop
Dylan Baker
baker.dylan.c at gmail.com
Thu Mar 5 11:34:20 PST 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 cba8733..fe310d9 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1945,8 +1945,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.1
More information about the Piglit
mailing list