[Intel-gfx] [PATCH i-g-t v3] lib/igt_core.c: Expand --run-subtest functionality.

Dave Gordon david.s.gordon at intel.com
Tue Feb 9 14:09:17 UTC 2016


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 <derek.j.morton at intel.com>
> ---
>   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 <david.s.gordon at intel.com>



More information about the Intel-gfx mailing list