[all-commits] [llvm/llvm-project] 0e8378: Don't fail the shared_ptr test if libc++ has insuf...

Sterling-Augustine via All-commits all-commits at lists.llvm.org
Mon Apr 26 14:20:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e8378032597bcaccb948de88e965ad75bfaeb7b
      https://github.com/llvm/llvm-project/commit/0e8378032597bcaccb948de88e965ad75bfaeb7b
  Author: Sterling Augustine <saugustine at google.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

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

  Log Message:
  -----------
  Don't fail the shared_ptr test if libc++ has insufficient debug info.

Don't fail the shared_ptr test if libc++ has insufficient debug info.

This addresses https://bugs.llvm.org/show_bug.cgi?id=48937

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


  Commit: fe1555607716899745fc53c503193fff1b7bbe15
      https://github.com/llvm/llvm-project/commit/fe1555607716899745fc53c503193fff1b7bbe15
  Author: Sterling Augustine <saugustine at google.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

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

  Log Message:
  -----------
  Support leak sanitizer in libcxx.

Support leak sanitizer in libcxx.

Simple addition for leak checking when running the libcxx testsuite.

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


Compare: https://github.com/llvm/llvm-project/compare/d3a2038955f3...fe1555607716


More information about the All-commits mailing list