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
*
[libcxx] Add XFAIL for facet test when back-deploying to older macOS
Louis Dionne
2019-06-14
1
-0
/
+10
*
[libc++] Add missing #include in <cwchar> tests
Louis Dionne
2019-06-13
2
-0
/
+2
*
[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10
Louis Dionne
2019-06-12
2
-2
/
+2
*
[libcxx] XFAIL some CTAD tests on AppleClang 10
Louis Dionne
2019-06-12
2
-2
/
+2
*
Move libc++ specific tests for std::function out of the std directory
Eric Fiselier
2019-06-11
2
-0
/
+0
*
Add documentation and tests for Clangs C++11 extensions in C++03.
Eric Fiselier
2019-06-11
1
-0
/
+135
*
[libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple C...
Louis Dionne
2019-06-11
2
-0
/
+2
*
Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give ...
Marshall Clow
2019-06-11
2
-0
/
+4
*
XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...
Marshall Clow
2019-06-11
3
-3
/
+4
*
Check in test that demonstrates ABI break for std::function.
Eric Fiselier
2019-06-11
1
-0
/
+45
*
[libc++] Implement deduction guides for <set>
Louis Dionne
2019-06-11
4
-0
/
+516
*
[libcxx] Make std::tuple<> trivially constructible
Louis Dionne
2019-06-11
1
-0
/
+22
*
[libcxx] Slightly improved policy for handling experimental features
Louis Dionne
2019-06-11
21
-390
/
+23
*
Add a test for is_base_of and incomplete types. Because this trait uses a com...
Marshall Clow
2019-06-11
1
-0
/
+92
*
XFAIL a couple of CTAD tests on clang-6; it gives different error messages th...
Marshall Clow
2019-06-11
2
-0
/
+4
*
Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...
Marshall Clow
2019-06-10
6
-0
/
+698
*
[libc++] Fix leading zeros in std::to_chars
Zhihao Yuan
2019-06-10
1
-0
/
+97
*
Fix some incorrect std::function tests
Eric Fiselier
2019-06-08
1
-2
/
+4
*
[libcxx][test] Include test_workarounds.h where needed
Louis Dionne
2019-06-05
2
-0
/
+2
*
[libcxx] Add test to check min/max requirement to regular expression
Louis Dionne
2019-06-04
1
-0
/
+67
*
No longer reject inputs when using a locale that has grouping information _an...
Marshall Clow
2019-06-04
1
-2
/
+2
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
3295
-0
/
+5607
*
[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
*
Remove `using namespace std;` in __gnu_cxx namespace.
Eric Fiselier
2019-05-17
2
-1
/
+13
*
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
*
[libcxx] teach type_traits test about long uint32_t
Brian Cain
2019-05-13
1
-1
/
+8
*
Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....
Marshall Clow
2019-05-13
1
-0
/
+33
*
force the bots to cycle
Eric Fiselier
2019-05-09
1
-1
/
+0
*
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
*
[WebAssembly] WASI support for libcxx
Dan Gohman
2019-05-01
1
-1
/
+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
[next]