[Piglit] [PATCH v2 3/8] tests/all.py: move arb_framebuffer-rgb tests out of loop
Dylan Baker
baker.dylan.c at gmail.com
Mon Mar 30 11:54:14 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 5b9dd2f..4e17745 100755
--- a/tests/all.py
+++ b/tests/all.py
@@ -1979,8 +1979,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.4
More information about the Piglit
mailing list