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 <[email protected]>
Signed-off-by: Dylan Baker <[email protected]>
---

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

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to