Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141964032
D54675.id169541.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
436 B
Referenced Files
None
Subscribers
None
D54675.id169541.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,10 @@
ATF_TC_WITHOUT_HEAD(test_backtrace_sigtramp);
ATF_TC_BODY(test_backtrace_sigtramp, tc)
{
+#ifdef __aarch64__
+ atf_tc_skip("Waiting on https://reviews.llvm.org/D155066");
+#endif
+
struct sigaction act;
pid_t child;
int status;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 6:21 AM (23 m, 5 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27637164
Default Alt Text
D54675.id169541.diff (436 B)
Attached To
Mode
D54675: libexecinfo: tests: Expect failure on aarch64
Attached
Detach File
Event Timeline
Log In to Comment