Page MenuHomeFreeBSD

libexecinfo: tests: Expect failure on aarch64
ClosedPublic

Authored by jlduran on Mon, Jan 12, 8:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 20, 2:27 AM
Unknown Object (File)
Mon, Jan 19, 2:06 PM
Unknown Object (File)
Sun, Jan 18, 12:34 PM
Unknown Object (File)
Sat, Jan 17, 8:10 AM
Unknown Object (File)
Sat, Jan 17, 5:03 AM
Unknown Object (File)
Thu, Jan 15, 6:30 AM
Unknown Object (File)
Thu, Jan 15, 1:06 AM
Unknown Object (File)
Thu, Jan 15, 12:32 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 69835
Build 66718: arc lint + arc unit

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.Wed, Jan 14, 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.