Age | Commit message (Expand) | Author |
2017-10-31 | Only show LABEL= when there is one. | Rob Landley |
2017-10-22 | Insmod dummy for ifconfig tests, and "pointopoint" only has two t's. | Rob Landley |
2017-09-09 | Redo/add seq precision logic. | Rob Landley |
2017-09-06 | Tighten up wc -m tests (which no longer depend on $LANG). | Rob Landley |
2017-08-23 | Fix iconv build and add trivial test. | Elliott Hughes |
2017-08-04 | Don't unnecessarily use printf in wc.test when echo will do. | Elliott Hughes |
2017-07-25 | Test that our rm -rf can zap chmod 000 directories. (Skip test on host | Rob Landley |
2017-07-23 | Add basic env.test | Rob Landley |
2017-07-07 | Posix says strings should only output hits that end with NUL or newline. | Rob Landley |
2017-07-07 | strings -t oxd tests | Ilya Kuzmich |
2017-07-07 | Fix dd tests so TEST_HOST passes. (Ubuntu's dd doesn't support hex values | Rob Landley |
2017-07-02 | strings tests and bugfixes | Ilya Kuzmich |
2017-06-27 | teach head -c | Ilya Kuzmich |
2017-05-28 | teach head -v and -q | Ilya Kuzmich |
2017-05-19 | Add bzip2 support to tar. | Elliott Hughes |
2017-05-19 | Implement date %N, loosely inspired by Elliott Hughes's patch. | Rob Landley |
2017-05-11 | Switch to testcmd and add "-e all but \c" test. | Rob Landley |
2017-05-11 | Make fewer assumptions about the shell in echo.test. | Elliott Hughes |
2017-04-26 | Elliott wants to run the toybox tests on android host and there's an sh but | Rob Landley |
2017-04-25 | Forgot to check in one of the files for bzcat.test | Rob Landley |
2017-04-17 | Use $(( rather than $[ for arithmetic in expand.test. | Elliott Hughes |
2017-04-17 | Make ls.test work without awk. | Elliott Hughes |
2017-04-15 | Speed up tail.test for shells without builtin printf. | Elliott Hughes |
2017-04-11 | Fix "make test_split". | Elliott Hughes |
2017-04-11 | Fix touch -a/-m (and add the missing tests). | Elliott Hughes |
2017-04-10 | Add "uudecode -o -" support. | Elliott Hughes |
2017-04-07 | Make renice.test work without awk. | Elliott Hughes |
2017-04-07 | Remove mount.test awk dependency. | Elliott Hughes |
2017-04-07 | Make pgrep tests runnable on toybox-only systems. | Elliott Hughes |
2017-04-07 | Make pkill tests runnable on a toybox-only system. | Elliott Hughes |
2017-04-07 | Make bzcat tests runnable on a toybox-only system. | Elliott Hughes |
2017-04-04 | Add "testcmd" function as an alternative to "testing" for tests/*.test, and | Rob Landley |
2017-04-03 | Fix ls -a and ls -A tests. | Elliott Hughes |
2017-03-28 | New date range tests are simple, won't catch Feb 29 in non-leap-year | Rob Landley |
2017-03-22 | Implement uptime -s. | Elliott Hughes |
2017-03-20 | Paste bugfix, more tests. | Rob Landley |
2017-03-20 | Rewrite paste so it actually works. | Rob Landley |
2017-01-09 | More pending shell tests. | Rob Landley |
2016-12-25 | Add test for last sort commit. | Rob Landley |
2016-10-20 | Add special "touch -" behavior and require an argument. | Rob Landley |
2016-10-19 | More touch tests, and a fix found by one. (The three -t formats can only | Rob Landley |
2016-10-18 | Add a printf test that shows a bug. | Rob Landley |
2016-10-18 | Unify touch -t and -d handling, allow posix's underspecified "time designator" | Rob Landley |
2016-10-17 | A few more sed tests. | Rob Landley |
2016-09-13 | Add -h and -L to file. | Elliott Hughes |
2016-09-06 | Teach sed s/// how to handle [:space:] type sequences. | Rob Landley |
2016-09-05 | Fluff up cmp tests. | Rob Landley |
2016-08-06 | Inline setup_inout(), test ftruncate() return value, move gettimeofday() before | Rob Landley |
2016-07-23 | Many failing tests I need to fix grep to pass while adding --color. | Rob Landley |
2016-07-21 | Common test infrastructure says command name, don't have sed.tests say 'sed sed' | Rob Landley |