Date: Sat, 7 Mar 2009 03:30:35 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive/test test.h test_compat_bzip2.c test_compat_gzip.c test_compat_zip.c test_fuzz.c test_read_format_cpio_bin_bz2.c test_read_format_cpio_bin_gz.c test_read_format_cpio_svr4_gzip.c test_read_format_gtar_gz.c test_read_format_iso_gz.c test_read_format_pax_bz2.c ... Message-ID: <200903070330.n273Ujg3022375@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-03-07 03:30:35 UTC
FreeBSD src repository
Modified files:
lib/libarchive/test test.h test_compat_bzip2.c
test_compat_gzip.c test_compat_zip.c
test_fuzz.c
test_read_format_cpio_bin_bz2.c
test_read_format_cpio_bin_gz.c
test_read_format_cpio_svr4_gzip.c
test_read_format_gtar_gz.c
test_read_format_iso_gz.c
test_read_format_pax_bz2.c
test_read_format_tbz.c
test_read_format_tgz.c
test_read_format_zip.c
test_write_compress_program.c
Log:
SVN rev 189482 on 2009-03-07 03:30:35Z by kientzle
Merge r335,653,676 from libarchive.googlecode.com: Instead of
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.
Revision Changes Path
1.16 +11 -0 src/lib/libarchive/test/test.h
1.4 +7 -4 src/lib/libarchive/test/test_compat_bzip2.c
1.5 +7 -4 src/lib/libarchive/test/test_compat_gzip.c
1.5 +12 -5 src/lib/libarchive/test/test_compat_zip.c
1.3 +33 -9 src/lib/libarchive/test/test_fuzz.c
1.5 +11 -5 src/lib/libarchive/test/test_read_format_cpio_bin_bz2.c
1.4 +11 -5 src/lib/libarchive/test/test_read_format_cpio_bin_gz.c
1.4 +11 -5 src/lib/libarchive/test/test_read_format_cpio_svr4_gzip.c
1.4 +11 -5 src/lib/libarchive/test/test_read_format_gtar_gz.c
1.5 +11 -5 src/lib/libarchive/test/test_read_format_iso_gz.c
1.4 +11 -5 src/lib/libarchive/test/test_read_format_pax_bz2.c
1.4 +11 -5 src/lib/libarchive/test/test_read_format_tbz.c
1.4 +11 -5 src/lib/libarchive/test/test_read_format_tgz.c
1.10 +12 -6 src/lib/libarchive/test/test_read_format_zip.c
1.6 +19 -22 src/lib/libarchive/test/test_write_compress_program.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903070330.n273Ujg3022375>
