summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-08-17 23:19:36 +0000
committeremaste <emaste@FreeBSD.org>2015-08-17 23:19:36 +0000
commit8d027aaaef93a28711fe000da87a23c1c149badb (patch)
treebdcd4a8b4a519d190b492b9c00cb6bc93add9096 /lib/libutil
parentfcf4dee5b20c599b8dbbdde2bc8ac60c6567637c (diff)
downloadFreeBSD-src-8d027aaaef93a28711fe000da87a23c1c149badb.zip
FreeBSD-src-8d027aaaef93a28711fe000da87a23c1c149badb.tar.gz
On arm64 disable three tests that hang or panic
Each issue has a PR open to track. This workaround allows us to run the tests to investigate the failures and avoid any new regressions. PR: 202304, 202305, 202307 Reviewed by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3378
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/tests/Makefile b/lib/libutil/tests/Makefile
index 36eb2ae..4a675b0 100644
--- a/lib/libutil/tests/Makefile
+++ b/lib/libutil/tests/Makefile
@@ -5,7 +5,9 @@ TESTSDIR= ${TESTSBASE}/lib/libutil
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
OpenPOWER on IntegriCloud