Issue 159836
Summary [libc++] Create a custom locale for testing purposes
Labels libc++, locale
Assignees
Reporter ldionne
    Instead of using various system-provided locales to do our localization tests, we could generate a locale of our own that we control and test using that. That would greatly simplify our localization tests and would make them more robust and portable.

If we do that, we could also re-introduce some removed coverage for collated characters and equivalence classes in https://github.com/llvm/llvm-project/pull/159590.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to