This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Remove redundant XFAIL
ClosedPublic

Authored by probinson on Dec 9 2022, 11:40 AM.

Details

Summary

Part of the project to eliminate special handling for triples in lit
expressions.

Diff Detail

Event Timeline

probinson created this revision.Dec 9 2022, 11:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 11:40 AM
probinson requested review of this revision.Dec 9 2022, 11:40 AM

The combination of conditions actually looks pretty strange; XFAIL for targeting Arm Linux, yet Unsupported on linux in general.
Naively I'd have thought a test of lldb on the host should nave REQUIRES: native in which case that first XFAIL clause would just go away.

Because this is Unsupported on both Windows and Linux, I can't try it myself. Let me know how you want to handle this.

You can just delete the XFAIL line. I probably should have done that when I added UNSUPPORTED: system-linux in 1004d6e7e2eb24edc01d7e330c538ce5cb590001.

probinson updated this revision to Diff 482093.Dec 12 2022, 5:59 AM

Remove XFAIL

probinson retitled this revision from [LLDB] Convert test to use 'target=...' instead of triple check to [LLDB] Remove redundant XFAIL.Dec 12 2022, 6:18 AM
labath accepted this revision.Dec 12 2022, 6:47 AM
This revision is now accepted and ready to land.Dec 12 2022, 6:47 AM
This revision was automatically updated to reflect the committed changes.