Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-03 | chmod testsuite and link testsuite. | Divya Kothari | |
Chmod ? In this testsuite after change file mode bits, we are comparing file mode with expected ones. One additional "." is coming with modes (actual result). That?s why test cases are getting failed. This patch will remove additional "." from actual result. Link ? Added more test cases. | |||
2014-08-30 | Add VERBOSE=fail to "make tests", based on suggestion from Johan Bergstr?m. | Rob Landley | |
2014-08-01 | Add factor. | Rob Landley | |
I was reading http://www.muppetlabs.com/~breadbox/txt/rsa.html and it mentioned "factor" and I noticed it was in coreutils. I'm not sure why it's in coreutils, but it's pretty trivial, so... | |||
2014-07-14 | Implement -HL for cp. | Rob Landley | |
2014-07-04 | Cut down from 1000+ file attribute tests to a more manageable number. | Rob Landley | |
2014-07-04 | I have developed few testsuites for toybox commands - | Divya Kothari | |
1. lsattr/chattr 2. mount 3. chmod 4. pgrep/pkill 5. groupadd 6. groupdel 7. useradd | |||
2014-06-26 | I have developed few testsuite for toybox commands - ls, ln, rm, mv, printf, ↵ | Divya Kothari | |
dd, renice. | |||
2014-06-01 | The tests for link and du are attached. | Isaac Dunham | |
2014-06-01 | cpio: archive more files | Isaac Dunham | |
While writing tests for cpio, I found that cpio tries to open empty files if they're regular files, and fails to archive them if unreadable. This can be easily avoided, and is not the usual behavior. | |||
2014-03-11 | Factor out mkpathat. | Rob Landley | |
2013-12-23 | Clean up half-finished blkid.test. | Rob Landley | |
2013-12-18 | Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite ↵ | Rob Landley | |
entries. | |||
2013-11-18 | Add test suite for blkid and clean up an editorial comment that shouldn't ↵0.4.7 | Rob Landley | |
have been checked in. | |||
2013-11-10 | Filesystem images for testing blkid, from Bradley Conroy. | Rob Landley | |
2013-10-27 | Promote nl from pending to posix, and add tests. | Rob Landley | |
2013-09-10 | First pass of cut cleanup, and make test script slightly happier with the ↵ | Rob Landley | |
concept of 80 character lines. | |||
2013-09-09 | Adjust patch to use dlist_pop() | Rob Landley | |
2013-09-09 | Redo tail closer to the original design. Add more tests for large data sets. ↵ | Rob Landley | |
(Still no -f support yet.) | |||
2013-09-05 | Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. | Rob Landley | |
2013-08-19 | Finish grep rewrite and fleshing out test suite. Several of the grep tests ↵ | Rob Landley | |
fail with the ubuntu version, I _think_ these are upstream bugs? (Second opinions welcome...) | |||
2013-08-17 | cut tests from Kyungwan Han. | Rob Landley | |
2013-08-12 | More grep tests, remove obsolete comment. | Rob Landley | |
2013-08-11 | More grep tests. | Rob Landley | |
2013-08-04 | Fluff out grep test suite some more, including lots of things we don't pass yet. | Rob Landley | |
2013-08-01 | Clean up grep.test to use "infile" properly, and not try to work around the ↵ | Rob Landley | |
$PATH behavior of scripts/test.sh. Tested with both TEST_HOST=1 and normal. | |||
2013-08-01 | I add testsuite for grep. | Ashwini Sharma | |
It can test grep's option basically and I think it can help to check progress of development. | |||
2013-07-19 | Implement test | Felix Janda | |
2013-06-16 | Test cases for split. | Rob Landley | |
2013-06-16 | Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham. | Rob Landley | |
2013-06-05 | Start of expr, by Daniel Verkamp. | Rob Landley | |
2013-05-27 | Tests for touch (needs more work). | Rob Landley | |
2013-05-27 | Tests for losetup. | Rob Landley | |
2013-04-14 | Add tests for find's expression parsing | Felix Janda | |
2013-03-28 | Change uuencode test to match what other uuencode implementations actually ↵ | Rob Landley | |
produce. | |||
2013-03-27 | Incremental cleanup of uudecode. | Rob Landley | |
2013-03-27 | uudecode test should just call "uudecode" (not multiplexer via a path), and ↵ | Rob Landley | |
first test shouldn't succeed if toybox isn't even there. | |||
2013-03-22 | uuencode/decode tests and tweaks from Erich Plondke. | Rob Landley | |
2013-02-04 | Tweak cmp test to be a little more deterministic. | Rob Landley | |
2013-01-17 | Switch readlink on by default, and fill out readlink.test. | Rob Landley | |
2013-01-05 | Use basename() where appropriate. | Rob Landley | |
2012-12-28 | Add some tests for pwd. | Felix Janda | |
2012-12-27 | Add tests to mkfifo based on tests for mkdir. | Felix Janda | |
2012-12-23 | Add some tests for mkdir | Felix Janda | |
2012-12-16 | Extend seq to support -f (format string) and -s (string separator) as ↵ | Elie De Brauwer | |
requested by LSB | |||
2012-12-22 | Fix tac to handle the "abc\ndef" case properly | Elie De Brauwer | |
2012-12-16 | Adding implementation of rev including tests | Elie De Brauwer | |
2012-12-15 | Adding tests for tac based on cat tests | Elie De Brauwer | |
2012-12-09 | Set executable bits on two test scripts. | Rob Landley | |
2012-12-08 | Adding sha1sum tests based on RFC 3174 | Elie De Brauwer | |
2012-12-08 | Adding tests for cat | Elie De Brauwer | |