This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Check that gdb is linked with Python 3
AbandonedPublic

Authored by pirama on Jan 19 2022, 3:46 PM.

Details

Reviewers
ldionne
DavidSpickett
Group Reviewers
Restricted Project
Summary

The tests rely on python3 so fail when run against a gdb built with
Python 2.

Diff Detail

Event Timeline

pirama created this revision.Jan 19 2022, 3:46 PM
pirama requested review of this revision.Jan 19 2022, 3:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2022, 3:46 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript

Do they still fail after rG89103bd2f06d? I was able to run ninja check-all successfully with a gdb linked against 2.7.

pirama abandoned this revision.Jan 19 2022, 4:30 PM

Do they still fail after rG89103bd2f06d? I was able to run ninja check-all successfully with a gdb linked against 2.7.

This no longer fails with your fix. Thanks @arichardson.