summaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-07-31 21:30:28 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-07-31 21:30:28 +0000
commitee7a0bf265499a87948e152e9d3a1bedcb9e896c (patch)
tree2faf5f343e30562cb03fdf5cba70c19109cbb230 /www/index.html
parent65f059b842cc5b7990933781e119a5f14abc3504 (diff)
downloadexternal_libcxx-ee7a0bf265499a87948e152e9d3a1bedcb9e896c.tar.gz
external_libcxx-ee7a0bf265499a87948e152e9d3a1bedcb9e896c.tar.bz2
external_libcxx-ee7a0bf265499a87948e152e9d3a1bedcb9e896c.zip
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
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index 121804c00..6ac5ac00d 100644
--- a/www/index.html
+++ b/www/index.html
@@ -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>
<!--=====================================================================-->