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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
2
-5
/
+38
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
2
-38
/
+5
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
1
-1
/
+1
*
[libc++] Try fixing tests that fail on GCC 5 and older
Louis Dionne
2019-09-24
1
-1
/
+4
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
2
-5
/
+35
*
Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait(...
Dan Albert
2019-09-18
1
-11
/
+22
*
Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...
Dan Albert
2019-09-16
1
-22
/
+11
*
Implement std::condition_variable via pthread_cond_clockwait() where available
Dan Albert
2019-09-16
1
-11
/
+22
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
9
-9
/
+9
*
libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus.
Nico Weber
2019-07-30
1
-1
/
+3
*
Fix PR27658 - Make ~mutex trivial when possible.
Eric Fiselier
2019-07-07
1
-3
/
+3
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
144
-0
/
+281
*
[libc++][test] Remove non-portable assumption that thread's constructor alloc...
Casey Carter
2019-05-02
1
-10
/
+19
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
4
-8
/
+0
*
[libc++] Add proper XFAILs for shared_mutex tests
Louis Dionne
2019-03-27
14
-2
/
+13
*
Mark another test as flaky
Kamil Rytarowski
2019-02-09
1
-0
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
260
-260
/
+779
*
Mark another test as flaky
Kamil Rytarowski
2019-01-24
1
-0
/
+2
*
Mark another test as flaky
Kamil Rytarowski
2019-01-23
1
-0
/
+2
*
Mark another test as flaky
Kamil Rytarowski
2019-01-23
1
-0
/
+2
*
Correct mark for flaky tests
Kamil Rytarowski
2019-01-23
7
-7
/
+7
*
Mark more tests flaky
Kamil Rytarowski
2019-01-23
2
-0
/
+4
*
Mark thread.condition.condvarany/wait_for.pass.cpp as flaky
Kamil Rytarowski
2019-01-23
1
-0
/
+2
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
260
-1040
/
+780
*
Mark two more tests as FLAKY
Eric Fiselier
2019-01-09
2
-0
/
+4
*
Mark more tests as flaky
Eric Fiselier
2019-01-07
5
-0
/
+10
*
[libcxx] Make UNSUPPORTED for std::async test more fine grained
Louis Dionne
2018-11-29
1
-1
/
+8
*
Repair thread-unsafe modifications of n_alive in F.pass.cpp
Billy Robert O'Neal III
2018-10-19
1
-4
/
+10
*
[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
2
-1
/
+2
*
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
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
6
-12
/
+12
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
7
-27
/
+27
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
1
-0
/
+2
*
[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] Consistently list "c++98, c++03" in chronological order. NFC.
Stephan T. Lavavej
2017-08-05
15
-15
/
+15
*
[libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was...
Stephan T. Lavavej
2017-07-29
1
-130
/
+130
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
4
-11
/
+11
*
Implement P0739R0: 'Some improvements to class template argument deduction in...
Marshall Clow
2017-07-27
1
-4
/
+4
*
[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
2017-07-19
1
-1
/
+0
*
Fix diagnostic in verify test to match new Clang output
Eric Fiselier
2017-07-07
1
-1
/
+1
*
Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZER
Eric Fiselier
2017-06-07
1
-0
/
+2
*
Move POSIX specific test under test/libcxx subdirectory
Eric Fiselier
2017-05-12
1
-76
/
+0
[next]