[Piglit] [PATCH v2 10/10] Add the arb_sync tests to all.tests

Chad Versace chad.versace at linux.intel.com
Mon Sep 30 13:11:34 PDT 2013


On 08/20/2013 11:26 AM, Nicholas Mack wrote:
> ---
>   tests/all.tests | 8 ++++++++
>   1 file changed, 8 insertions(+)
>
> diff --git a/tests/all.tests b/tests/all.tests
> index 7491cae..f97c65b 100644
> --- a/tests/all.tests
> +++ b/tests/all.tests
> @@ -989,8 +989,16 @@ import_glsl_parser_tests(spec['ARB_shader_stencil_export'],
>   # Group ARB_sync
>   arb_sync = Group()
>   spec['ARB_sync'] = arb_sync
> +arb_sync['ClientWaitSync-errors'] = concurrent_test('arb_sync-ClientWaitSync-errors')
> +arb_sync['ClientWaitSync-returns'] = concurrent_test('arb_sync-ClientWaitSync-returns')
> +arb_sync['DeleteSync'] = concurrent_test('arb_sync-DeleteSync')
> +arb_sync['FenceSync-errors'] = concurrent_test('arb_sync-FenceSync-errors')
> +arb_sync['GetSynciv-errors'] = concurrent_test('arb_sync-GetSynciv-errors')
> +arb_sync['IsSync'] = concurrent_test('arb_sync-IsSync')
>   arb_sync['repeat-wait'] = concurrent_test('arb_sync-repeat-wait')
> +arb_sync['sync-initialize'] = concurrent_test('arb_sync-sync-initialize')
>   arb_sync['timeout-zero'] = concurrent_test('arb_sync-timeout-zero')
> +arb_sync['WaitSync-errors'] = concurrent_test('arb_sync-WaitSync-errors')
>   add_plain_test(arb_sync, 'sync_api')
>
>   # Group ARB_ES2_compatibility
>


Oh! I just saw this last patch. In Piglit, we don't aggregate all the all.tests
changes for the last patch. Instead, the same patch that creates the C file
should be also add it to all.tests.


More information about the Piglit mailing list