[Piglit] [PATCH] ext_depth_bounds_test: new test for the extension

Marek Olšák maraeo at gmail.com
Thu Aug 13 13:12:50 PDT 2015


Also this:

diff --git a/tests/all.py b/tests/all.py
index 07cf557..03d7617 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1853,6 +1853,10 @@ with profile.group_manager(
       'PROGRAM_BINARY_RETRIEVABLE_HINT')

 with profile.group_manager(
+        PiglitGLTest, grouptools.join('spec', 'EXT_depth_bounds_test')) as g:
+    g(['depth_bounds'])
+
+with profile.group_manager(
         PiglitGLTest, grouptools.join('spec', 'ARB_depth_clamp')) as g:
     g(['depth_clamp'], run_concurrent=False)
     g(['depth-clamp-range'], run_concurrent=False)

Marek


More information about the Piglit mailing list