grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.4-almost-29-g97cc60a


From: Jim Meyering
Subject: grep branch, master, updated. v3.4-almost-29-g97cc60a
Date: Fri, 18 Sep 2020 10:58: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  97cc60acf8d4ca48bf310a8bb123d0f8cefc1b99 (commit)
       via  b9f39439106cc4d6665693751ce76f41643c0f82 (commit)
      from  0e862a91cc121febdeeba0afc440390d2a3cce02 (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=97cc60acf8d4ca48bf310a8bb123d0f8cefc1b99


commit 97cc60acf8d4ca48bf310a8bb123d0f8cefc1b99
Author: Jim Meyering <meyering@fb.com>
Date:   Fri Sep 18 07:31:45 2020 -0700

    tests: triple-backref: print a reference to glibc bug
    
    * tests/triple-backref (MALLOC_CHECK_): And tell glibc not to
    bother with a core dump.  Suggested by Pádraig Brady.

diff --git a/tests/triple-backref b/tests/triple-backref
index 870fe8c..6753aa6 100755
--- a/tests/triple-backref
+++ b/tests/triple-backref
@@ -17,6 +17,13 @@ require_timeout_
 echo a > in || framework_failure_
 
 fail=0
+
+# Clear this, so glibc doesn't bother to produce a core dump.
+MALLOC_CHECK_=
+
+warn_ "$ME_: expect malfunction on glibc systems due to" \
+   "https://sourceware.org/bugzilla/show_bug.cgi?id=11053";
+
 timeout 10 grep -E '(.?)(.?)(.?)\3\2\1' in > out || fail=1
 compare out in || fail=1
 

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=b9f39439106cc4d6665693751ce76f41643c0f82


commit 97cc60acf8d4ca48bf310a8bb123d0f8cefc1b99
Author: Jim Meyering <meyering@fb.com>
Date:   Fri Sep 18 07:31:45 2020 -0700

    tests: triple-backref: print a reference to glibc bug
    
    * tests/triple-backref (MALLOC_CHECK_): And tell glibc not to
    bother with a core dump.  Suggested by Pádraig Brady.

diff --git a/tests/triple-backref b/tests/triple-backref
index 870fe8c..6753aa6 100755
--- a/tests/triple-backref
+++ b/tests/triple-backref
@@ -17,6 +17,13 @@ require_timeout_
 echo a > in || framework_failure_
 
 fail=0
+
+# Clear this, so glibc doesn't bother to produce a core dump.
+MALLOC_CHECK_=
+
+warn_ "$ME_: expect malfunction on glibc systems due to" \
+   "https://sourceware.org/bugzilla/show_bug.cgi?id=11053";
+
 timeout 10 grep -E '(.?)(.?)(.?)\3\2\1' in > out || fail=1
 compare out in || fail=1
 

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

Summary of changes:
 NEWS                      | 12 +++++++++---
 bootstrap.conf            |  1 -
 src/grep.c                |  9 +++------
 tests/binary-file-matches |  2 +-
 tests/in-eq-out-infloop   |  4 ++--
 tests/triple-backref      |  7 +++++++
 6 files changed, 22 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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