[libcxx-commits] [PATCH] D149078: [AIX] Adjust support of format function tests

Jake Egan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 1 07:11:03 PDT 2023


Jake-Egan added a comment.

> Since I don't have access to a system with a 16-bit wchar_t it would be great if you could look at fixing the tests too.

@mordante The test fails at the `assert(false);` line after calling `test_ill_formed_utf16()`. I haven't looked into the test in depth, so forgive me if it's obvious, but the other functions `test_ill_formed_utf8()` and `test_ill_formed_utf32()` don't assert false, so it looks like this was a mistake.


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

https://reviews.llvm.org/D149078



More information about the libcxx-commits mailing list