From owner-cvs-src@FreeBSD.ORG Sat Jun 21 19:11:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1013106573A; Sat, 21 Jun 2008 19:11:55 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6E108FC18; Sat, 21 Jun 2008 19:11:55 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5LJBtYS088047; Sat, 21 Jun 2008 19:11:55 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5LJBtFL088046; Sat, 21 Jun 2008 19:11:55 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200806211911.m5LJBtFL088046@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Sat, 21 Jun 2008 19:11:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_read_format_isorr_bz2.c test_read_format_isorr_bz2.iso.bz2.uu X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 19:11:55 -0000 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)