index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
std
/
thread
/
futures
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
47
-0
/
+87
*
Support tests in freestanding
JF Bastien
2019-02-04
77
-77
/
+230
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
77
-308
/
+231
*
[libcxx] Make UNSUPPORTED for std::async test more fine grained
Louis Dionne
2018-11-29
1
-1
/
+8
*
[libcxx] Mark std::async race condition test as unsupported on Darwin
Louis Dionne
2018-10-09
1
-0
/
+4
*
Mork more tests as FLAKY
Eric Fiselier
2018-10-01
1
-1
/
+1
*
Mark test as flaky
Eric Fiselier
2018-09-22
1
-0
/
+2
*
[libc++] Remove race condition in std::async
Louis Dionne
2018-08-24
1
-0
/
+58
*
[libcxx] [test] Fix whitespace, NFC.
Stephan T. Lavavej
2018-04-12
1
-3
/
+3
*
Revert commit removing allocator support from packaged_task. Will investigate...
Marshall Clow
2017-11-27
2
-0
/
+37
*
Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.
Marshall Clow
2017-11-27
2
-37
/
+0
*
Add additional 'UNSUPPORTED' to the test case.
Marshall Clow
2017-11-23
1
-1
/
+2
*
Add [[nodiscard]] to std::async as part of P0600.
Marshall Clow
2017-11-23
1
-0
/
+37
*
[libcxx] [test] Update for C++17 feature removals.
Stephan T. Lavavej
2017-08-24
2
-0
/
+4
*
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
Stephan T. Lavavej
2017-08-05
1
-1
/
+1
*
[libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was...
Stephan T. Lavavej
2017-07-29
1
-130
/
+130
*
Fix diagnostic in verify test to match new Clang output
Eric Fiselier
2017-07-07
1
-1
/
+1
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
1
-3
/
+5
*
Fix most failures caused by r300140
Eric Fiselier
2017-04-13
1
-1
/
+1
*
Add deployment knobs to tests (for Apple platforms)
Mehdi Amini
2017-03-15
1
-2
/
+2
*
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
Eric Fiselier
2017-03-03
4
-20
/
+5
*
[libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object preve...
Stephan T. Lavavej
2017-02-05
1
-6
/
+6
*
Implement LWG2556: Wide contract for future::share()
Marshall Clow
2017-01-24
1
-0
/
+6
*
Mark tests as unsupported under libcpp-no-exceptions
Roger Ferrer Ibanez
2017-01-10
2
-2
/
+2
*
Enable -Wunreachable-code and fix duplicate warning flags
Eric Fiselier
2016-12-24
1
-1
/
+2
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
5
-3
/
+10
*
Add more test cases to packaged_task copyability test
Eric Fiselier
2016-12-08
1
-2
/
+4
*
Avoid C++17 guaranteed copy elision when testing for non-copyability
Eric Fiselier
2016-12-08
1
-1
/
+2
*
Protect futures test under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-12-01
1
-1
/
+7
*
[libcxx] [test] D26625: future_error::what() is implementation-defined.
Stephan T. Lavavej
2016-11-15
1
-4
/
+6
*
Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Co...
Marshall Clow
2016-11-14
2
-0
/
+12
*
Implement P0510 'Make future_error Constructible' adopted in Issaquah
Marshall Clow
2016-11-14
1
-0
/
+14
*
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...
Stephan T. Lavavej
2016-11-14
2
-0
/
+3
*
[libcxx] Recover no-exceptions XFAILs - I
Asiri Rathnayake
2016-10-06
16
-22
/
+84
*
Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...
Marshall Clow
2016-09-24
1
-1
/
+5
*
Fix C++03 build.
Eric Fiselier
2016-06-30
1
-0
/
+3
*
Make futures.overview enum tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
2
-9
/
+16
*
Cleanup non-standard tests as reported by STL@microsoft.com. NFC.
Eric Fiselier
2016-06-01
18
-31
/
+2
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
1
-2
/
+1
*
Replace one more occurrence of non-standard std:launch::any. Patch from STL@m...
Eric Fiselier
2016-04-30
1
-3
/
+3
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
2
-115
/
+70
*
Rename function parameters to avoid shadowing. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-4
/
+4
*
Guard a number of tests relying on threads support when built in
Richard Barton
2016-03-23
8
-4
/
+16
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
20
-0
/
+20
*
Remove empty file that arcanist created
Eric Fiselier
2015-08-28
1
-0
/
+0
*
[libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03
Eric Fiselier
2015-08-28
38
-603
/
+334
*
Mark std::packaged_task tests as unsupported in C++03.
Eric Fiselier
2015-08-19
18
-61
/
+45
*
Mark async tests as UNSUPPORTED in C++03 because it requires variadics
Eric Fiselier
2015-07-28
2
-0
/
+2
*
Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...
Marshall Clow
2015-06-30
1
-1
/
+1
*
Fix PR23293 - Do not unlock shared state before notifying consumers.
Eric Fiselier
2015-06-12
1
-0
/
+67
[next]