diff options
author | Lyude Paul <lyude@redhat.com> | 2019-05-09 13:06:41 -0400 |
---|---|---|
committer | Lyude Paul <lyude@redhat.com> | 2019-05-10 12:16:59 -0400 |
commit | 709bd6869e2aff01a67eef729f9dc330f404387e (patch) | |
tree | a759f1115d02e96070d24cd12953110ae675ae11 /runner/runner.c | |
parent | 159c69e5318e934b5f1d83939191c8756280b758 (diff) |
runner: Use glib's regex utilities instead of POSIX ERE
POSIX ERE, while pretty standard is also very old and severely limited.
In fact, it's so limited that Intel CI's own test blacklist,
tests/intel-ci/blacklist.txt, doesn't even work with it due to the lack
of support for backreferences.
Since we're already using glib in other parts of igt, let's just start
using glib's regular expression matching instead of the POSIX regex API.
This gives us full perl compatible regular expressions and in turn, also
gives us python compatible regular expressions to match piglit.
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Diffstat (limited to 'runner/runner.c')
0 files changed, 0 insertions, 0 deletions