This is an archive of the discontinued LLVM Phabricator instance.

[lldb/testsuite] XFail TestBuiltinTrap.py not only on linux
ClosedPublic

Authored by friss on Mar 18 2020, 9:25 PM.

Details

Summary

TestBuiltinTrap fail on darwin embedded because the __builin_trap
builtin doesn't get any line info attached to it by clang when
building for arm64.

The test was already XFailed for linux arm(64), I presume for the same
reasons. This patch just XFails it independently of the platform.

Diff Detail

Event Timeline

friss created this revision.Mar 18 2020, 9:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2020, 9:25 PM
labath accepted this revision.Mar 19 2020, 1:03 AM
labath added a reviewer: omjavaid.

I don't currently have arm hardware to try this on, but it sounds like a safe assumption.

This revision is now accepted and ready to land.Mar 19 2020, 1:03 AM
This revision was automatically updated to reflect the committed changes.