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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
3056
-0
/
+5154
*
[libcxx] Add regex test cases from PR40904
Louis Dionne
2019-05-30
1
-1
/
+11
*
Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037.
Marshall Clow
2019-05-29
1
-3
/
+12
*
Fix test that used raw string literals. Doesn't work in C++03
Marshall Clow
2019-05-28
1
-2
/
+2
*
Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior....
Marshall Clow
2019-05-28
1
-0
/
+38
*
fix test for older clang versions
Eric Fiselier
2019-05-24
1
-0
/
+1
*
fix destroying delete test with older apple compilers
Eric Fiselier
2019-05-24
2
-0
/
+54
*
P0722R3: Implement library support for destroying delete
Eric Fiselier
2019-05-23
3
-6
/
+71
*
[libcxx][tests] Fix order checking in unordered_multiset tests.
Louis Dionne
2019-05-23
5
-120
/
+45
*
[libcxx][test] Fix order checking in some more unordered_multimap tests
Louis Dionne
2019-05-22
24
-858
/
+643
*
Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as ...
Marshall Clow
2019-05-20
1
-0
/
+66
*
Improve the test coverage for std::is_base_of
Marshall Clow
2019-05-16
1
-0
/
+15
*
[libc++] [test] Use std::nextafter() instead of std::nexttoward()
Michal Gorny
2019-05-14
1
-2
/
+2
*
Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....
Marshall Clow
2019-05-13
1
-0
/
+33
*
Mark is_trivially_destructible as unsupported with apple-clang-9
Nico Weber
2019-05-03
1
-0
/
+1
*
[libc++][test] Remove non-portable assumption that thread's constructor alloc...
Casey Carter
2019-05-02
1
-10
/
+19
*
Add missing locale requirement to test.
Dan Albert
2019-05-01
1
-0
/
+1
*
Get rid of a bunch of 'unused variable' warnings in test when run with debug_...
Marshall Clow
2019-05-01
5
-4
/
+8
*
Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...
Marshall Clow
2019-05-01
18
-46
/
+41
*
Support overaligned types in `aligned_storage`.
Eric Fiselier
2019-04-30
1
-0
/
+8
*
Implement LWG 2960: nonesuch is insufficiently useless
Marshall Clow
2019-04-30
2
-0
/
+61
*
Add tests specifically for LWG2164. We already did this; but now we have test...
Marshall Clow
2019-04-29
2
-0
/
+23
*
Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this ...
Marshall Clow
2019-04-26
7
-7
/
+7
*
[libc++] Relax libc++-only test on regex_constants
Louis Dionne
2019-04-26
1
-13
/
+13
*
add tuple_cat test for const T
Eric Fiselier
2019-04-26
1
-6
/
+6
*
Fix return type of std::tuple_cat.
Eric Fiselier
2019-04-26
1
-0
/
+15
*
[libc++][test] Fix noexcept assertions in variant's get tests
Casey Carter
2019-04-25
2
-6
/
+14
*
Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.
Marshall Clow
2019-04-25
1
-0
/
+75
*
Implement midpoint for floating point types. Reviewed as https://reviews.llvm...
Marshall Clow
2019-04-25
3
-0
/
+153
*
Update test to better check for the non-constexpr-ness of a move constructor....
Marshall Clow
2019-04-25
1
-5
/
+20
*
Use modern type trait implementations when available.
Richard Smith
2019-04-25
1
-0
/
+6
*
Add std::is_constant_evaluated.
Eric Fiselier
2019-04-24
4
-6
/
+85
*
Make the test object callable. libstdc++'s bind checks that (libc++ currently...
Marshall Clow
2019-04-24
1
-1
/
+1
*
Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.
Marshall Clow
2019-04-24
1
-1
/
+1
*
Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...
Marshall Clow
2019-04-24
4
-7
/
+7
*
Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...
Marshall Clow
2019-04-24
2
-8
/
+25
*
Fix namespace name conflict with GCC
Eric Fiselier
2019-04-23
6
-55
/
+55
*
Fix implementation of ::abs and std::abs LWG 2192.
Eric Fiselier
2019-04-23
4
-14
/
+182
*
[libc++][test] Update some wstring_convert tests for MSVC quirks
Casey Carter
2019-04-22
3
-20
/
+23
*
[libc++] [test] Add missing required headers to midpoint.integer.pass.cpp
Billy Robert O'Neal III
2019-04-18
1
-0
/
+2
*
Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...
Marshall Clow
2019-04-17
4
-0
/
+184
*
Fix list/forward_list implementations of remove_if and unique to deal with pr...
Marshall Clow
2019-04-16
4
-0
/
+94
*
[libc++] Add XFAILs for istream tests that were added in r357775
Louis Dionne
2019-04-05
21
-0
/
+143
*
[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-05
40
-159
/
+1962
*
[libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807
Louis Dionne
2019-04-03
1
-2
/
+3
*
[libc++][NFC] Rename test file according to the libc++ convention
Louis Dionne
2019-04-03
1
-0
/
+0
*
[libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.c...
Billy Robert O'Neal III
2019-04-03
1
-2
/
+3
*
[libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp ...
Billy Robert O'Neal III
2019-04-03
1
-23
/
+24
*
[libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.
Billy Robert O'Neal III
2019-04-03
1
-6
/
+7
*
Revert "[libc++] Fix error flags and exceptions propagated from input stream ...
Louis Dionne
2019-04-02
40
-1962
/
+159
[next]