[Piglit] [PATCH 2/7] khr_texture_compression_astc: Run each subtest separately in all.py

Anuj Phogat anuj.phogat at gmail.com
Fri Jul 22 21:01:32 UTC 2016


Cc: Nanley Chery <nanley.g.chery at intel.com>
Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
---
 tests/all.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index 96a3e46..dfad955 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4354,8 +4354,12 @@ with profile.group_manager(
     g(['khr_compressed_astc-array_gles3'], 'array-gles')
     g(['khr_compressed_astc-basic_gl'], 'basic-gl')
     g(['khr_compressed_astc-basic_gles2'], 'basic-gles')
-    g(['khr_compressed_astc-miptree_gl'], 'miptree-gl')
-    g(['khr_compressed_astc-miptree_gles2'], 'miptree-gles')
+
+    for subtest in ('hdr', 'ldr', 'srgb'):
+        g(['khr_compressed_astc-miptree_gl', '-subtest', subtest],
+           'miptree-gl {}'.format(subtest))
+        g(['khr_compressed_astc-miptree_gles2', '-subtest', subtest],
+           'miptree-gles {}'.format(subtest))
 
 with profile.group_manager(
          PiglitGLTest,
-- 
2.5.5



More information about the Piglit mailing list