Until now we've had no unified way to handle slow/combinatorial tests. Most of the time we don't want to run slow/combinatorial tests, so this should remain the default, but when we do want to run such tests, it has been handled differently in different tests. This patch adds an --all command line option to igt_core, changes gem_concurrent_blit and kms_frontbuffer_tracking to use this instead of their own methods, and removes gem_concurrent_all in the process, since it's now unnecessary. v2: Incorporate various suggestions from reviewers. David Weinehall (3): Copy gem_concurrent_all to gem_concurrent_blit Unify handling of slow/combinatorial tests Remove superfluous gem_concurrent_all.c lib/igt_core.c | 24 + lib/igt_core.h | 7 + tests/.gitignore | 1 - tests/Makefile.sources | 1 - tests/gem_concurrent_all.c | 1108 -------------------------------------- tests/gem_concurrent_blit.c | 1108 +++++++++++++++++++++++++++++++++++++- tests/kms_frontbuffer_tracking.c | 208 +++---- 7 files changed, 1247 insertions(+), 1210 deletions(-) delete mode 100644 tests/gem_concurrent_all.c -- 2.6.2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx