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
*
Fix aligned allocation availability XFAILs after D56445.
Eric Fiselier
2019-01-19
8
-16
/
+24
*
correct script name in generated tests
Eric Fiselier
2019-01-16
43
-89
/
+91
*
Fix feature test macros for atomics/mutexes without threading
Eric Fiselier
2019-01-16
4
-73
/
+177
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
3
-9
/
+10
*
Implement feature test macros using a script.
Eric Fiselier
2019-01-16
43
-1054
/
+7079
*
[libc++] Support different libc++ namespaces in the iterator test
Petr Hosek
2019-01-15
1
-30
/
+30
*
[test] Fix logic error in <compare> tests; enable for MSVC Dev16
Casey Carter
2019-01-15
3
-3
/
+3
*
Change from a to a . Fixes PR#39871.
Marshall Clow
2019-01-11
3
-8
/
+8
*
Don't use the form '2017y' in tests, since some gcc versions don't allow it
Marshall Clow
2019-01-11
2
-6
/
+6
*
Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...
Marshall Clow
2019-01-11
20
-113
/
+1052
*
[libcxx] Reorganize tests since the application of P0602R4
Louis Dionne
2019-01-10
10
-189
/
+273
*
Filesystem tests: fix fs.op.relative
JF Bastien
2019-01-10
1
-43
/
+83
*
[NFC] Always lock free test: add indirection
JF Bastien
2019-01-09
1
-1
/
+3
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
9
-15
/
+9
*
Mark two UDL tests as being unsupported with Clang 7
Eric Fiselier
2019-01-09
2
-2
/
+2
*
Mark two more tests as FLAKY
Eric Fiselier
2019-01-09
2
-0
/
+4
*
[libcxx] Optimize vectors construction of trivial types from an iterator rang...
Volodymyr Sapsai
2019-01-08
1
-0
/
+31
*
Mark more tests as flaky
Eric Fiselier
2019-01-07
5
-0
/
+10
*
Add the feature test macros that were defined in p1353r0 to the headers of th...
Marshall Clow
2019-01-07
3
-1
/
+35
*
Fix flaky symlink access time test.
Eric Fiselier
2019-01-05
1
-5
/
+7
*
De-tab a couple tests. NFC
Marshall Clow
2019-01-03
3
-6
/
+6
*
Fix test case breakages caused by lexically_relative change
Eric Fiselier
2018-12-21
1
-3
/
+3
*
Fix copy paste error in file_clock tests
Eric Fiselier
2018-12-21
1
-3
/
+3
*
Implement LWG 3096: path::lexically_relative is confused by trailing slashes
Eric Fiselier
2018-12-21
1
-2
/
+2
*
Implement LWG 3065: Make path operators friends.
Eric Fiselier
2018-12-21
3
-1
/
+63
*
Implement LWG 3145: file_clock breaks ABI for C++17 implementations.
Eric Fiselier
2018-12-21
4
-0
/
+128
*
Implement LWG 2936: Path comparison is defined in terms of the generic format
Eric Fiselier
2018-12-21
1
-1
/
+54
*
[libcxx] Fix order checking in unordered_multimap tests.
Louis Dionne
2018-12-20
6
-152
/
+379
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
1
-1
/
+1
*
Add missing include to test. NFC
Marshall Clow
2018-12-19
1
-0
/
+1
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
23
-4
/
+34
*
Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...
Marshall Clow
2018-12-18
5
-135
/
+148
*
[libcxx] Remove XFAILs for older macOS versions
Louis Dionne
2018-12-18
1
-3
/
+0
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
4
-30
/
+43
*
[test] Add target_info for NetBSD, and XFAIL some of locale tests
Michal Gorny
2018-12-17
30
-0
/
+90
*
[test] [re.traits] Remove asserts failing due to invalid UTF-8
Michal Gorny
2018-12-17
1
-5
/
+0
*
Unbreak green dragon bots w/o __builtin_launder
Eric Fiselier
2018-12-17
1
-2
/
+2
*
Expect Clang diagnostics in std::launder test
Eric Fiselier
2018-12-17
1
-0
/
+2
*
[test] [ctime] Ignore -Wformat-zero-length warnings
Michal Gorny
2018-12-16
1
-0
/
+4
*
Fix static assert diagnostic checks in i386
Eric Fiselier
2018-12-15
3
-3
/
+3
*
Tolerate Clangs new static_assert messages
Eric Fiselier
2018-12-14
4
-4
/
+4
*
[libcxx] Mark some tests as still failing on macosx10.14
Louis Dionne
2018-12-14
2
-0
/
+2
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
27
-0
/
+1531
*
[test] [depr.c.headers] XFAIL uchar.h on NetBSD
Michal Gorny
2018-12-12
1
-0
/
+1
*
[test] [filesystems] NetBSD can do symlink permissions too
Michal Gorny
2018-12-12
1
-1
/
+1
*
[test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSD
Michal Gorny
2018-12-12
1
-1
/
+1
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-2
/
+3
*
[libcxx] Fix test on compilers that do not support char8_t yet
Louis Dionne
2018-12-11
1
-2
/
+4
*
Fix problems with char8_t stuff on compilers that don't support char8_t yet
Marshall Clow
2018-12-11
10
-11
/
+13
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
80
-101
/
+1002
[next]