Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162634159
D54675.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
556 B
Referenced Files
None
Subscribers
None
D54675.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 16, 7:02 AM (16 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35128080
Default Alt Text
D54675.diff (556 B)
Attached To
Mode
D54675: libexecinfo: tests: Expect failure on aarch64
Attached
Detach File
Event Timeline
Log In to Comment