1. 990025a Ok, I've converted the contents of the "testing/sed" directory into a by Rob Landley · 19 years ago
  2. c98a359 It was a bit out of date. by Rob Landley · 19 years ago
  3. 48c6157 Fix the test suite so that individual *.tests files can be run ala by Rob Landley · 19 years ago
  4. 82338d8 - add a few basic tests for pidof(8) by Bernhard Reutner-Fischer · 19 years ago
  5. e34e878 - support make check V=1 to run the checks in verbose mode by Bernhard Reutner-Fischer · 19 years ago
  6. 3f91d7a cleanup option parsing by Mike Frysinger · 19 years ago
  7. 23bc647 - remove dangling symlinks after the runs by Bernhard Reutner-Fischer · 19 years ago
  8. 1eb645d - set executable bit by Bernhard Reutner-Fischer · 19 years ago
  9. b47a74f - introduce variable _BB_CONFIG_DEP to the new test harness. by Bernhard Reutner-Fischer · 19 years ago
  10. 52d2f4b Get "make check" ($srcdir) to work with the new testsuite. by Rob Landley · 19 years ago
  11. 90252bb The testsuite/links directory wasn't being created. by Rob Landley · 19 years ago
  12. 1e51925 Test full susv3 spec for uniq (except internationalization). by Rob Landley · 19 years ago
  13. 14efdc5 Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. by Rob Landley · 19 years ago
  14. f6acb66 Regarding 11330: when you fix a bug that the testsuite doesn't catch, add by Rob Landley · 19 years ago
  15. a1a1a9f Remove trailing crud from busybox.tests. (Sleep deprivation strikes again...) by Rob Landley · 19 years ago
  16. b766c39 General cleanup of command line parsing to allow "busybox" to work as a prefix. by Rob Landley · 19 years ago
  17. 7f90ae4 This goes along with the new testsuite code... by Rob Landley · 19 years ago
  18. 1689075 Working on a new test harness. Moved the sort tests into it. by Rob Landley · 19 years ago
  19. 93850a5 Patch from Colin Watson (mangled slightly by Rob Landley): by Rob Landley · 20 years ago
  20. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  21. c6a99b9 Add two fundamental tests for copying directories by Glenn L McGrath · 21 years ago
  22. 5c1ee51 Minor tar test update by Eric Andersen · 21 years ago
  23. 650fe63 Kill off the old 'tests' stuff. Write a ton of new tests for the by Eric Andersen · 21 years ago
  24. c354f6e Fix the test suite script so it actually works and actually flags by Eric Andersen · 21 years ago
  25. b2e267f Some test additions by Eric Andersen · 21 years ago
  26. ce91c8a Isolate code better for unused options, config option to enable long by Glenn L McGrath · 21 years ago
  27. d9c8ab4 Update status of tests which should pass by Glenn L McGrath · 21 years ago
  28. 3a2fcc6 remove controversial tests by Glenn L McGrath · 21 years ago
  29. 2570b43 Configuration option to define wether to follows GNU sed's behaviour by Glenn L McGrath · 21 years ago
  30. 204ff1c Fix a bug that creapt in recently with substitution subprinting, and add by Glenn L McGrath · 21 years ago
  31. 977451e Fix a simple mistake with pattern space, and add a test for it by Glenn L McGrath · 21 years ago
  32. 2eed0e2 Add a test for the 'P' command and fix current implementation so it by Glenn L McGrath · 21 years ago
  33. 6e5687a A test and fix for the sed 'n' command by Glenn L McGrath · 21 years ago
  34. 7b35121 Test for use of newline in regex's, this feature is used by most by Glenn L McGrath · 21 years ago
  35. 65f9dc0 Test the N command by Glenn L McGrath · 21 years ago
  36. ba5eb27 Check sed doesnt go into an infinite loop (yes it does) by Glenn L McGrath · 21 years ago
  37. 7bf8f5b Update sed branch tests by Glenn L McGrath · 21 years ago
  38. 8a0b59f Add two new tests, sed-recurses-properly should always work by Glenn L McGrath · 21 years ago
  39. 0861e82 Handle -O preceding -x. by Matt Kraai · 22 years ago
  40. 65ddf77 Patch from Tito to rework strings applet, and some testsuite by Eric Andersen · 22 years ago
  41. 9c80241 left out a \" by Glenn L McGrath · 22 years ago
  42. 73ceca2 This test was hanging by Glenn L McGrath · 22 years ago
  43. 3ad88cc * testsuite/sed/sed-recurses-properly: Mark XFAIL. by Matt Kraai · 23 years ago
  44. a078268 * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard by Matt Kraai · 23 years ago
  45. 3e6908b Sed can go into an infinite loop by Eric Andersen · 23 years ago
  46. 5c69cd8 * editors/sed.c (process_file): Stop processing deleted lines. by Matt Kraai · 23 years ago
  47. 8a8308f * testsuite/which/which-uses-default-path: Remove extra echo. by Matt Kraai · 23 years ago
  48. 66388f8 * testsuite/grep/egrep-supports-extended-regexps: Check exit status instead by Matt Kraai · 23 years ago
  49. 50aec98 * testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags. by Matt Kraai · 23 years ago
  50. 6feaeac * testsuite/COPYING: Remove. by Matt Kraai · 23 years ago
  51. cf32ac5 * archival/bunzip2.c (bunzip2_main): Remove compressed file. by Matt Kraai · 23 years ago
  52. 35d6042 * testsuite/runtest (run_applet_testcase): Return test case status, not by Matt Kraai · 23 years ago
  53. 9cdb060 * archival/bunzip2.c: Include <unistd.h>. by Matt Kraai · 23 years ago
  54. aee53f4 * testsuite/grep/egrep-is-not-case-insensitive: Require by Matt Kraai · 23 years ago
  55. b3de668 * testsuite/grep/grep-handles-binary-files: Read input from a pipe. by Matt Kraai · 23 years ago
  56. 0efab33 * networking/wget.c (parse_url): Allocate a string for the empty path. by Matt Kraai · 23 years ago
  57. fa14471 * testsuite/runtest (show_result): Change UPASS to XPASS. by Matt Kraai · 23 years ago
  58. 6b140ea * testsuite/README: Change "UNSUPPORTED" tag to "FEATURE". by Matt Kraai · 23 years ago
  59. 7c71822 * testsuite/runtest (run_applet_testcase): Return UNTESTED instead of by Matt Kraai · 23 years ago
  60. b5b757e * testsuite/README: Fill to 80 columns. by Matt Kraai · 23 years ago
  61. 6be2319 * testsuite/README: Update copyright date. by Matt Kraai · 23 years ago
  62. ad6faf6 * testsuite/tar/tar-archives-multiple-files: Require by Matt Kraai · 23 years ago
  63. c00e4ff * testsuite/tar/tar-archives-multiple-files: New. by Matt Kraai · 23 years ago
  64. 9bd49d6 * archival/gzip.c (ifname, ofname): Delete. by Matt Kraai · 23 years ago
  65. a3181dd Do not segfault if PATH is unset. by Matt Kraai · 23 years ago
  66. 5ed78ad * editors/sed.c (parse_edit_cmd): Rewrite. by Matt Kraai · 23 years ago
  67. f3fbe20 * cmp/cmp-detects-difference: Simplify return code negation. by Matt Kraai · 23 years ago
  68. 01d2ea9 * testsuite/README: Document -v option. by Matt Kraai · 23 years ago
  69. d21735d * editors/sed.c (parse_edit_command): Require a newline after the backslash by Matt Kraai · 23 years ago
  70. 7062484 Ignore blanks before the first address and before the command. by Matt Kraai · 23 years ago
  71. 1fcc66e New. by Matt Kraai · 23 years ago
  72. 2b1effd Write files when extracting an archive from standard input. by Matt Kraai · 23 years ago
  73. c5b5cab Remove dependence on CONFIG_FEATURE_CLEAN_UP. by Matt Kraai · 23 years ago
  74. ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
  75. 14b7c5d Open the source before creating the destination. by Matt Kraai · 23 years ago
  76. 07a37ae New. by Matt Kraai · 23 years ago
  77. 1a781a4 Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined. by Matt Kraai · 23 years ago
  78. 1dbd6ff New. by Matt Kraai · 23 years ago
  79. fd3f1be New. by Matt Kraai · 23 years ago
  80. 36c613a Update usage instructions, and document test case format. by Matt Kraai · 23 years ago
  81. 9dfe508 New. by Matt Kraai · 23 years ago
  82. 03bb308 New. by Matt Kraai · 23 years ago
  83. 6c5fdfa New. by Matt Kraai · 23 years ago
  84. c52a6b0 |2001-10-08 Rodney Brown <rbrown64@csc.com.au> by Eric Andersen · 23 years ago
  85. b89637a New. by Matt Kraai · 23 years ago
  86. 5447f17 Remove completed task. by Matt Kraai · 23 years ago
  87. f419855 Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined. by Matt Kraai · 23 years ago
  88. bb0088e Make egrep only set REG_EXTENDED flag. by Matt Kraai · 23 years ago
  89. 3889078 Merge test suite. by Matt Kraai · 23 years ago