[Piglit] [PATCH 0/5] Merge ES1, ES2, and EGL tests into all.tests

Chad Versace chad.versace at linux.intel.com
Mon Dec 3 10:56:38 PST 2012


This series lives on merge-all-tests-v2 branch.

No one run the ES1, ES2, nor EGL tests. That needs to be fixed. This series
moves the contents of {egl,es1,es2}.tests into all.tests.

Don't worry. If you don't build a test, then piglit-run.py will skip it.

Chad Versace (5):
  all.tests: Fix plain_test()
  all.tests: Fix arg parsing in concurrent_test()
  all.tests: Move EGL tests into all.tests
  all.tests: Move GLES1 tests into all.tests
  all.tests: Move GLES2 tests into all.tests

 tests/all.tests     | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 tests/all_egl.tests | 45 ---------------------------------------
 tests/all_es1.tests | 32 ----------------------------
 tests/all_es2.tests | 24 ---------------------
 4 files changed, 58 insertions(+), 104 deletions(-)
 delete mode 100644 tests/all_egl.tests
 delete mode 100644 tests/all_es1.tests
 delete mode 100644 tests/all_es2.tests

-- 
1.7.11.7



More information about the Piglit mailing list