[all-commits] [llvm/llvm-project] 9ac988: [libcxx] Make the GDB pretty printer test less strict

Petr Hosek via All-commits all-commits at lists.llvm.org
Thu Apr 15 23:34:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ac988f6a80aa1dd25594a8b4c86c0380ac99466
      https://github.com/llvm/llvm-project/commit/9ac988f6a80aa1dd25594a8b4c86c0380ac99466
  Author: Petr Hosek <phosek at google.com>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

  Changed paths:
    M libcxx/test/libcxx/gdb/gdb_pretty_printer_test.py

  Log Message:
  -----------
  [libcxx] Make the GDB pretty printer test less strict

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.

Differential Revision: https://reviews.llvm.org/D99532




More information about the All-commits mailing list