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.threads
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
1
-1
/
+1
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
20
-0
/
+40
*
[libc++][test] Remove non-portable assumption that thread's constructor alloc...
Casey Carter
2019-05-02
1
-10
/
+19
*
Support tests in freestanding
JF Bastien
2019-02-04
28
-28
/
+84
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
28
-112
/
+84
*
Repair thread-unsafe modifications of n_alive in F.pass.cpp
Billy Robert O'Neal III
2018-10-19
1
-4
/
+10
*
Mork more tests as FLAKY
Eric Fiselier
2018-10-01
1
-0
/
+1
*
[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
2017-07-19
1
-1
/
+0
*
Fix or move tests with non-standard assumptions
Eric Fiselier
2017-05-12
2
-70
/
+22
*
Mark test using <sys/time.h> as UNSUPPORTED on Windows
Eric Fiselier
2017-05-05
1
-0
/
+3
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
1
-0
/
+10
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-0
/
+3
*
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
Eric Fiselier
2017-03-03
2
-6
/
+2
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
2
-1
/
+28
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-1
/
+1
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
2
-2
/
+2
*
Fix yet another dynamic exception spec
Eric Fiselier
2016-12-11
1
-2
/
+2
*
[libcxx] Recover no-exceptions XFAILs - I
Asiri Rathnayake
2016-10-06
1
-2
/
+5
*
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
1
-22
/
+0
*
Move native_handle thread tests to test/libcxx
Eric Fiselier
2016-06-22
2
-81
/
+0
*
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
*
[libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...
Eric Fiselier
2016-04-20
1
-15
/
+51
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
Remove test_atomic.h header
Eric Fiselier
2015-08-19
1
-3
/
+2
*
Use TestAtomic instead of std::atomic so the test can run in C++03
Eric Fiselier
2015-08-19
1
-2
/
+3
*
[libcxx] Add Atomic test helper and fix TSAN failures.
Eric Fiselier
2015-08-18
2
-6
/
+6
*
Remove sanitizer XFAILs on a test.
Eric Fiselier
2015-07-28
1
-7
/
+0
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
1
-7
/
+3
*
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
*
Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
2015-03-10
1
-1
/
+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
30
-0
/
+1397