grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.20-93-gdc6316c


From: Jim Meyering
Subject: grep branch, master, updated. v2.20-93-gdc6316c
Date: Fri, 21 Nov 2014 16:39:15 +0000

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  dc6316c03a2e38b6206da3e175558c72459f5b11 (commit)
       via  ff7e6edab11d6de3bfa33d426ab0f66eb23fa35a (commit)
      from  83af04cef3139045f1a95a63b70b5935dbf857d8 (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=dc6316c03a2e38b6206da3e175558c72459f5b11


commit dc6316c03a2e38b6206da3e175558c72459f5b11
Author: Jim Meyering <address@hidden>
Date:   Fri Nov 21 08:28:01 2014 -0800

    tests: sjis-mb: remove now-obsolete and failing sub-tests
    
    * tests/sjis-mb: Commit v2.18-123-geb3292b changed how grep
    handles patterns with encoding errors.  These SJIS tests are
    skipped so often that we didn't notice until now that there were
    two tests of that changed behavior, and that on any system with
    the ja_JP.SHIFT_JIS locale, they would always fail.  Remove those
    two tests, since this functionality is well tested separately,
    via tests/prefix-of-multibyte.

diff --git a/tests/sjis-mb b/tests/sjis-mb
index 990c770..63f0ad9 100755
--- a/tests/sjis-mb
+++ b/tests/sjis-mb
@@ -51,8 +51,6 @@ for i in $successful_tests; do
   test_grep -E $i A || fail=1
 done
 
-test_grep_reject -F @@ @ || fail=1
-test_grep_reject -E @@ @ || fail=1
 for i in $failure_tests; do
   test_grep_reject -F $i A || fail=1
   test_grep_reject -E $i A || fail=1

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


commit dc6316c03a2e38b6206da3e175558c72459f5b11
Author: Jim Meyering <address@hidden>
Date:   Fri Nov 21 08:28:01 2014 -0800

    tests: sjis-mb: remove now-obsolete and failing sub-tests
    
    * tests/sjis-mb: Commit v2.18-123-geb3292b changed how grep
    handles patterns with encoding errors.  These SJIS tests are
    skipped so often that we didn't notice until now that there were
    two tests of that changed behavior, and that on any system with
    the ja_JP.SHIFT_JIS locale, they would always fail.  Remove those
    two tests, since this functionality is well tested separately,
    via tests/prefix-of-multibyte.

diff --git a/tests/sjis-mb b/tests/sjis-mb
index 990c770..63f0ad9 100755
--- a/tests/sjis-mb
+++ b/tests/sjis-mb
@@ -51,8 +51,6 @@ for i in $successful_tests; do
   test_grep -E $i A || fail=1
 done
 
-test_grep_reject -F @@ @ || fail=1
-test_grep_reject -E @@ @ || fail=1
 for i in $failure_tests; do
   test_grep_reject -F $i A || fail=1
   test_grep_reject -E $i A || fail=1

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

Summary of changes:
 NEWS           |    7 +++++++
 src/kwsearch.c |   17 ++++++++++++++---
 tests/sjis-mb  |    2 --
 3 files changed, 21 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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