summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/futures/futures.future_error
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-203-116/+0
| | | | llvm-svn: 224658
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-053-0/+6
| | | | | | | | | | If you're crazy enough to want this sort of thing, then add -D_LIBCPP_HAS_NO_THREADS to your CXXFLAGS and --param=additiona_features=libcpp-has-no-threads to your lit commnad line. http://reviews.llvm.org/D3969 llvm-svn: 217271
* Fix XFAIL condition from r208840Justin Bogner2014-05-311-3/+3
| | | | | | | The XFAILs in r208840 were too general. They were meant to only apply to testing when use_system_lib was set. llvm-svn: 209972
* Work around ABI differences due to LWG 2056 in testsJustin Bogner2014-05-151-0/+7
| | | | | | | | | When testing against the system library, there is a relatively minor ABI breakage that the std::future_errc values have been changed to avoid using zero. Update the tests that rely on the values being consistent. llvm-svn: 208840
* license changeHoward Hinnant2010-11-163-6/+6
| | | | llvm-svn: 119395
* Fix whitespaceHoward Hinnant2010-09-041-1/+1
| | | | llvm-svn: 113089
* Getting started on <future>Howard Hinnant2010-08-253-0/+103
llvm-svn: 112061
OpenPOWER on IntegriCloud