This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
thread
/
futures
History
Howard Hinnant
65a87ccdbf
This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
...
llvm-svn: 177824
2013-03-23 17:27:16 +00:00
..
futures.async
This commit was accidental. Reverting.
2011-05-18 00:47:00 +00:00
futures.errors
Fix
http://llvm.org/bugs/show_bug.cgi?id=11428
. Fix provided by Alberto Ganesh Barbati
2011-12-02 19:36:40 +00:00
futures.future_error
…
futures.overview
Fix
http://llvm.org/bugs/show_bug.cgi?id=11428
. Fix provided by Alberto Ganesh Barbati
2011-12-02 19:36:40 +00:00
futures.promise
A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests.
2011-05-17 23:32:48 +00:00
futures.shared_future
A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests.
2011-05-17 23:32:48 +00:00
futures.state
…
futures.tas
A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests.
2011-05-17 23:32:48 +00:00
futures.unique_future
[tests] Another batch of timeout increases.
2013-02-11 21:04:34 +00:00
test_allocator.h
This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously.
2013-03-23 17:27:16 +00:00
version.pass.cpp
…