Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com>

On 11/12/17 17:19, Tapani Pälli wrote:
commit 68a003409 forgot to add this

Signed-off-by: Tapani Pälli <tapani.pa...@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:

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to