summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* grep: work around proc lseek glitchPaul Eggert2016-12-122-0/+19
* grep: fix DFA-induced infloopJim Meyering2016-11-292-0/+13
* tests: use "returns_ N env VAR=val ..."Jim Meyering2016-11-287-11/+11
* tests: revert check for unibyte French range bugPaul Eggert2016-11-282-36/+31
* grep: avoid false matches in non-UTF8 multibyte localesJim Meyering2016-11-272-0/+39
* tests: check for unibyte French range bugPaul Eggert2016-11-202-31/+36
* grep: fix -zxP bugPaul Eggert2016-11-191-0/+1
* grep: -T now adjusts number widths for worst casePaul Eggert2016-11-191-0/+5
* grep: -T no longer outputs BSPaul Eggert2016-11-192-0/+33
* tests: use "returns_" rather than "$?"Paul Eggert2016-11-191-2/+1
* grep -f /dev/null -L PAT FILE outputs FILEPaul Eggert2016-11-191-2/+11
* grep: treat -f /dev/null like -m0Paul Eggert2016-11-192-0/+16
* grep: scale back /dev/null speedupPaul Eggert2016-11-191-1/+2
* grep: -Pz no longer rejects ^, $Paul Eggert2016-11-191-1/+2
* tests: use "returns_" rather than explicit comparison with "$?"Jim Meyering2016-11-1419-68/+47
* tests/grep-dir: port to Solaris 10Paul Eggert2016-10-011-1/+1
* tests/long-pattern-perf: avoid false-failure due to cache speedJim Meyering2016-09-271-2/+3
* tests/fmbtest: avoid false-failure due to reliance on MB-correct sedJim Meyering2016-09-241-12/+8
* tests: revamp multibyte-white-space test to be more permissiveJim Meyering2016-09-241-34/+57
* tests: avoid erroneous failure of pcre-jitstack testJim Meyering2016-09-241-1/+1
* tests: avoid backref-multibyte-slow false failureJim Meyering2016-09-231-0/+4
* dfa: reflect move of grep's DFA code to gnulibJim Meyering2016-09-104-152/+1
* grep: encoding errors suppress just their linePaul Eggert2016-09-081-0/+4
* maint: switch from gnulib's progname to getprogname moduleJim Meyering2016-09-052-4/+2
* dfa: new option for anchored searchesPaul Eggert2016-09-021-1/+1
* tests: add a new test for SJIS localeNorihiro Tanaka2016-09-011-0/+2
* dfa: make dfa.c fully thread-safePaul Eggert2016-08-312-4/+5
* dfa: thread-safety: eliminate static local variablesZev Weiss2016-08-201-0/+2
* dfa: thread-safety: move regex syntax configuration into struct dfaZev Weiss2016-08-201-1/+1
* tests: pcre-jitstack: avoid false failure without base64 -d supportJim Meyering2016-08-171-7/+14
* tests: standardize on 10-second timeouts to avoid rare false failureJim Meyering2016-08-068-12/+12
* tests/backref-multibyte-slow:: avoid false positiveJim Meyering2016-08-061-1/+1
* grep: print "filename:lineno:" in invalid-regex diagnosticJim Meyering2016-07-252-0/+81
* tests: add coreutils' perl-driven test frameworkJim Meyering2016-07-245-0/+800
* grep: fix -F crash when alternating duplicatesNorihiro Tanaka2016-07-142-0/+25
* tests: fix similar bug in exit status testPaul Eggert2016-06-031-8/+14
* tests: fix bug in exit status testZev Weiss2016-06-031-1/+2
* maint: do not let a LANGUAGE envvar setting perturb testsJim Meyering2016-05-132-1/+67
* grep: /dev/null output speedupPaul Eggert2016-05-013-2/+14
* grep: in C locale, all bytes are valid charactersPaul Eggert2016-04-102-0/+27
* tests: test egrep/fgrep help only if our grepPaul Eggert2016-04-031-1/+9
* tests: remove spurious test of egrepJim Meyering2016-03-291-1/+1
* grep: -Pz no longer misdiagnoses [^a]Paul Eggert2016-03-231-0/+1
* grep: -oz now outputs null bytes, not newlinesPaul Eggert2016-03-182-6/+9
* grep: use errno consistently in write diagnosticsPaul Eggert2016-03-172-0/+56
* grep: -Pz is incompatible with ^ and $Paul Eggert2016-02-211-4/+2
* tests: test cleanupJim Meyering2016-02-211-1/+0
* grep -z: avoid erroneous match with regexp anchor and \n in textJim Meyering2016-02-202-1/+45
* tests: convert "cmd && fail=1" to "returns_ 1 cmd || fail=1"Jim Meyering2016-02-203-30/+27
* tests/null-byte: test another code pathJim Meyering2016-02-011-1/+5