[Piglit] [PATCH 2/9] tests/all.py: add missing test fcc-front-buffer-distraction
Dylan Baker
baker.dylan.c at gmail.com
Wed Sep 2 12:51:17 PDT 2015
This test was never added to all.py, and was detected by my check.py
script.
This fails on i965 against mesa master
cc: Paul Berry <stereotype441 at gmail.com>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
I'm assuming since this tests front/back buffer interactions this cannot
be run concurrently, can anyone confirm?
tests/all.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/all.py b/tests/all.py
index fcfc5cd..df31849 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4125,6 +4125,7 @@ with profile.group_manager(PiglitGLTest, 'hiz') as g:
with profile.group_manager(PiglitGLTest, 'fast_color_clear') as g:
g(['fcc-blit-between-clears'])
g(['fcc-read-to-pbo-after-clear'], run_concurrent=False)
+ g(['fcc-front-buffer-distraction'], run_concurrent=False)
for subtest in ('sample', 'read_pixels', 'blit', 'copy'):
for buffer_type in ('rb', 'tex'):
--
2.5.1
More information about the Piglit
mailing list