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
/
thread.condition
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
22
-0
/
+44
*
Support tests in freestanding
JF Bastien
2019-02-04
27
-27
/
+81
*
Mark another test as flaky
Kamil Rytarowski
2019-01-23
1
-0
/
+2
*
Correct mark for flaky tests
Kamil Rytarowski
2019-01-23
2
-2
/
+2
*
Mark more tests flaky
Kamil Rytarowski
2019-01-23
1
-0
/
+2
*
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
27
-108
/
+81
*
Mark more tests as flaky
Eric Fiselier
2019-01-07
2
-0
/
+4
*
Move POSIX specific test under test/libcxx subdirectory
Eric Fiselier
2017-05-12
1
-76
/
+0
*
test: mark requirement for pthread test
Saleem Abdulrasool
2017-02-12
1
-0
/
+1
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-3
/
+3
*
fix newly failing c++03 tests
Eric Fiselier
2016-12-24
1
-3
/
+6
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-4
/
+5
*
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...
Stephan T. Lavavej
2016-11-14
1
-0
/
+1
*
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...
Roger Ferrer Ibanez
2016-10-31
1
-1
/
+1
*
Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...
Eric Fiselier
2016-09-03
1
-0
/
+75
*
Move more _LIBCPP_VERSION tests to test/libcxx.
Eric Fiselier
2016-06-22
1
-22
/
+0
*
Move native_handle thread tests to test/libcxx
Eric Fiselier
2016-06-22
1
-29
/
+0
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
Finally get the test suite passing in C++03!!
Eric Fiselier
2015-08-28
1
-0
/
+4
*
Remove test_atomic.h header
Eric Fiselier
2015-08-19
2
-7
/
+8
*
[libcxx] Add Atomic test helper and fix TSAN failures.
Eric Fiselier
2015-08-18
5
-130
/
+142
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
30
-0
/
+1881