Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 3 | -73/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Remove xfail tag for darwin from quick_exit test | Eric Fiselier | 2014-11-20 | 1 | -1/+0 |
| | | | | llvm-svn: 222406 | ||||
* | Cleanup quick_exit tests and get them passing in C++03. | Eric Fiselier | 2014-11-19 | 3 | -2/+53 |
| | | | | | | | | | Wrap the original test in _LIBCPP_HAS_QUICK_EXIT so it only runs when we have quick_exit and add two new tests that check that when _LIBCPP_HAS_QUICK_EXIT is not defined then no definition of std::at_quick_exit or std::quick_exit are available. llvm-svn: 222298 | ||||
* | [tests] XFAIL a few things that require libc (?) support missing on Darwin. | Daniel Dunbar | 2013-02-05 | 1 | -0/+2 |
| | | | | llvm-svn: 174450 | ||||
* | Don't refer to a function that doesn't exist in the quick_exit test. | David Chisnall | 2012-03-14 | 1 | -1/+1 |
| | | | | llvm-svn: 152716 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+21 |
llvm-svn: 103490 |