[Piglit] [PATCH v2 7/7] tests: Add preemption test to the opengl profile.

Rafael Antognolli rafael.antognolli at intel.com
Mon Oct 29 17:16:35 UTC 2018


---
 tests/opengl.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/opengl.py b/tests/opengl.py
index 54cfd04d5..9de15af13 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -4455,6 +4455,8 @@ with profile.test_list.group_manager(
       run_concurrent=False)
     g(['egl-invalid-attr'])
     g(['egl-context-priority'])
+    g(['egl-context-preemption'], run_concurrent=False)
+    g(['egl-context-preemption', 'small'], run_concurrent=False)
     g(['egl-blob-cache'])
     g(['egl-copy-buffers'])
 
-- 
2.19.1



More information about the Piglit mailing list