From: Martin Matuska Date: Mon, 14 Jan 2019 14:59:53 +0000 (+0100) Subject: Skip test_compat_pax_libarchive_2x on FreeBSD for now. X-Git-Tag: v3.4.0~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad6b013758cb08c9294674181ef1a84b09e1fae;p=thirdparty%2Flibarchive.git Skip test_compat_pax_libarchive_2x on FreeBSD for now. It is reportedly broken on all recent releases since 2015. --- diff --git a/libarchive/test/test_compat_pax_libarchive_2x.c b/libarchive/test/test_compat_pax_libarchive_2x.c index 4830d9e43..c7165f3c5 100644 --- a/libarchive/test/test_compat_pax_libarchive_2x.c +++ b/libarchive/test/test_compat_pax_libarchive_2x.c @@ -44,6 +44,8 @@ DEFINE_TEST(test_compat_pax_libarchive_2x) || defined(__STDC_ISO_10646__) || defined(__APPLE__) skipping("This test only for the platform the WCS of which is " "not Unicode."); +#elif defined(__FreeBSD__) + skipping("This test is broken on newer FreeBSD versions"); #else struct archive *a; struct archive_entry *ae;