OSDN Git Service

Twitter's code of conduct page went down, so mirror the old archive.org version.
[android-x86/external-toybox.git] / tests /
2017-05-28 Ilya Kuzmichteach head -v and -q
2017-05-19 Elliott HughesAdd bzip2 support to tar.
2017-05-19 Rob LandleyImplement date %N, loosely inspired by Elliott Hughes...
2017-05-11 Rob LandleySwitch to testcmd and add "-e all but \c" test.
2017-05-11 Elliott HughesMake fewer assumptions about the shell in echo.test.
2017-04-26 Rob LandleyElliott wants to run the toybox tests on android host...
2017-04-25 Rob LandleyForgot to check in one of the files for bzcat.test
2017-04-17 Elliott HughesUse $(( rather than $[ for arithmetic in expand.test.
2017-04-17 Elliott HughesMake ls.test work without awk.
2017-04-16 Elliott HughesSpeed up tail.test for shells without builtin printf.
2017-04-11 Elliott HughesFix "make test_split".
2017-04-11 Elliott HughesFix touch -a/-m (and add the missing tests).
2017-04-10 Elliott HughesAdd "uudecode -o -" support.
2017-04-07 Elliott HughesMake renice.test work without awk.
2017-04-07 Elliott HughesRemove mount.test awk dependency.
2017-04-07 Elliott HughesMake pgrep tests runnable on toybox-only systems.
2017-04-07 Elliott HughesMake pkill tests runnable on a toybox-only system.
2017-04-07 Elliott HughesMake bzcat tests runnable on a toybox-only system.
2017-04-04 Rob LandleyAdd "testcmd" function as an alternative to "testing...
2017-04-03 Elliott HughesFix ls -a and ls -A tests.
2017-03-29 Rob LandleyNew date range tests are simple, won't catch Feb 29...
2017-03-22 Elliott HughesImplement uptime -s.
2017-03-20 Rob LandleyPaste bugfix, more tests.
2017-03-20 Rob LandleyRewrite paste so it actually works.
2017-01-10 Rob LandleyMore pending shell tests.
2016-12-26 Rob LandleyAdd test for last sort commit.
2016-10-20 Rob LandleyAdd special "touch -" behavior and require an argument.
2016-10-20 Rob LandleyMore touch tests, and a fix found by one. (The three...
2016-10-18 Rob LandleyAdd a printf test that shows a bug.
2016-10-18 Rob LandleyUnify touch -t and -d handling, allow posix's underspec...
2016-10-18 Rob LandleyA few more sed tests.
2016-09-13 Elliott HughesAdd -h and -L to file.
2016-09-06 Rob LandleyTeach sed s/// how to handle [:space:] type sequences.
2016-09-05 Rob LandleyFluff up cmp tests.
2016-08-07 Rob LandleyInline setup_inout(), test ftruncate() return value...
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.
next