From: Dave Gordon <david.s.gordon@intel.com>
To: Derek Morton <derek.j.morton@intel.com>, intel-gfx@lists.freedesktop.org
Cc: daniel.vetter@ffwll.ch
Subject: Re: [PATCH i-g-t v3] lib/igt_core.c: Expand --run-subtest functionality.
Date: Tue, 9 Feb 2016 14:09:17 +0000 [thread overview]
Message-ID: <56B9F30D.80105@intel.com> (raw)
In-Reply-To: <1454587617-33962-1-git-send-email-derek.j.morton@intel.com>
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@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@intel.com>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-02-09 14:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-04 12:06 [PATCH i-g-t v3] lib/igt_core.c: Expand --run-subtest functionality Derek Morton
2016-02-09 14:09 ` Dave Gordon [this message]
2016-02-15 16:55 ` Daniel Vetter
2016-02-15 19:29 ` Dave Gordon
2016-02-16 10:17 ` Morton, Derek J
2016-02-17 17:18 ` Daniel Vetter
2016-02-17 23:10 ` Daniel Vetter
2016-02-18 10:58 ` Morton, Derek J
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B9F30D.80105@intel.com \
--to=david.s.gordon@intel.com \
--cc=daniel.vetter@ffwll.ch \
--cc=derek.j.morton@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.