aboutsummaryrefslogtreecommitdiff
path: root/testsuite/grep
AgeCommit message (Collapse)Author
2005-09-23- introduce variable _BB_CONFIG_DEP to the new test harness.Bernhard Reutner-Fischer
This is used to see if given tests should be run (are available) or not. Print "UNTESTED: descr" if the applet or feature is not available. - add _BB_CONFIG_DEP to existing new.tests - move old grep test to new test infrastructure and add a few more test for grep.
2004-04-06Kill off the old 'tests' stuff. Write a ton of new tests for theEric Andersen
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
2002-03-27* testsuite/grep/egrep-supports-extended-regexps: Check exit status insteadMatt Kraai
of output.
2002-03-19* testsuite/grep/egrep-is-not-case-insensitive: RequireMatt Kraai
CONFIG_FEATURE_GREP_EGREP_ALIAS.
2002-03-19* testsuite/grep/grep-handles-binary-files: Read input from a pipe.Matt Kraai
* testsuite/grep/grep-matches-NUL: Likewise.
2002-02-19* testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".Matt Kraai
* testsuite/runtest (run_applet_testcase): Likewise. * testsuite/cp/cp-preserves-hard-links: Likewise. * testsuite/grep/egrep-supports-extended-regexps: Likewise. * testsuite/grep/grep-is-also-egrep: Likewise. * testsuite/tar/tar-archives-multiple-files: Likewise. * testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list: Likewise. * testsuite/tar/tar-handles-exclude-and-extract-lists: Likewise. * testsuite/tar/tar-handles-nested-exclude: Likewise.
2001-12-20Remove dependence on CONFIG_FEATURE_CLEAN_UP.Matt Kraai
2001-12-07Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined.Matt Kraai
2001-11-20New.Matt Kraai
2001-11-20New.Matt Kraai
2001-11-19New.Matt Kraai
2001-10-31Make egrep only set REG_EXTENDED flag.Matt Kraai
2001-10-30Merge test suite.Matt Kraai