Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-21 | bc: remove a power test that is now an error | Gavin Howard | |
2019-04-26 | file: improve test coverage. | Elliott Hughes | |
Use a real .class file and add tests for the other formats that file(1) recognizes and we already have sample input in tests/files/. | |||
2019-04-26 | file: add test ELF binaries. | Elliott Hughes | |
We keep regressing on this, and the ELF stuff is quite complicated, so even though checking in binaries isn't my first choice, this seems like a good use of 20KiB... | |||
2019-04-04 | Add decompressed version. | Rob Landley | |
2019-02-04 | unzip tests. | Elliott Hughes | |
I'm switching to a new laptop, and found this from 2017-07. I think these are the tests used for the Android libziparchive-based unzip. They pass on the host. | |||
2018-11-17 | Update bc for 1.1 release | Gavin Howard | |
2018-08-28 | Add a test case raised on the list. | Rob Landley | |
2018-08-08 | Add bc (and its tests) to pending | Gavin Howard | |
2017-05-19 | Add bzip2 support to tar. | Elliott Hughes | |
Also trivial cleanup of pipe -> xpipe. Bug: http://b/38215123 | |||
2017-04-25 | Forgot to check in one of the files for bzcat.test | Rob Landley | |
2016-03-23 | Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES | Rob Landley | |
instead, move tests/blkid into tests/files/blkid. | |||
2016-03-03 | Fix bzcat integer overflow reported by John Regehr. | Rob Landley | |
2016-02-17 | Testfile with the 3 different types of "not utf8 output" escaped chars in it. | Rob Landley | |
2016-01-15 | More utf8 test files. | Rob Landley | |
2016-01-05 | Some utf8/unicode stress test files. | Rob Landley | |