On 06/27/2018 11:32 AM, Dylan Baker wrote:
Fixes: 2a7047a32bb3a9a4fad5bea0a8185d63af6bddf3
        ("glx: Introduce a glx-swap-copy test v2")
CC: Thomas Hellstrom <thellst...@vmware.com>
CC: Brian Paul <bri...@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)



Reviewed-by: Brian Paul <bri...@vmware.com>
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to