Page MenuHomeFreeBSD

libexecinfo: tests: Expect failure on aarch64
ClosedPublic

Authored by jlduran on Jan 12 2026, 8:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 20, 2:45 AM
Unknown Object (File)
Tue, May 19, 9:19 AM
Unknown Object (File)
Mon, May 18, 7:35 AM
Unknown Object (File)
Fri, May 15, 1:42 AM
Unknown Object (File)
Sun, May 10, 6:50 AM
Unknown Object (File)
Fri, May 8, 7:49 PM
Unknown Object (File)
Apr 28 2026, 5:36 AM
Unknown Object (File)
Apr 27 2026, 3:48 PM
Subscribers

Details

Summary

Add a guard that expects a failure of the test on aarch64.

Fixes: df1ea5887326 ("tests: Test libexecinfo backtrace call througth signal trampoline")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jlduran retitled this revision from libexecinfo: tests: Skip on aarch64 to libexecinfo: tests: Expect failure on aarch64.
jlduran edited the summary of this revision. (Show Details)
  • Do not skip, but expect fail
  • Terse message
emaste added a subscriber: arichardson.

I think it's worth adding a comment as well -- https://reviews.llvm.org is deprecated and this review is never going to be updated or completed. I'm not sure if @dchagin or @arichardson have a rebased version of it but someone will need to pick it up.

But adding the xfail is certainly good.

This revision is now accepted and ready to land.Jan 14 2026, 2:48 PM

I'll add the comment upon commit:

/* https://reviews.llvm.org is deprecated and this review is never going to be updated or completed */

Thanks.