[Piglit] [PATCH 1/2] Move gs-emits-too-few-verts.c into the correct folder

Chad Versace chad.versace at linux.intel.com
Tue Sep 10 17:22:51 PDT 2013


On 09/09/2013 02:54 PM, Nicholas Mack wrote:
> ---
>   tests/all.tests                                    |   2 +-
>   tests/spec/glsl-1.50/CMakeLists.gl.txt             |   1 -
>   .../glsl-1.50/execution/geometry/CMakeLists.gl.txt |   1 +
>   .../execution/geometry/gs-emits-too-few-verts.c    | 166 +++++++++++++++++++++
>   tests/spec/glsl-1.50/gs-emits-too-few-verts.c      | 166 ---------------------
>   5 files changed, 168 insertions(+), 168 deletions(-)
>   create mode 100644 tests/spec/glsl-1.50/execution/geometry/gs-emits-too-few-verts.c
>   delete mode 100644 tests/spec/glsl-1.50/gs-emits-too-few-verts.c
>
> diff --git a/tests/all.tests b/tests/all.tests
> index be3340c..2632cc3 100644
> --- a/tests/all.tests
> +++ b/tests/all.tests
> @@ -947,7 +947,7 @@ for draw in ['', 'indexed']:
>                               ('arb_geometry_shader4-ignore-adjacent-vertices '
>                                'core {0} {1}').format(draw, prim))
>   spec['glsl-1.50']['built-in constants'] = concurrent_test('built-in-constants tests/spec/glsl-1.50/minimum-maximums.txt')
> -spec['glsl-1.50']['gs-emits-too-few-verts'] = concurrent_test('gs-emits-too-few-verts')
> +spec['glsl-1.50']['glsl-1.50-gs-emits-too-few-verts'] = concurrent_test('glsl-1.50-gs-emits-too-few-verts')

None of the other glsl-1.50/execution tests duplicate 'glsl-1.50' in their name.
Change this to

+spec['glsl-1.50']['gs-emits-too-few-verts'] = concurrent_test('glsl-1.50-gs-emits-too-few-verts')

and patch 1 is
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>




More information about the Piglit mailing list