Date: Sat, 21 Jun 2008 19:11:51 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive/test test_read_format_isorr_bz2.c test_read_format_isorr_bz2.iso.bz2.uu Message-ID: <200806211911.m5LJBtFL088046@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-06-21 19:11:51 UTC FreeBSD src repository Modified files: lib/libarchive/test test_read_format_isorr_bz2.c Added files: lib/libarchive/test test_read_format_isorr_bz2.iso.bz2.uu Log: SVN rev 179916 on 2008-06-21 19:11:51Z by kientzle Refactor one of the ISO extraction tests: Move the reference file into a separate file (instead of embedding it in the C code) and use later timestamps (timestamps too close to the Epoch fail predictably on systems that lack timegm(), whose mktime() doesn't support dates before the Epoch and which are running in timezones with negative offsets from GMT). The goal here is to test the ISO extraction, not the local platform's time support. Revision Changes Path 1.4 +52 -94 src/lib/libarchive/test/test_read_format_isorr_bz2.c 1.1 +24 -0 src/lib/libarchive/test/test_read_format_isorr_bz2.iso.bz2.uu (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806211911.m5LJBtFL088046>