This is a workaround for PR48937. GDB can sometimes print additional
warnings which currently fails the test. Use re.search instead of
re.match to ignore this additional output.
Details
Details
- Reviewers
curdeius saugustine ldionne - Group Reviewers
Restricted Project - Commits
- rG9ac988f6a80a: [libcxx] Make the GDB pretty printer test less strict
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think it'd be better to actually address the RTTI issue in PR48937, but this can be used as a temporary workaround.