summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-08-09 10:52:48 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-08-09 10:53:19 -0700
commitc505b0bce73c712f1297bc5f424e0de5e4ec3137 (patch)
treec1b45a6afa76295bf84d4c93734edfbf2aaaeb94 /tests
parent72af827b4c6e2805bcbba6e8970751b7a8af054b (diff)
downloadgrep-c505b0bce73c712f1297bc5f424e0de5e4ec3137.tar.gz
tests: backref-alt works with glibc 2.28
Problem reported by Jaroslav Skarvada (Bug#32409). * tests/Makefile.am (XFAIL_TESTS) [!USE_INCLUDED_REGEX]: Don’t add backref-alt, since this bug is fixed in glibc 2.28.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9f52941c..d9f9ee8f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -56,9 +56,9 @@ XFAIL_TESTS = triple-backref
if USE_INCLUDED_REGEX
XFAIL_TESTS += equiv-classes
else
-# The backslash-alt test fails for glibc, which needs to be fixed.
-# FIXME-2015: Remove this once the glibc bug is fixed.
-XFAIL_TESTS += backref-alt
+# The backslash-alt test fails for glibc 2.27 and earlier.
+# If you're using older glibc you can upgrade to glibc 2.28 or later,
+# configure --with-included-regex, or ignore the test failure.
endif
TESTS = \