[libcxx-commits] [PATCH] D128087: [libc++][lit][AIX] Port tests for getting time to AIX

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 17 12:31:12 PDT 2022


Mordante added a comment.

Thanks for working on this!



================
Comment at: libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp:187
+        const char in[] = "2061" "\xE5\xB9\xB4" "12" "\xE6\x9C\x88" "31"
+                          "\xE6\x97\xA5";
 #else
----------------
Is it not possible to add a time here? If it's not possible please add a comment to clarify it's not possible to set a time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128087



More information about the libcxx-commits mailing list