summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests
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/libc/tests
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/libc/tests')
-rw-r--r--lib/libc/tests/sys/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/tests/sys/Makefile b/lib/libc/tests/sys/Makefile
index 89431bc..7ecf1d6 100644
--- a/lib/libc/tests/sys/Makefile
+++ b/lib/libc/tests/sys/Makefile
@@ -25,7 +25,10 @@ NETBSD_ATF_TESTS_C+= kevent_test
NETBSD_ATF_TESTS_C+= kill_test
NETBSD_ATF_TESTS_C+= link_test
NETBSD_ATF_TESTS_C+= listen_test
+# On arm64 triggers panic ARM64TODO: pmap_mincore (PR202307).
+.if ${MACHINE_CPUARCH} != "aarch64"
NETBSD_ATF_TESTS_C+= mincore_test
+.endif
NETBSD_ATF_TESTS_C+= mkdir_test
NETBSD_ATF_TESTS_C+= mkfifo_test
NETBSD_ATF_TESTS_C+= mknod_test
OpenPOWER on IntegriCloud