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.mutex
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
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
8
-8
/
+8
*
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
54
-0
/
+108
*
[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
116
-116
/
+348
*
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
*
Correct mark for flaky tests
Kamil Rytarowski
2019-01-23
5
-5
/
+5
*
Mark more tests 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
116
-464
/
+348
*
Mark two more tests as FLAKY
Eric Fiselier
2019-01-09
2
-0
/
+4
*
Mark more tests as flaky
Eric Fiselier
2019-01-07
3
-0
/
+6
*
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] Consistently list "c++98, c++03" in chronological order. NFC.
Stephan T. Lavavej
2017-08-05
15
-15
/
+15
*
[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
*
Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZER
Eric Fiselier
2017-06-07
1
-0
/
+2
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
3
-0
/
+6
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
2
-2
/
+2
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.
Eric Fiselier
2017-04-18
4
-15
/
+13
*
Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...
Marshall Clow
2017-03-24
10
-77
/
+145
*
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
Eric Fiselier
2017-03-03
2
-6
/
+2
*
Add support for running our test suite against MSVC's STL
Eric Fiselier
2017-01-18
1
-2
/
+2
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
1
-3
/
+3
*
Adjust libc++ test infastructure to fully support modules
Eric Fiselier
2016-12-05
22
-39
/
+22
*
Mark variadic lock guard tests as XFAIL with modules, since they have to defi...
Eric Fiselier
2016-11-21
7
-1
/
+24
*
Protect lock tests under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-11-01
13
-18
/
+86
*
Prevent the test suite from hanging when run against libstdc++
Eric Fiselier
2016-10-12
1
-0
/
+5
*
[libcxx] Add a TSan regression test for a data race in call_once
Kuba Brecka
2016-09-14
1
-0
/
+48
*
Add "FLAKY_TEST" test directive to support re-running flaky tests.
Eric Fiselier
2016-08-30
15
-0
/
+30
*
Move more _LIBCPP_VERSION tests to test/libcxx.
Eric Fiselier
2016-06-22
1
-20
/
+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
2
-54
/
+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
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
4
-22
/
+4
*
Guard a number of tests relying on threads support when built in
Richard Barton
2016-03-23
2
-0
/
+2
*
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
13
-0
/
+13
*
Attempt to prevent flaky thread.mutex tests by once again increasing timing t...
Eric Fiselier
2015-10-01
12
-28
/
+32
[next]