[Piglit] [PATCH 6/9] tests/opengl: Add glx-swap-copy

Dylan Baker dylan at pnwbakers.com
Wed Jun 27 17:32:27 UTC 2018


Fixes: 2a7047a32bb3a9a4fad5bea0a8185d63af6bddf3
       ("glx: Introduce a glx-swap-copy test v2")
CC: Thomas Hellstrom <thellstrom at vmware.com>
CC: Brian Paul <brianp at vmware.com>
---
 tests/opengl.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/opengl.py b/tests/opengl.py
index 00bce15af..a83d235c1 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -401,6 +401,7 @@ with profile.test_list.group_manager(
     g(['glx-swap-pixmap'], run_concurrent=False)
     g(['glx-swap-pixmap-bad'], run_concurrent=False)
     g(['glx-swap-singlebuffer'], run_concurrent=False)
+    g(['glx-swap-copy'], run_concurrent=False)
     g(['glx-make-current'], run_concurrent=False)
     g(['glx-make-glxdrawable-current'], run_concurrent=False)
     g(['glx-context-flush-control'], run_concurrent=False)
-- 
2.17.1



More information about the Piglit mailing list