summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/test_entry_strmode.c
Commit message (Collapse)AuthorAgeFilesLines
* A raft of test changes and improvements from the Googlecode repository.kientzle2009-12-301-8/+8
| | | | | 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-0/+23
|
* Extensive improvements to the libarchive_test test program thatkientzle2008-01-011-0/+48
exercises and verifies the libarchive APIs: * Improved error reporting; hexdumps are now provided for many file/memory content differences. * Overall status more clearly counts "tests" and "assertions" * Reference files can now be stored on disk instead of having to be compiled into the test program itself. A couple of tests have been converted to this more natural structure. * Several memory leaks corrected so that leaks within libarchive itself can be more easily detected and diagnosed. * New test: GNU tar compatibility * New test: Zip compatibility * New test: Zero-byte writes to a compressed archive entry * New test: archive_entry_strmode() format verification * New test: mtree reader * New test: write/read of large (2G - 1TB) entries to tar archives (thanks to recent performance work, this test only requires a few seconds) * New test: detailed format verification of cpio odc and newc writers * Many minor additions/improvements to existing tests as well.
OpenPOWER on IntegriCloud