[PATCH] D16408: [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.

Daniel Sanders via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 27 01:44:46 PST 2016


dsanders added a comment.

Thanks

> @dsanders: What platform are you on that doesn't have en_US.UTF-8? If your serious about testing libc++ you should install the locale. (but I understand that's not always possible).


It's Debian Jessie but it was configured for the Europe/London region during installation so I had en_GB.UTF-8 instead.

I've installed en_US.UTF-8 (and the other missing locales like ru_RU.UTF-8) on all bar one of the machines I build releases on. The last machine lacks en_US.UTF-8 (but has the others) so I can test this patch before I commit it. After the commit I'll enable it.


http://reviews.llvm.org/D16408





More information about the cfe-commits mailing list