index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
grep.test
Age
Commit message (
Expand
)
Author
2019-07-16
Fix unaligned access, tweak test suite.
Rob Landley
2019-07-16
grep: fix two bugs found by hwasan.
Elliott Hughes
2019-07-12
grep: add -R as well as -r.
Elliott Hughes
2019-05-25
grep: add --exclude-dir.
Elliott Hughes
2019-05-17
Fix a missing else, and an inverted test hidden by the missing else.
Rob Landley
2019-03-14
I had some pending grep tests I hadn't checked in too.
Rob Landley
2019-03-14
grep: use TOYFLAG_ARGFAIL for grep too.
Elliott Hughes
2018-12-18
Add grep tests to "make tests".
Rob Landley
2018-12-17
A couple more grep tests, and slightly use dlist_terminate() for the loops.
Rob Landley
2018-11-20
Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work.
Rob Landley
2018-08-04
Add tests for grep with implicit/explicit BREs and explicit EREs.
Elliott Hughes
2016-07-23
Many failing tests I need to fix grep to pass while adding --color.
Rob Landley
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2016-02-04
Fix -H and -n with -ABC, and add tests.
Rob Landley
2016-01-30
Add grep -B -C
Rob Landley
2016-01-30
Add grep -A
Rob Landley
2015-11-01
Change grep -w to checking matches after the fact rather than modifing regex.
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley