This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Disable failing tests because of missing DWARF sections
ClosedPublic

Authored by Jake-Egan on Nov 28 2021, 5:54 PM.

Details

Summary

The following tests are failing due to missing DWARF sections: DwarfAccelNamesSection and DwarfAddrSection. This patch sets these tests as XFAIL until the sections can be implemented for AIX.

Diff Detail

Event Timeline

Jake-Egan requested review of this revision.Nov 28 2021, 5:54 PM
Jake-Egan created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2021, 5:54 PM
Jake-Egan edited the summary of this revision. (Show Details)Nov 28 2021, 5:55 PM
Jake-Egan added a reviewer: shchenz.

Could you add a bit more detail about what DWARF sections are missing? Is this a missing feature for AIX DWARF that will be fixed in the future? (perhaps a FIXME/pointer to a bug/etc would be suitable as a comment, then)

Jake-Egan updated this revision to Diff 392401.Dec 7 2021, 7:53 AM

I updated the patch to add FIXME and added more detail to the description.

Jake-Egan edited the summary of this revision. (Show Details)Dec 7 2021, 7:54 AM
dblaikie accepted this revision.Dec 7 2021, 10:23 AM

Sounds OK

This revision is now accepted and ready to land.Dec 7 2021, 10:23 AM