On 04/02/16 12:06, Derek Morton wrote:
Added extended wildcard support when specifying --run-subtest.

Wildcard format is as specified in rfc3977 and the uwildmat() implementation
is taken from libinn.
See https://tools.ietf.org/html/rfc3977#section-4 for a description of
allowed wildcard expressions.

v2: Use comma as list separator (Ville Syrjala)
support both ^ and ! as not operators (Dave Gordon)

v3: Updated to use uwildmat() (Dave Gordon)

Signed-off-by: Derek Morton <[email protected]>
---
  COPYING                 |  21 +++
  lib/Makefile.sources    |   2 +
  lib/igt_core.c          |  17 +-
  lib/uwildmat/uwildmat.c | 474 ++++++++++++++++++++++++++++++++++++++++++++++++
  lib/uwildmat/uwildmat.h |  24 +++
  5 files changed, 536 insertions(+), 2 deletions(-)
  create mode 100644 lib/uwildmat/uwildmat.c
  create mode 100644 lib/uwildmat/uwildmat.h

LGTM.

Reviewed-by: Dave Gordon <[email protected]>

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to