This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Add tests for TypeSystemMap::GetTypeSystemForLanguage
ClosedPublic

Authored by teemperor on Aug 16 2021, 4:48 AM.

Diff Detail

Event Timeline

teemperor created this revision.Aug 16 2021, 4:48 AM
teemperor requested review of this revision.Aug 16 2021, 4:48 AM

FWIW, this is only really useful if we had a noasserts bot but this should still at least show up in release testing with that.

mib added a comment.Aug 16 2021, 5:51 AM

This looks good. Should we also add some positive test cases ?

This looks good. Should we also add some positive test cases ?

Jepp, I'm just adding the tests that are relevant regression tests for the linked bugfix. The others I'll do when I find the time to write them :)

mib accepted this revision.Aug 16 2021, 6:00 AM
This revision is now accepted and ready to land.Aug 16 2021, 6:00 AM
mib added a comment.Aug 16 2021, 6:01 AM

Sounds good, thank you!

This revision was landed with ongoing or failed builds.Aug 16 2021, 9:00 AM
This revision was automatically updated to reflect the committed changes.