This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Skip tests incompatible with older versions of Clang
ClosedPublic

Authored by fdeazeve on Sep 26 2022, 7:27 AM.

Details

Summary

The coroutine tests require a standard library implementation of
coroutines, which was only made available some time _after_ Clang 13.
The first such Clang tested by the LLDB matrix bot is 15.0.1

The TestObjCExceptions test forces the use of the system's libcxx. For
the lldb matrix bot, the first Clang version compatible with the bot's
libraries is 13.0.

Diff Detail

Event Timeline

fdeazeve created this revision.Sep 26 2022, 7:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 26 2022, 7:27 AM
fdeazeve requested review of this revision.Sep 26 2022, 7:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 26 2022, 7:27 AM
aprantl accepted this revision.Sep 26 2022, 8:47 AM
This revision is now accepted and ready to land.Sep 26 2022, 8:47 AM