aboutsummaryrefslogtreecommitdiff
path: root/lib/libexecinfo
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libexecinfo')
-rw-r--r--lib/libexecinfo/tests/sigtramp_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libexecinfo/tests/sigtramp_test.c b/lib/libexecinfo/tests/sigtramp_test.c
index 5dead9a4146b..b440781aa857 100644
--- a/lib/libexecinfo/tests/sigtramp_test.c
+++ b/lib/libexecinfo/tests/sigtramp_test.c
@@ -45,12 +45,12 @@ handler(int signum __unused)
ATF_TC_WITHOUT_HEAD(test_backtrace_sigtramp);
ATF_TC_BODY(test_backtrace_sigtramp, tc)
{
-#if defined(__aarch64__)
+#if !defined(__amd64__)
/*
* https://reviews.llvm.org is deprecated and
* this review is never going to be updated or completed
*/
- atf_tc_expect_fail("https://reviews.llvm.org/D155066");
+ atf_tc_expect_fail("https://reviews.llvm.org/D155066 and https://bugs.freebsd.org/289096");
#endif
struct sigaction act;