android_external_toybox/tests
2016-12-25 21:22:23 -06:00
..
files Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES 2016-03-23 03:44:51 -05:00
base64.test Add base64.test, and Izabera pointed out that -w0 should disable wrapping. 2016-03-15 15:02:21 -05:00
basename.test basename: fix segfault on null input; add tests 2016-03-25 14:24:25 -05:00
blkid.test Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES 2016-03-23 03:44:51 -05:00
bzcat.test Remove inappropriate bzip tests (we're not comparing with random "host version") 2016-04-23 05:26:17 -05:00
cat.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
chattr.test Fix typo in chattr test. 2016-07-08 00:00:32 -05:00
chgrp.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
chmod.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
chown.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
cksum.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
cmp.test Fluff up cmp tests. 2016-09-05 00:32:38 -05:00
cp.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
cpio.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
cut.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
date.test Fix chattr and date tests. 2016-07-04 22:25:52 -05:00
dd.test Inline setup_inout(), test ftruncate() return value, move gettimeofday() before 2016-08-06 19:38:25 -05:00
diff.test Fix a buffer overflow in diff -r. 2016-04-14 21:30:24 -05:00
dirname.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
du.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
echo.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
expand.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
expr.test Posix requires "" to be false, and 00 should be false, and -0 should be false. 2016-03-20 20:39:27 -05:00
factor.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
file.test Add -h and -L to file. 2016-09-13 17:16:32 -05:00
find.test Fix find bug reported by Tom Marshall, add test for it, and while we're at it 2016-04-25 00:55:01 -05:00
fstype.test Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES 2016-03-23 03:44:51 -05:00
getfattr.test Add getfattr(1) and setfattr(1). 2016-07-18 14:14:22 -05:00
grep.test Many failing tests I need to fix grep to pass while adding --color. 2016-07-23 01:32:23 -05:00
groupadd.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
groupdel.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
head.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
hostname.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
ifconfig.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
link.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
ln.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
losetup.test Print command name at start of each test. 2016-03-02 15:10:24 -06:00
ls.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
lsattr.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
md5sum.test Add -c to md5sum and sha1sum. 2016-07-14 16:53:33 -05:00
mkdir.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
mkfifo.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
modinfo.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
more.test Add the non-tty more(1) test. 2016-04-23 20:40:45 -05:00
mount.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
mv.test Whitespace and comment. 2016-03-30 03:20:13 -05:00
nl.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
pgrep.test Basic success/failure return from pgrep/pkill. 2016-06-04 16:57:18 -05:00
pkill.test Basic success/failure return from pgrep/pkill. 2016-06-04 16:57:18 -05:00
printf.test Add a printf test that shows a bug. 2016-10-18 16:28:47 -05:00
pwd.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
readlink.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
renice.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
rev.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
rm.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
rmdir.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
sed.test A few more sed tests. 2016-10-17 23:52:51 -05:00
seq.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
setfattr.test Add getfattr(1) and setfattr(1). 2016-07-18 14:14:22 -05:00
sh.test Start of shell tests: $(()) and $'' expansion. 2016-04-20 01:56:10 -05:00
sha1sum.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
sort.test Add test for last sort commit. 2016-12-25 21:22:23 -06:00
split.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
tac.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
tail.test Fix tail -NUM again. 2016-04-16 20:00:46 -05:00
tar.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
test_human_readable.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
test.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
top.test "top -b -n1" should end with a newline. 2016-05-05 00:52:15 -05:00
touch.test Add special "touch -" behavior and require an argument. 2016-10-20 16:35:13 -05:00
truncate.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
useradd.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
uudecode.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
uuencode.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
wc.test Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too. 2016-06-30 10:39:41 -05:00
xargs.test Remove 'exit' from xargs test too. 2016-03-17 14:14:22 -05:00
xxd.test Implement xxd -s. 2016-07-05 17:48:17 -05:00
xzcat.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
zcat.test Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00