svn commit: r304874 - head/lib/libarchive/tests

Martin Matuska mm at FreeBSD.org
Sat Aug 27 00:47:49 UTC 2016


Author: mm
Date: Sat Aug 27 00:47:47 2016
New Revision: 304874
URL: https://svnweb.freebsd.org/changeset/base/304874

Log:
  Temporarily disable two libarchive tests that have not yet been fixed by
  vendor. Tests will be re-enabled after a fix has been merged.
  
  MFC after:	3 days

Modified:
  head/lib/libarchive/tests/Makefile

Modified: head/lib/libarchive/tests/Makefile
==============================================================================
--- head/lib/libarchive/tests/Makefile	Sat Aug 27 00:13:41 2016	(r304873)
+++ head/lib/libarchive/tests/Makefile	Sat Aug 27 00:47:47 2016	(r304874)
@@ -211,8 +211,6 @@ TESTS_SRCS= \
 	test_write_disk_perms.c			\
 	test_write_disk_secure.c		\
 	test_write_disk_secure744.c		\
-	test_write_disk_secure745.c		\
-	test_write_disk_secure746.c		\
 	test_write_disk_sparse.c		\
 	test_write_disk_symlink.c		\
 	test_write_disk_times.c			\


More information about the svn-src-all mailing list