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
*
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
-105
/
+287
*
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
*
[libcxx] Remove outdated XFAILs for aligned deallocation
Louis Dionne
2019-01-09
1
-10
/
+0
*
Mark two more tests as FLAKY
Eric Fiselier
2019-01-09
2
-0
/
+4
*
[Sema] Teach Clang that aligned allocation is not supported with macosx10.13
Louis Dionne
2019-01-08
2
-9
/
+18
*
Set the buffer of an fstream to empty when the underlying file is closed. Thi...
Marshall Clow
2019-01-08
1
-0
/
+35
*
[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 PR39749 - Headers containing just #error harm __has_include.
Eric Fiselier
2019-01-06
16
-0
/
+312
*
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
4
-1
/
+166
*
Work around GCC 9.0 regression
Eric Fiselier
2018-12-19
1
-1
/
+2
*
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
*
[libcxx] Handle AppleClang 9 and 10 in XFAILs for aligned allocation tests
Louis Dionne
2018-12-18
1
-7
/
+8
*
[libcxx] Properly mark aligned allocation macro test as XFAIL on OS X
Louis Dionne
2018-12-18
1
-6
/
+6
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
5
-30
/
+66
*
[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
*
[libcxx] Speeding up partition_point/lower_bound/upper_bound
Louis Dionne
2018-12-17
1
-0
/
+56
*
[test] [support] Use socket()+bind() to create unix sockets portably
Michal Gorny
2018-12-16
1
-2
/
+8
*
[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
5
-5
/
+5
*
Tolerate Clangs new static_assert messages
Eric Fiselier
2018-12-14
6
-6
/
+6
*
[libcxx] Mark some tests as still failing on macosx10.14
Louis Dionne
2018-12-14
3
-0
/
+3
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
27
-0
/
+1531
*
[libcxx] Fix pop_back() tests to make sure they don't always just pass
Louis Dionne
2018-12-13
2
-0
/
+2
*
[libcxx] Add assertion in deque::pop_back when popping from an empty deque
Louis Dionne
2018-12-12
2
-0
/
+50
*
[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
[next]