summaryrefslogtreecommitdiffstats
path: root/libcxx/test/language.support/support.start.term
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-203-73/+0
| | | | llvm-svn: 224658
* Remove xfail tag for darwin from quick_exit testEric Fiselier2014-11-201-1/+0
| | | | llvm-svn: 222406
* Cleanup quick_exit tests and get them passing in C++03.Eric Fiselier2014-11-193-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 Dunbar2013-02-051-0/+2
| | | | llvm-svn: 174450
* Don't refer to a function that doesn't exist in the quick_exit test.David Chisnall2012-03-141-1/+1
| | | | llvm-svn: 152716
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+21
llvm-svn: 103490
OpenPOWER on IntegriCloud