diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2018-04-05 23:43:57 +0100 |
---|---|---|
committer | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2018-04-06 19:15:03 +0100 |
commit | a84618165d38c87eea64af7607c66cfa56a745fd (patch) | |
tree | fe4bd5b50c837fd6ba190d6e61ae49b91eac546b | |
parent | 8d5bf2344e2fdc84c8c99c87c77d24cad9296845 (diff) |
tests: fix INTEL_blackhole_render test names
Fixes: c8d89e733c52a6 ("tests: add INTEL_blackhole_render")
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r-- | tests/all.py | 8 |
1 files 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( |