[Lldb-commits] [PATCH] D53989: Fix formatting of wchar, char16, and char32

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 1 12:17:29 PDT 2018


jingham added a comment.

There were a bunch of other tests testing wchar_t handling, all in:

lang/cpp/wchar_t

as well as some tests in:

functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py

Those tests weren't failed (except for the latter test, and that only for android/gmodules.  Do you know why those tests were passing when the functionality was broken?  Maybe they need fixing to be more accurate?


https://reviews.llvm.org/D53989





More information about the lldb-commits mailing list