Page MenuHomeFreeBSD

D54675.1789269561.diff
No OneTemporary

Size
556 B
Referenced Files
None
Subscribers
None

D54675.1789269561.diff

diff --git a/lib/libexecinfo/tests/sigtramp_test.c b/lib/libexecinfo/tests/sigtramp_test.c
--- a/lib/libexecinfo/tests/sigtramp_test.c
+++ b/lib/libexecinfo/tests/sigtramp_test.c
@@ -45,6 +45,14 @@
ATF_TC_WITHOUT_HEAD(test_backtrace_sigtramp);
ATF_TC_BODY(test_backtrace_sigtramp, tc)
{
+#if defined(__aarch64__)
+ /*
+ * 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");
+#endif
+
struct sigaction act;
pid_t child;
int status;

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 13, 3:19 AM (8 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29566442
Default Alt Text
D54675.1789269561.diff (556 B)

Event Timeline