[Piglit] [PATCH] tests/general: add draw-sync to all.py

Albert Freeman albertwdfreeman at gmail.com
Sun Sep 6 01:58:14 PDT 2015


The draw-sync test (from 2011) was never placed in all.py.

Signed-off-by: Albert Freeman <albertwdfreeman at gmail.com>
---
Changed "!opengl 1.5" to "!Opengl 1.1" as suggested by Eric Anholt.
Made the test run concurrently.

 tests/all.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/all.py b/tests/all.py
index fcfc5cd..d8e526c 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -873,6 +873,7 @@ with profile.group_manager(
     g(['draw-copypixels-sync'], run_concurrent=False)
     g(['draw-pixel-with-texture'])
     g(['drawpix-z'])
+    g(['draw-sync'])
     g(['fog-modes'], run_concurrent=False)
     g(['fragment-center'], run_concurrent=False)
     g(['geterror-invalid-enum'], run_concurrent=False)
-- 
2.5.1



More information about the Piglit mailing list