[Piglit] [PATCH 1/3] tests: fix INTEL_blackhole_render test names

Lionel Landwerlin lionel.g.landwerlin at intel.com
Fri Apr 6 10:25:14 UTC 2018


Fixes: c8d89e733c52a6 ("tests: add INTEL_blackhole_render")
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
 tests/all.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index 39ad46926..26638cd82 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4978,10 +4978,10 @@ with profile.test_list.group_manager(
 with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'INTEL_blackhole_render')) as g:
-    g(['intel_conservative_rasterization-draw'])
-    g(['intel_conservative_rasterization-dispatch'])
-    g(['intel_conservative_rasterization-draw_gles2'])
-    g(['intel_conservative_rasterization-draw_gles3'])
+    g(['intel_blackhole-draw'])
+    g(['intel_blackhole-dispatch'])
+    g(['intel_blackhole-draw_gles2'])
+    g(['intel_blackhole-draw_gles3'])
 
 # Group ARB_bindless_texture
 with profile.test_list.group_manager(
-- 
2.17.0



More information about the Piglit mailing list