OSDN Git Service

Many failing tests I need to fix grep to pass while adding --color.
[android-x86/external-toybox.git] / tests /
2016-07-23 Rob LandleyMany failing tests I need to fix grep to pass while...
2016-07-21 Rob LandleyCommon test infrastructure says command name, don't...
2016-07-18 Elliott HughesAdd getfattr(1) and setfattr(1).
2016-07-14 Rob LandleyAdd -c to md5sum and sha1sum.
2016-07-08 Elliott Hughesdd improvements.
2016-07-08 Elliott HughesFix typo in chattr test.
2016-07-05 Elliott HughesImplement xxd -s.
2016-07-05 Rob LandleyFix chattr and date tests.
2016-07-04 Rob LandleyFix a bug (octal digits are 0-7, not 0-8) and deal...
2016-06-30 Rob LandleyTeach wc to do -cm together. Fix testsuite so TEST_HOST...
2016-06-04 Elliott HughesBasic success/failure return from pgrep/pkill.
2016-05-23 Elliott HughesFix remaining pkill tests.
2016-05-05 Elliott Hughes"top -b -n1" should end with a newline.
2016-04-25 Rob LandleyFix find bug reported by Tom Marshall, add test for...
2016-04-24 Elliott HughesAdd the non-tty more(1) test.
2016-04-23 Rob LandleyRemove inappropriate bzip tests (we're not comparing...
2016-04-21 Davis MosenkovsFix touch -t seconds parsing
2016-04-20 Rob LandleyStart of shell tests: $(()) and $'' expansion.
2016-04-17 Elliott HughesFix tail -NUM again.
2016-04-15 Andy ChuFix a buffer overflow in diff -r.
2016-04-11 Rob Landleysed -f - should read from stdin.
2016-03-30 Rob LandleyWhitespace and comment.
2016-03-30 Andy ChuImplement mv -n / cp -n (no clobber).
2016-03-25 Samuel Hollandbasename: fix segfault on null input; add tests
2016-03-24 Rob LandleyDebian bug 635570 did something horribly nonstandard...
2016-03-23 Rob LandleyFix bzcat.test (as noted by Andy Chu), wean tests off...
2016-03-23 Rob LandleyThe test infrastructure prints the command name now...
2016-03-22 Samuel Hollandblkid: Handle short/empty vfat labels; update tests
2016-03-21 Rob LandleyPosix requires "" to be false, and 00 should be false...
2016-03-18 Rob LandleyFix last commit (had newline before first ==> name...
2016-03-17 Andy ChuRemove 'exit' from xargs test too.
2016-03-17 Andy ChuFix bug where all tests aren't being run with 'make...
2016-03-16 Rob LandleyMove whitespace and curly brackets around, move referen...
2016-03-16 Andy ChuFix type coercion bugs in expr.
2016-03-16 Andy ChuFix the operator precedence in expr.
2016-03-15 Rob LandleyAdd base64.test, and Izabera pointed out that -w0 shoul...
2016-03-10 Andy ChuFix segfault in sed -e 'c\'.
2016-03-03 Rob LandleyFix bzcat integer overflow reported by John Regehr.
2016-03-03 Elliott HughesFix file for Java class files, improve script detection...
2016-03-02 Rob LandleyFactor out command name at the start of test name,...
2016-03-02 Rob LandleyPrint command name at start of each test.
2016-03-02 Rob LandleySplit lsattr/chattr tests.
2016-03-02 Rob LandleyCommand name at start of each test.
2016-03-02 Rob LandleyAdd fstype test.
2016-03-02 Rob LandleyTry to consistently print command name at the start...
2016-03-02 Rob Landleysplit pgrep/pkill tests.
2016-02-19 Elliott HughesAdd xxd -p and -r.
2016-02-18 Rob LandleyThe perl build's attempt to escape spaces and such...
2016-02-17 Rob LandleyTestfile with the 3 different types of "not utf8 output...
2016-02-11 Tom Marshalltoybox: tar: Fix support for long names
2016-02-11 Tom Marshalltoybox: tar: Fix tar tests
2016-02-11 Rob LandleyAdd seq -w, suggested by izabera.
2016-02-05 Josh GaoFix segfault when `find -iname` gets no argument.
2016-02-04 Rob LandleyFix -H and -n with -ABC, and add tests.
2016-01-31 Rob LandleyMore testsuite tweaks.
2016-01-31 Rob Landleychmod.test had umask assumptions which broke, so set...
2016-01-31 Rob LandleyFix broken test in cat.test.
2016-01-31 Rob LandleyFix blkid typo (label wasn't detected in murderfs).
2016-01-31 Rob LandleyTweak to "find" tests.
2016-01-31 Rob LandleyAdd grep -B -C
2016-01-31 Rob LandleyAdd grep -A
2016-01-21 Rob LandleyAdd a sed test from the posix mailing list.
2016-01-15 Rob LandleyMore utf8 test files.
2016-01-15 Rob LandleyFix sort -f, add tests, make TEST_HOST pass new tests.
2016-01-06 Rob LandleySome utf8/unicode stress test files.
2015-12-06 Gilad ArnoldEnable matching any perm bits.
2015-12-04 Rob LandleyTom Marshall reported that blkid was handling ext2...
2015-12-04 Rob LandleyReplace duplicate sed test with case we hadn't covered...
2015-11-19 Elliott HughesFix find -perm.
2015-11-13 Elliott HughesFix year parsing in date(1).
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 ...
next