From cd1bd95d8707371da0e4f75cd01669c427466931 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 11 Oct 2021 09:29:25 +0100 Subject: [PATCH] [libcxx][pretty printers] Disable u16string tests Due to reported failures in a local build. FAIL: Something is wrong in the test framework. Converting character sets: Invalid argument. (was enabled in https://reviews.llvm.org/D111138) --- libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 39c218e..f1cbefb 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,7 @@ int main(int, char**) { string_test(); a_namespace::string_view_test(); - u16string_test(); + //u16string_test(); u32string_test(); tuple_test(); unique_ptr_test(); -- 2.7.4