Page MenuHomeFreeBSD

D54675.diff
No OneTemporary

D54675.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, Mar 8, 10:11 PM (16 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27653398
Default Alt Text
D54675.diff (556 B)

Event Timeline