[Piglit] [PATCH] all.py: add entry for ext_occlusion_query_boolean
Tapani Pälli
tapani.palli at intel.com
Mon Dec 11 06:19:51 UTC 2017
commit 68a003409 forgot to add this
Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
---
tests/all.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/all.py b/tests/all.py
index c4cbe0bd9..ab1bed0f9 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3172,6 +3172,11 @@ with profile.test_list.group_manager(
grouptools.join('spec', 'oes_required_internalformat')) as g:
g(['oes_required_internalformat-renderbuffer'], 'renderbuffer')
+with profile.test_list.group_manager(
+ PiglitGLTest,
+ grouptools.join('spec', 'ext_occlusion_query_boolean')) as g:
+ g(['ext_occlusion_query_boolean-any-samples'], 'any-samples')
+
with profile.test_list.group_manager(
PiglitGLTest,
grouptools.join('spec', 'ext_disjoint_timer_query')) as g:
--
2.14.3
More information about the Piglit
mailing list