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.
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to