[libcxx-commits] [PATCH] D124569: Re-enable libc++ gdb-pretty-printer tests for all versions of clang.

Sterling Augustine via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 21 10:40:14 PDT 2022


saugustine updated this revision to Diff 438751.
saugustine added a comment.

Rebased changes


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124569/new/

https://reviews.llvm.org/D124569

Files:
  libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp


Index: libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
===================================================================
--- libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
+++ libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
@@ -11,9 +11,6 @@
 // UNSUPPORTED: no-localization
 // UNSUPPORTED: c++03
 
-// TODO: Investigate this failure, which happens only with the Bootstrapping build.
-// UNSUPPORTED: clang-13, clang-14, clang-15
-
 // TODO: Investigate this failure on GCC 12 (in Ubuntu Jammy)
 // UNSUPPORTED: gcc-12
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124569.438751.patch
Type: text/x-patch
Size: 543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220621/8cf9d002/attachment.bin>


More information about the libcxx-commits mailing list