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

Rafael Antognolli rafael.antognolli at intel.com
Thu Oct 4 15:35:35 UTC 2018


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

diff --git a/tests/opengl.py b/tests/opengl.py
index c599eb180..59f3884a4 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -4451,6 +4451,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.0



More information about the Piglit mailing list