]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Skip test_compat_pax_libarchive_2x on FreeBSD for now.
authorMartin Matuska <martin@matuska.org>
Mon, 14 Jan 2019 14:59:53 +0000 (15:59 +0100)
committerMartin Matuska <martin@matuska.org>
Mon, 14 Jan 2019 14:59:53 +0000 (15:59 +0100)
It is reportedly broken on all recent releases since 2015.

libarchive/test/test_compat_pax_libarchive_2x.c

index 4830d9e43a177153cf9a51ae014be0132abc4260..c7165f3c5d83b78c03e6aeae1072be740ae5431e 100644 (file)
@@ -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;