hanchenye-llvm-project/libcxx/test
Howard Hinnant 58af7e177c r192075 broke the buildbot at
http://lab.llvm.org:8013/builders/libcxx_clang-x86_64-darwin11-RA

lit.py: <string>:230: note: inferred use_system_lib as: False
lit.py: <string>:247: fatal: C++ ABI setting None unsupported for tests

cxx_abi is geting set to None, and the lit script errors out shortly after
that.  This patch changes the default of cxx_abi from None to 'libcxxabi'.
This is likely not the right way to fix this problem.  However it gets the
buildbot running again.  Improvements to this fix are welcome.

llvm-svn: 192609
2013-10-14 18:02:02 +00:00
..
algorithms Taking another swing at correctly optimizing fill_n. 2013-08-01 17:29:28 +00:00
atomics Stephan Tolksdorf: fixes the issue in the <atomic> header and adds corresponding tests. I've used macros to fall back to a user-provided default constructor if _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS (though I suspect that there won't be many users defining that macro). 2013-05-02 20:18:43 +00:00
containers Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got missed when I went on vacation 2013-09-30 21:33:51 +00:00
depr
diagnostics David Blaikie suggested this test for detecting constexpr on the error_category default constructor. Additionally I decided to make this constructor trivial as well, as I could not come up with a rationale for not doing so. Fully tested with both current Apple clang and tip-of-trunk clang. 2013-08-22 17:41:48 +00:00
input.output Implement national body comment GB9: remove std::gets 2013-10-12 19:09:47 +00:00
iterators LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin 2013-08-30 01:17:07 +00:00
language.support Test for 'bad_array_length'; got left out of initial commit 2013-09-12 17:01:38 +00:00
localization LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11 2013-08-27 20:18:59 +00:00
numerics Implement literal suffixes for compled 2013-10-05 21:19:49 +00:00
re Ok, 3 major changes for debug mode in one commit: 2013-08-02 00:26:35 +00:00
strings Mark namespaces for user defined literals as 'inline' 2013-10-05 21:18:32 +00:00
support G M: 1. It changes the temp file handling to use the template and the current directory for windows, matching how it works on other platforms. 2013-10-06 21:14:05 +00:00
thread LWG Issue 2097: packaged_task constructors should be constrained 2013-10-12 22:49:17 +00:00
utilities Fix LWG Issue 2141: common_type trait produces reference types 2013-10-07 23:43:33 +00:00
CMakeLists.txt Make it possible to run the test suite when built as part of LLVM. 2013-10-03 21:58:25 +00:00
lit.cfg r192075 broke the buildbot at 2013-10-14 18:02:02 +00:00
lit.site.cfg.in Make it possible to link against libstdc++ as well as libsupc++ with CMake. 2013-10-06 22:13:19 +00:00
nothing_to_do.pass.cpp
testit Fix bashism. 2013-07-04 15:11:10 +00:00