[libcxx-commits] [PATCH] D111138: [libcxx][pretty printers] Correct locale for u16/u32 string tests

Leonard Chan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 7 13:24:16 PDT 2021


leonardchan added a comment.

Hi again! I'm actually hitting the same failures locally again now that `u16string_test` was added:

  FAIL: Something is wrong in the test framework.
  Converting character sets: Invalid argument.
  FAIL: Something is wrong in the test framework.
  Converting character sets: Invalid argument.
  FAIL: Something is wrong in the test framework.
  Converting character sets: Invalid argument.
  FAIL: Something is wrong in the test framework.
  Converting character sets: Invalid argument.

Is there anything else I can help do/provide to debug this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111138



More information about the libcxx-commits mailing list