summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/test_compat_gtar.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotkientzle2009-03-031-2/+2
| | | | of work to make libarchive work on Windows.
* Once the test has failed, exit before the segfault.kientzle2008-12-171-2/+11
|
* Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests onkientzle2008-09-011-3/+3
| | | | | the particular libarchive version being tested instead of the deprecated ARCHIVE_API_VERSION and ARCHIVE_VERSION_STAMP macros.
* Portability: Eliminate the need for uudecode by incorporatingkientzle2008-03-121-2/+2
| | | | | | | | | uudecode into the main test driver and invoking it just-in-time within the various tests. Also, incorporate a number of improvements to the main test support code that have proven useful on other projects where I've used this framework.
* Extensive improvements to the libarchive_test test program thatkientzle2008-01-011-0/+110
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