svn commit: r321201 - head/lib/libutil/tests

Ed Maste emaste at FreeBSD.org
Wed Jul 19 14:07:39 UTC 2017


Author: emaste
Date: Wed Jul 19 14:07:38 2017
New Revision: 321201
URL: https://svnweb.freebsd.org/changeset/base/321201

Log:
  enable pidfile tests on arm64
  
  Pidfile tests were disabled on arm64 (in r286863) because they hung.
  They have been fixed (r306098) and so can be enabled now.
  
  PR:		202304
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libutil/tests/Makefile

Modified: head/lib/libutil/tests/Makefile
==============================================================================
--- head/lib/libutil/tests/Makefile	Wed Jul 19 13:32:08 2017	(r321200)
+++ head/lib/libutil/tests/Makefile	Wed Jul 19 14:07:38 2017	(r321201)
@@ -3,9 +3,7 @@
 TAP_TESTS_C+=	flopen_test
 TAP_TESTS_C+=	grp_test
 TAP_TESTS_C+=	humanize_number_test
-.if ${MACHINE_CPUARCH} != "aarch64" # PR202304: pidfile_test hangs on arm64
 TAP_TESTS_C+=	pidfile_test
-.endif
 TAP_TESTS_C+=	trimdomain_test
 TAP_TESTS_C+=	trimdomain-nodomain_test
 


More information about the svn-src-head mailing list