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 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
5
-3
/
+21
*
[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
*
Fix most failures caused by r300140
Eric Fiselier
2017-04-13
1
-1
/
+1
*
Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...
Marshall Clow
2017-03-24
10
-77
/
+145
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-0
/
+3
*
Add deployment knobs to tests (for Apple platforms)
Mehdi Amini
2017-03-15
1
-2
/
+2
*
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
Eric Fiselier
2017-03-03
8
-32
/
+9
*
test: mark requirement for pthread test
Saleem Abdulrasool
2017-02-12
1
-0
/
+1
*
[libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object preve...
Stephan T. Lavavej
2017-02-05
1
-6
/
+6
*
Implement LWG2556: Wide contract for future::share()
Marshall Clow
2017-01-24
1
-0
/
+6
*
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
2
-4
/
+4
*
Add support for running our test suite against MSVC's STL
Eric Fiselier
2017-01-18
1
-2
/
+2
*
Mark tests as unsupported under libcpp-no-exceptions
Roger Ferrer Ibanez
2017-01-10
2
-2
/
+2
*
Enable -Wunreachable-code and fix duplicate warning flags
Eric Fiselier
2016-12-24
1
-1
/
+2
*
fix newly failing c++03 tests
Eric Fiselier
2016-12-24
1
-3
/
+6
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
9
-12
/
+20
*
Fix yet another dynamic exception spec
Eric Fiselier
2016-12-11
1
-2
/
+2
*
Add more test cases to packaged_task copyability test
Eric Fiselier
2016-12-08
1
-2
/
+4
*
Avoid C++17 guaranteed copy elision when testing for non-copyability
Eric Fiselier
2016-12-08
1
-1
/
+2
*
Adjust libc++ test infastructure to fully support modules
Eric Fiselier
2016-12-05
22
-39
/
+22
*
Protect futures test under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-12-01
1
-1
/
+7
*
Mark variadic lock guard tests as XFAIL with modules, since they have to defi...
Eric Fiselier
2016-11-21
7
-1
/
+24
*
[libcxx] [test] D26625: future_error::what() is implementation-defined.
Stephan T. Lavavej
2016-11-15
1
-4
/
+6
*
Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Co...
Marshall Clow
2016-11-14
2
-0
/
+12
*
Implement P0510 'Make future_error Constructible' adopted in Issaquah
Marshall Clow
2016-11-14
1
-0
/
+14
*
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...
Stephan T. Lavavej
2016-11-14
3
-0
/
+4
*
Protect lock tests under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-11-01
13
-18
/
+86
*
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...
Roger Ferrer Ibanez
2016-10-31
1
-1
/
+1
*
Prevent the test suite from hanging when run against libstdc++
Eric Fiselier
2016-10-12
1
-0
/
+5
*
[libcxx] Recover no-exceptions XFAILs - I
Asiri Rathnayake
2016-10-06
17
-24
/
+89
*
Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...
Marshall Clow
2016-09-24
1
-1
/
+5
*
[libcxx] Add a TSan regression test for a data race in call_once
Kuba Brecka
2016-09-14
1
-0
/
+48
*
Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...
Eric Fiselier
2016-09-03
1
-0
/
+75
*
Add "FLAKY_TEST" test directive to support re-running flaky tests.
Eric Fiselier
2016-08-30
15
-0
/
+30
*
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
[prev]
[next]