Andrew Morrow: Attached is a writeup of the current state of the libc++ test suite on Linux.

There are a few tests that are listed as failing here for which I have
a patch in the works. I'll be sending those along soon. There are
others where I know what is going on but don't yet have a solution,
and I've included some notes for those. Several still need to be
investigated, mostly in localization and the regex test suite. I think
that many of these failures are due to locale implementation
variations that make the expected test results not match the actual
results. I'm not sure what the best way to make the tests accomodate
this sort of variation might be.

The failures in the unique_ptr test suite are very new and are caused
by a clang crash which I've not yet looked into.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@161079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2012-07-31 21:30:28 +00:00
parent 65f059b842
commit ee7a0bf265
2 changed files with 141 additions and 2 deletions

View File

@@ -120,8 +120,9 @@
against clang++ with -std=c++11 on Apple's OS X. </p>
<p>
A Windows port is underway. <a href="results.Windows.html">Here</a> are
recent test results.
Ports to other platforms are underway. Here are recent test
results for <a href="results.Windows.html">Windows</a>
and <a href="results.Linux.html">Linux</a>.
</p>
<!--=====================================================================-->