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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement N4606 optional
Eric Fiselier
2016-10-12
81
-44
/
+7141
*
Revert Add <optional>. Will recommit with better commit message
Eric Fiselier
2016-10-12
81
-7132
/
+45
*
Add <optional> header.
Eric Fiselier
2016-10-12
81
-45
/
+7132
*
Fix two more tests that hang when testing against libstdc++
Eric Fiselier
2016-10-12
2
-0
/
+6
*
Prevent the test suite from hanging when run against libstdc++
Eric Fiselier
2016-10-12
2
-0
/
+6
*
Add mork workarounds for running the test suite against libstdc++
Eric Fiselier
2016-10-12
3
-2
/
+10
*
Make it easier to run the libc++ test suite against libstdc++
Eric Fiselier
2016-10-12
2
-16
/
+51
*
Fix LWG2683 - filesystem::copy() should always clear the user-provided error_...
Eric Fiselier
2016-10-11
1
-5
/
+27
*
Fix std::pair on FreeBSD
Eric Fiselier
2016-10-11
1
-17
/
+110
*
Fix incorrect exception handling behavior in the uninitialized algorithms
Eric Fiselier
2016-10-11
5
-24
/
+14
*
Add tests to check that swap(std::function, std::function) is noexcept. This ...
Marshall Clow
2016-10-10
1
-1
/
+14
*
Add tests for LWG2544. We already implement this; just adding tests to make s...
Marshall Clow
2016-10-10
3
-0
/
+66
*
Provide a constexpr addressof with GCC 7.
Eric Fiselier
2016-10-10
2
-1
/
+2
*
Fix linker script generation for in-tree builds
Eric Fiselier
2016-10-09
1
-6
/
+12
*
Remove all _LIBCPP_VERSION tests from under test/std
Eric Fiselier
2016-10-08
13
-24
/
+127
*
Purge all usages of _LIBCPP_STD_VER under test/std/algorithm
Eric Fiselier
2016-10-08
17
-121
/
+132
*
Add missing <memory> include in test
Eric Fiselier
2016-10-08
1
-0
/
+1
*
Add missing include in test_allocator.h
Eric Fiselier
2016-10-08
1
-2
/
+3
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
32
-135
/
+142
*
Fix shadow warnings. Patch from STL@microsoft.com
Eric Fiselier
2016-10-07
1
-10
/
+10
*
Fix various issues in std::any and the related tests.
Eric Fiselier
2016-10-07
15
-214
/
+193
*
Remove MSVC workarounds. Patch from STL@microsoft.com
Eric Fiselier
2016-10-07
1
-8
/
+2
*
[libcxx] Recover no-exceptions XFAILs - I
Asiri Rathnayake
2016-10-06
21
-28
/
+95
*
Comment out failing test while I figure out who is at fault
Marshall Clow
2016-10-05
1
-1
/
+1
*
Make tests for is_empty better. No functional change.
Marshall Clow
2016-10-05
1
-5
/
+31
*
Add another append test for basic_string
Marshall Clow
2016-10-05
1
-0
/
+4
*
[libcxx] [test] Guard __has_include usage with a macro
Eric Fiselier
2016-10-04
1
-1
/
+7
*
Add tests to make sure that is_constructible<cv-void> is false. We already ch...
Marshall Clow
2016-10-03
1
-0
/
+3
*
[lit] Allow more file extensions for test cases.
Logan Chien
2016-10-03
1
-1
/
+3
*
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
Eric Fiselier
2016-10-01
45
-209
/
+118
*
Replace test_throw.h header with a single test macro
Eric Fiselier
2016-10-01
8
-39
/
+17
*
[libc++] Extension: Make `move` and `forward` constexpr in C++11.
Eric Fiselier
2016-09-26
16
-477
/
+301
*
Update -verify test to use new static assert message
Eric Fiselier
2016-09-25
1
-5
/
+0
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
19
-60
/
+61
*
Fix a few static_asserts that need extra parens on -03
Marshall Clow
2016-09-24
3
-6
/
+6
*
Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I w...
Marshall Clow
2016-09-24
5
-6
/
+13928
*
Fix incorrect include in is_error_code_enum.pass.cpp
Marshall Clow
2016-09-24
1
-2
/
+2
*
Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...
Marshall Clow
2016-09-24
4
-1
/
+132
*
Fix failure on 03 bot
Marshall Clow
2016-09-22
1
-2
/
+2
*
Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...
Marshall Clow
2016-09-22
3
-8
/
+38
*
[libcxx] Add missing c++98 xfail. NFC.
Asiri Rathnayake
2016-09-16
1
-1
/
+1
*
[libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneously
Kuba Brecka
2016-09-15
1
-6
/
+12
*
[libcxx] Add a TSan regression test for a data race in call_once
Kuba Brecka
2016-09-14
1
-0
/
+48
*
[libcxx] Fix a typo in test/libcxx/test/target_info.py that prevents running ...
Kuba Brecka
2016-09-14
1
-1
/
+1
*
[libcxx] Introduce an externally-threaded libc++ variant.
Asiri Rathnayake
2016-09-11
9
-6
/
+26
*
Avoid compile error by giving the test type a user defined default constructor
Eric Fiselier
2016-09-07
1
-1
/
+1
*
Fix PR#30303 - no matching function for call to '__ptr_in_range'
Marshall Clow
2016-09-07
4
-0
/
+40
*
Improve constexpr tests for std::any
Eric Fiselier
2016-09-07
1
-9
/
+9
*
Fix PR30260 - optional<const T> not working.
Eric Fiselier
2016-09-07
8
-0
/
+94
*
Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...
Marshall Clow
2016-09-05
12
-0
/
+193
[next]