[Piglit] [PATCH 1/2] Fix categorization of AMD_performance_monitor and ARB_vertex_array_bgra

Ian Romanick idr at freedesktop.org
Tue Aug 13 13:10:30 PDT 2013


On 08/12/2013 02:54 PM, Kenneth Graunke wrote:
> I accidentally didn't put these in the spec/ hierarchy.  They shouldn't
> be top level.

This patch is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

> ---
>   tests/all.tests | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/all.tests b/tests/all.tests
> index 1b14886..ad3c0a8 100644
> --- a/tests/all.tests
> +++ b/tests/all.tests
> @@ -923,8 +923,8 @@ add_shader_test_dir(spec['glsl-es-3.00'],
>   add_concurrent_test(spec['glsl-es-3.00']['execution'], 'varying-struct-centroid_gles3')
>
>   # AMD_performance_monitor
> -profile.test_list['AMD_performance_monitor/api'] = PlainExecTest('amd_performance_monitor_api -auto')
> -profile.test_list['AMD_performance_monitor/measure'] = PlainExecTest('amd_performance_monitor_measure -auto')
> +profile.test_list['spec/AMD_performance_monitor/api'] = PlainExecTest('amd_performance_monitor_api -auto')
> +profile.test_list['spec/AMD_performance_monitor/measure'] = PlainExecTest('amd_performance_monitor_measure -auto')
>
>   # Group AMD_conservative_depth
>   spec['AMD_conservative_depth'] = Group()
> @@ -1407,7 +1407,7 @@ add_plain_test(apple_vertex_array_object, 'vao-01')
>   add_plain_test(apple_vertex_array_object, 'vao-02')
>   apple_vertex_array_object['isvertexarray'] = concurrent_test('arb_vertex_array-isvertexarray apple')
>
> -profile.test_list['ARB_vertex_array_bgra/api-errors'] = PlainExecTest('arb_vertex_array_bgra-api-errors -auto')
> +profile.test_list['spec/ARB_vertex_array_bgra/api-errors'] = PlainExecTest('arb_vertex_array_bgra-api-errors -auto')
>
>   arb_vertex_array_object = Group()
>   spec['ARB_vertex_array_object'] = arb_vertex_array_object
>



More information about the Piglit mailing list