grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.1-32-gc505b0b


From: Paul Eggert
Subject: grep branch, master, updated. v3.1-32-gc505b0b
Date: Thu, 9 Aug 2018 13:53:24 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  c505b0bce73c712f1297bc5f424e0de5e4ec3137 (commit)
      from  72af827b4c6e2805bcbba6e8970751b7a8af054b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=c505b0bce73c712f1297bc5f424e0de5e4ec3137


commit c505b0bce73c712f1297bc5f424e0de5e4ec3137
Author: Paul Eggert <address@hidden>
Date:   Thu Aug 9 10:52:48 2018 -0700

    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.

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9f52941..d9f9ee8 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 =                                                \

-----------------------------------------------------------------------

Summary of changes:
 tests/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]