grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.3-74-g7597451


From: Paul Eggert
Subject: grep branch, master, updated. v3.3-74-g7597451
Date: Mon, 20 Jan 2020 12:33:22 -0500 (EST)

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  759745166c0503680bb8fa1f4f60209292740492 (commit)
      from  23bf27015e0cc45d0012f54b8e24ac19fdca89f7 (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=759745166c0503680bb8fa1f4f60209292740492


commit 759745166c0503680bb8fa1f4f60209292740492
Author: Paul Eggert <address@hidden>
Date:   Mon Jan 20 09:32:49 2020 -0800

    tests: work around GCC -fprofile-generate bug
    
    * tests/triple-backref: Add a 10 s timeout to work around
    what appears to be a GCC bug with -fprofile-generate.
    Problem reported by Martin Liška, with diagnosis by
    Andreas Schwab (Bug#21513).

diff --git a/tests/triple-backref b/tests/triple-backref
old mode 100755
new mode 100644
index 27ab9a3..167b8ac
--- a/tests/triple-backref
+++ b/tests/triple-backref
@@ -8,11 +8,12 @@
 # notice and this notice are preserved.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ../src
+require_timeout_
 
 echo a > in || framework_failure_
 
 fail=0
-grep -E '(.?)(.?)(.?)\3\2\1' in > out || fail=1
+timeout 10 grep -E '(.?)(.?)(.?)\3\2\1' in > out || fail=1
 compare out in || fail=1
 
 Exit $fail

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

Summary of changes:
 tests/triple-backref | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 mode change 100755 => 100644 tests/triple-backref


hooks/post-receive
-- 
grep



reply via email to

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