Date: Wed, 17 Aug 2016 07:50:25 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 211874] Some lib/libarchive tests fail after ^/head@r304075 Message-ID: <bug-211874-32464-FgNMeaI4Pa@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211874-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-211874-32464@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211874 --- Comment #2 from Ngie Cooper <ngie@FreeBSD.org> --- Here are the failures for test_read_format_zip_high_compression.c: test_read_format_zip_high_compression /usr/src/svn/contrib/libarchive/libarchive/test/test_read_format_zip_high_compression.c:65: ARCHIVE_OK != archive_read_data_block(a, &pv, &s, &o) ARCHIVE_OK=0 (0x0, 00) archive_read_data_block(a, &pv, &s, &o)=-30 (0xffffffffffffffe2, 01777777777777777777742) /usr/src/svn/contrib/libarchive/libarchive/test/test_read_format_zip_high_compression.c:66: 160 != s 160=160 (0xa0, 0240) s=0 (0x0, 00) /usr/src/svn/contrib/libarchive/libarchive/test/test_read_format_zip_high_compression.c:69: ARCHIVE_EOF != archive_read_data_block(a, &pv, &s, &o) ARCHIVE_EOF=1 (0x1, 01) archive_read_data_block(a, &pv, &s, &o)=-30 (0xffffffffffffffe2, 01777777777777777777742) -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211874-32464-FgNMeaI4Pa>
