search for: collate_bynam

Displaying 2 results from an estimated 2 matches for "collate_bynam".

Did you mean: collate_byname
2016 Jul 11
2
LibC++ failure on ARM
...t both slaves have the same error that wasn't there before: ******************** TEST 'libc++ :: std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp' FAILED Exit Code: -6 Standard Error: -- terminating with uncaught exception of type std::runtime_error: collate_byname<char>::collate_byname failed to construct for -- Compiled test failed unexpectedly! ******************** This is the patch that changed the configuration: http://llvm.org/viewvc/llvm-project?view=revision&revision=274747 and the only thing I can think could have caused it is the chang...
2015 Sep 07
4
LibC++ tests in tree
...m seeing two class of errors: 1. -lrt is used, but there is no such "librt.a" in the path. Results are that some symbols are not found, or that the DSO object wasn't. Adding a symlink in build/lib/librt.a to build/clang/3.8.0/lib/linux/libclang_rt.builtins-aarch64.a worked. 2. "collate_byname failed to construct for en_US.UTF-8". My box is setup with locale as "en_GB.UTF-8" but it also has "en_US". Changing the locale of the machine to "en_US" didn't help either. There are other locale tests ("fr_FR") that get disabled if you don't h...