summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/test_compat_bzip2.c
Commit message (Collapse)AuthorAgeFilesLines
* A raft of test changes and improvements from the Googlecode repository.kientzle2009-12-301-1/+4
| | | | | In particular, this includes tests for the new features I've merged over the last few days.
* Merge lots of test suite updates from libarchive.googlecode.com.kientzle2009-04-171-18/+3
|
* Merge r335,653,676 from libarchive.googlecode.com: Instead ofkientzle2009-03-071-4/+7
| | | | | | | | | conditioning tests on HAVE_ZLIB, etc, just ask libarchive for the service and handle the failure coming back from libarchive. This gives us better test coverage of common client usage where clients simply try to use libarchive services and handle the errors coming back instead of trying to second-guess which libarchive services are compiled in.
* Merge r659 from libarchive.googlecode.com: Correctly report "none"kientzle2009-03-071-0/+1
| | | | | | as the compression name when no other read filter bid. Add some assertions to various tests to verify that read filters are properly setting the textual name as well as the compression code.
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotkientzle2009-03-031-0/+4
| | | | of work to make libarchive work on Windows.
* New tests:kientzle2008-12-061-0/+89
* support for bzip2 file with multiple concatenated bzip2 streams * support for bzip2 file with junk after bzip2 stream * support for gzip file with junk after gzip stream * "fuzz" tester randomly modifies a bunch of input files in order to try to crash libarchive (this found an amusing hang in the ISO9660 code when trying to read images that advertised a zero blocksize). This test is implemented, but commented out for now: * support for gzip file with multiple concatenated gzip streams
OpenPOWER on IntegriCloud