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
*
Attempt to prevent flaky thread.mutex tests by once again increasing timing t...
Eric Fiselier
2015-10-01
12
-28
/
+32
*
Finally get the test suite passing in C++03!!
Eric Fiselier
2015-08-28
1
-0
/
+4
*
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
*
Refactor flaky shared_mutex tests
Eric Fiselier
2015-08-26
4
-22
/
+39
*
Refactor and fix more flaky shared_mutex tests
Eric Fiselier
2015-08-25
6
-37
/
+123
*
Refactor shared_timed_mutex tests.
Eric Fiselier
2015-08-22
21
-146
/
+119
*
Remove test_atomic.h header
Eric Fiselier
2015-08-19
3
-10
/
+10
*
Use TestAtomic instead of std::atomic so the test can run in C++03
Eric Fiselier
2015-08-19
1
-2
/
+3
*
Mark std::packaged_task tests as unsupported in C++03.
Eric Fiselier
2015-08-19
18
-61
/
+45
*
[libcxx] Add Atomic test helper and fix TSAN failures.
Eric Fiselier
2015-08-18
7
-136
/
+148
*
Remove sanitizer XFAILs on a test.
Eric Fiselier
2015-07-28
1
-7
/
+0
*
Mark async tests as UNSUPPORTED in C++03 because it requires variadics
Eric Fiselier
2015-07-28
2
-0
/
+2
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
1
-7
/
+3
*
Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...
Marshall Clow
2015-06-30
1
-1
/
+1
*
Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480
Marshall Clow
2015-06-30
8
-0
/
+327
*
LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.
Eric Fiselier
2015-06-13
1
-1
/
+47
*
Fix PR23293 - Do not unlock shared state before notifying consumers.
Eric Fiselier
2015-06-12
1
-0
/
+67
*
Change #ifdefs in test to UNSUPPORTED. No functionality change in the tests
Marshall Clow
2015-06-11
9
-48
/
+10
*
Get thread sleep_for test passing in C++03
Eric Fiselier
2015-05-27
1
-2
/
+5
*
Fix race condition in thread test.
Eric Fiselier
2015-05-19
1
-8
/
+25
*
Fix race conditions in test class used throughout the std::thread tests.
Eric Fiselier
2015-04-02
10
-15
/
+34
*
[libcxx] Fix bug in shared_timed_mutex that could cause a program to hang.
Eric Fiselier
2015-04-02
1
-0
/
+70
*
Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.
Eric Fiselier
2015-03-27
1
-1
/
+1
*
Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
2015-03-10
1
-1
/
+1
*
libc++ tests: wait_until.pass test sporadically fails (bug 21998)
Eric Fiselier
2015-02-11
2
-194
/
+258
*
Rename system_lib -> system_cxx_lib. NFC
Jonathan Roelofs
2015-01-14
1
-3
/
+3
*
Walter Brown sent a list of tests which needed 'additional includes' to match...
Marshall Clow
2015-01-09
1
-0
/
+1
*
libc++ implements its' hash objects as deriving from std::unary_function, and...
Marshall Clow
2015-01-07
1
-0
/
+2
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
252
-0
/
+13766