OSDN Git Service

Fix sed bug where any ] right after [ was skipped, not just first one in range.
[android-x86/external-toybox.git] / tests /
2015-11-05 Rob LandleyFix sed bug where any ] right after [ was skipped,...
2015-11-01 Rob LandleyChange grep -w to checking matches after the fact rathe...
2015-10-29 Rob LandleyFix sed bug reported by Isabella Parakiss, where sed...
2015-09-14 Daniel K. LevyAdd find tests.
2015-09-12 Rob LandleyFix a find segfault.
2015-09-07 Rob LandleySwitch HR_SI to HR_1000, make binary the default, make...
2015-09-05 Rob LandleyAdd seq -f tests, tweak help text, and catch one more...
2015-09-04 Rob LandleyMake human_readable() handle base 1024 units without...
2015-08-30 Elliott HughesFix mv on overwrite.
2015-08-11 Elliott HughesFix more date bugs.
2015-08-08 Elliott HughesReject invalid dates in date(1).
2015-07-04 Rob LandleyActually set time with touch -d and -t when you don...
2015-07-02 Rob LandleyThe android guys sent in xxd. It doesn't share code...
2015-07-01 Elliott HughesFix segfault with "mount -o ro,remount".
2015-05-12 Rob LandleySet the executable bits on all the *.test files. (Wasn...
2015-04-28 Rob LandleyFix truncate prefix bug and add truncate test suite...
2015-03-29 Rob LandleyAdd head test for -123.
2015-03-29 Rob LandleyFix sed bug David Halls hit trying to compile libiconv.
2015-03-28 Rob LandleyFix printf bug (%.s should be %.0s not %s) reported...
2015-03-01 Elliott Hughesfix copy/paste-o in useradd.test
2015-02-18 Yeongdeok SuhSeparate 'userdel' from testing syntax.
2015-01-14 Elliott Hughesi found a few problems while manually smoke testing...
2015-01-11 Rob LandleyOne more bugfix for printf.c, with test suite entry...
2015-01-11 Rob LandleyMore half-finished cleanup of printf.c, and more test...
2015-01-06 Rob LandleySince "printf" is a shell builtin, printf.test wasn...
2015-01-06 Rob LandleyMore printf cleanup, and test suite entries.
2014-12-24 Rob LandleyTeach factor to accept whitespace separated arguments...
2014-12-22 Rob LandleyAnother sed bug. (The e2fsprogs build uses multiple...
2014-12-14 Rob LandleyMake sed a\ line continuations work properly for differ...
2014-12-01 Rob LandleyAshwini Sharma pointed out that "mkdir sub; ln -s ...
2014-12-01 Rob LandleyRefactor expr and add another test entry that works...
2014-11-30 Rob LandleyTests for operator priority groupings.
2014-11-28 Rob Landleysed: c needs to trigger range logic like d, D works...
2014-11-27 Rob LandleyNew ifconfig tests from Cynt Rynt.
2014-11-15 Rob LandleyDebugging pass on sed: make the existing test suite...
2014-11-14 Rob LandleyAdd a few more sed tests.
2014-11-09 Rob LandleyYet more sed tests.
2014-11-06 Rob LandleyMore sed tests.
2014-10-30 Rob LandleyTest for ls -d from Isaac Dunham, and he pointed out...
2014-10-29 Rob LandleyFirst batch of sed tests.
2014-09-22 Felix JandaFix du test: du symlink -> "0\tsymlink"
2014-09-20 Rob LandleyMove testsuite out of scripts/test into its own top...