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
*
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
*
Placate MSVC's unchecked malloc warning in thread tests.
Eric Fiselier
2016-06-22
1
-1
/
+3
*
Move more _LIBCPP_VERSION tests to test/libcxx.
Eric Fiselier
2016-06-22
3
-64
/
+0
*
Avoid assignment in return. Patch from STL@microsoft.com
Eric Fiselier
2016-06-22
2
-2
/
+2
*
Move native_handle thread tests to test/libcxx
Eric Fiselier
2016-06-22
5
-164
/
+0
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
1
-2
/
+4
*
Add missing include
Eric Fiselier
2016-06-14
1
-0
/
+2
*
Implement variadic lock_guard.
Eric Fiselier
2016-06-14
8
-28
/
+410
*
Remove unused local var. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
1
-1
/
+1
*
Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite.
Eric Fiselier
2016-06-02
1
-1
/
+1
*
Mark LWG issue 2250 as complete
Eric Fiselier
2016-06-02
2
-0
/
+40
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-1
/
+1
*
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
5
-24
/
+5
*
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
*
[libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...
Eric Fiselier
2016-04-20
1
-15
/
+51
*
Guard a number of tests relying on threads support when built in
Richard Barton
2016-03-23
10
-4
/
+18
*
Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof
Marshall Clow
2016-03-14
10
-42
/
+150
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
35
-0
/
+35
*
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
[next]