[libcxx-commits] [libcxx] 5fbe9e4 - Revert "[libcxx] Run u16string tests for gdb pretty printers"
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 1 02:46:59 PDT 2021
Author: David Spickett
Date: 2021-10-01T09:45:14Z
New Revision: 5fbe9e40d1d1601119e72418eb797e5a216a1335
URL: https://github.com/llvm/llvm-project/commit/5fbe9e40d1d1601119e72418eb797e5a216a1335
DIFF: https://github.com/llvm/llvm-project/commit/5fbe9e40d1d1601119e72418eb797e5a216a1335.diff
LOG: Revert "[libcxx] Run u16string tests for gdb pretty printers"
This reverts commit e9564c3698edffc64439a8f957c7c28b19214613
due to a report of these tests failing.
Added:
Modified:
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
index ffbea1ad0d745..890d6fc1705b6 100644
--- a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
+++ b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
@@ -659,7 +659,6 @@ int main(int, char**) {
string_test();
a_namespace::string_view_test();
- u16string_test();
u32string_test();
tuple_test();
unique_ptr_test();
More information about the libcxx-commits
mailing list