aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-07-19 14:07:38 +0000
committerEd Maste <emaste@FreeBSD.org>2017-07-19 14:07:38 +0000
commite6db6692e56348398139bf1809feb65fccc1ca87 (patch)
treeb8ddbdecd4c2b4dd85052420f8464d3b597dfed9
parent28cd0699b6979294ee060562148fa7fc5b597938 (diff)
downloadsrc-e6db6692e56348398139bf1809feb65fccc1ca87.tar.gz
src-e6db6692e56348398139bf1809feb65fccc1ca87.zip
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
Notes
Notes: svn path=/head/; revision=321201
-rw-r--r--lib/libutil/tests/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libutil/tests/Makefile b/lib/libutil/tests/Makefile
index 632a4373645c..5414042762af 100644
--- a/lib/libutil/tests/Makefile
+++ b/lib/libutil/tests/Makefile
@@ -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