hanchenye-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
atomic_design_a.html
atomic_design_b.html
atomic_design_c.html
content.css
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
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