This is an archive of the discontinued LLVM Phabricator instance.

[lldb][test] Skip *-dbg-info-content API tests
ClosedPublic

Authored by Michael137 on Aug 1 2023, 2:15 PM.

Details

Summary

These tests started failing on the public build-bots recently
with following error:

AssertionError: 'error: Couldn't lookup symbols:
  __ZNSt3__122__libcpp_verbose_abortEPKcz
' is not success

We've seen this previously when the SDKs we used to compile the
std module differ from the test program. (see D146714, rdar://107052293, D139361, rdar://102427461)

Skip these tests on older MacOS versions for now.

This is possibly related to the recent std module changes in D144322.

Diff Detail

Event Timeline

Michael137 created this revision.Aug 1 2023, 2:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2023, 2:15 PM
Michael137 requested review of this revision.Aug 1 2023, 2:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2023, 2:15 PM
Michael137 edited the summary of this revision. (Show Details)Aug 1 2023, 2:19 PM
Michael137 updated this revision to Diff 546226.Aug 1 2023, 2:24 PM
  • Amend commit message
aprantl accepted this revision.Aug 1 2023, 2:41 PM
This revision is now accepted and ready to land.Aug 1 2023, 2:41 PM
This revision was automatically updated to reflect the committed changes.