[cfe-dev] libc++: bad ./testit results on 10.6
Benjamin Kircher
benjamin.kircher at gmail.com
Tue Sep 4 23:21:49 PDT 2012
Hello there,
I want to use libc++ and clang to satisfy my needs for an up-to-date
compiler on a 10.6 machine. I compile both directly from svn [2].
However, when I run ./testit, I get these results: [1].
Is anybody out there using libc++ on 10.6? Are you using it on a daily
basis on 10.6, yet? What are your results? Can you build boost, or Qt
with libc++? Should I worry about those failed tests?
Thanks in advance,
Benjamin
[1] ./testit results:
****************************************************
Results for /Users/benjamin/Development/Projects/libcxx/test:
using clang version 3.2 (http://llvm.org/git/clang.git
fcbc0fbaa480e6707af6ef437f5c43ea9f477d3a)
(http://llvm.org/git/llvm.git
ad2d3e637a3a9eb368e71a1672331ee5e7809fe8)
Target: x86_64-apple-darwin10.8.0
Thread model: posix
with -std=c++11 -stdlib=libc++ -U__STRICT_ANSI__ -D__STDC_FORMAT_MACROS
----------------------------------------------------
sections without tests : 0
sections with failures : 537
sections without failures: 527
+ ----
total number of sections : 1064
----------------------------------------------------
number of tests failed : 2535
number of tests passed : 1804
+ ----
total number of tests : 4339
****************************************************
[2] libc++ version:
benjamin at sherekhan:test $ git log -1
commit 460b4cadde3f0e7679ddd12151517e949493b691
Author: Howard Hinnant <hhinnant at apple.com>
Date: Mon Sep 3 18:13:11 2012 +0000
Some minor mingw64 porting tweaks from Glen.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@163120
91177308-0d34-0410-b5e6-96231b3b80d8
More information about the cfe-dev
mailing list