llvm-project/libcxx/www
Howard Hinnant 4df0a6adf6 Andrew Morrow: Among the various libc++ tests that currently don't pass on Linux are
localization/locale.categories/category.collate/category.ctype/locale.ctype.byname/is_1.pass.cpp
and scan_is.pass.cpp. The tests fail when the character class being
tested is compound, like ctype_base::alnum or ctype_base::graph,
because the existing series of conditionals in do_is an do_scan_is
will abort too early. For instance, if the character class being
tested is alnum, and the character is numeric, do_is will return false
because iswalpha_l will return false, 'result' becomes false, and the
'true' result from the later call to iswdigit_l ends up being ignored
. A similar problem exists in do_scan_is.

llvm-svn: 161192
2012-08-02 18:35:07 +00:00
..
atomic_design.html Updated atomic design docs 2010-10-08 17:36:50 +00:00
atomic_design_a.html Changing <atomic> to follow Design A 2010-10-18 20:39:07 +00:00
atomic_design_b.html Updated atomic design docs 2010-10-08 17:36:50 +00:00
atomic_design_c.html Updated <atomic> docs with three design options 2010-10-06 16:15:10 +00:00
content.css add css files, also, test commit. 2010-05-11 20:29:17 +00:00
index.html Andrew Morrow: Attached is a writeup of the current state of the libc++ test suite on Linux. 2012-07-31 21:30:28 +00:00
libcxx_by_chapter.pdf Updated the complete by-chapter graph 2012-07-30 02:29:34 +00:00
menu.css add css files, also, test commit. 2010-05-11 20:29:17 +00:00
results.Linux.html Andrew Morrow: Among the various libc++ tests that currently don't pass on Linux are 2012-08-02 18:35:07 +00:00
results.Windows.html New Windows libc++ test results provided by Ruben Van Boxem. 2012-07-06 19:35:31 +00:00
type_traits_design.html Jean-Daniel : clang now supports all required type_traits. 2012-07-19 15:59:52 +00:00