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
/
localization
/
locale.categories
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
*
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
197
-0
/
+312
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
2
-2
/
+0
*
Support tests in freestanding
JF Bastien
2019-02-04
226
-226
/
+678
*
[libc++] Use runtime rather then compile-time glibc version check
Petr Hosek
2019-01-28
1
-10
/
+24
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
226
-904
/
+678
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
2
-2
/
+2
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
3
-4
/
+8
*
[test] Add target_info for NetBSD, and XFAIL some of locale tests
Michal Gorny
2018-12-17
19
-0
/
+57
*
[libcxx] [test] Use TEST_COMPILER_C1XX.
Stephan T. Lavavej
2018-04-12
1
-1
/
+2
*
[libcxx] [test] Silence MSVC warning C4146.
Stephan T. Lavavej
2018-04-12
1
-0
/
+4
*
Fix undefined macro issue in locale tests; Try 2
Eric Fiselier
2018-04-04
3
-9
/
+15
*
Fix undefined macro issue in locale tests
Eric Fiselier
2018-04-04
2
-1
/
+7
*
Fix locale test data for GLIBC 2.27 and newer.
Eric Fiselier
2018-04-04
5
-38
/
+100
*
Fix PR36914 - num_get::get(unsigned) incorrectly handles negative numbers.
Eric Fiselier
2018-03-29
2
-10
/
+172
*
Add temporary printouts to test to help debug failures.
Eric Fiselier
2018-03-22
2
-0
/
+12
*
Make the ctype_byname::widen test cases pass on FreeBSD.
Dimitry Andric
2018-02-13
2
-2
/
+2
*
[libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.
Stephan T. Lavavej
2017-12-13
1
-14
/
+14
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
2
-4
/
+4
*
[libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preproces...
Stephan T. Lavavej
2017-07-19
1
-2
/
+8
*
[libcxx] [test] Update locale names for Windows.
Stephan T. Lavavej
2017-06-08
1
-4
/
+6
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
11
-20
/
+42
*
Add deployment knobs to tests (for Apple platforms)
Mehdi Amini
2017-03-15
7
-14
/
+14
*
Avoid implementation defined behavior in a test.
Dan Albert
2017-02-02
1
-1
/
+7
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
3
-3
/
+3
*
Get ctype_byname tests passing on Linux.
Eric Fiselier
2016-12-30
6
-75
/
+96
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
1
-7
/
+7
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
2
-4
/
+2
*
Enable the -Wsign-compare warning to better support MSVC
Eric Fiselier
2016-12-11
3
-3
/
+4
*
[libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu...
Eric Fiselier
2016-12-11
4
-28
/
+49
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-9
/
+11
*
[libcxx] [test] D27026: Fix copy-paste silliness; ULL can't ever be 32-bit.
Stephan T. Lavavej
2016-11-23
1
-1
/
+1
*
[libcxx] [test] D27019: Fix MSVC warning C4245 "conversion from 'X' to 'Y', s...
Stephan T. Lavavej
2016-11-23
6
-14
/
+14
*
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...
Stephan T. Lavavej
2016-11-14
9
-54
/
+9
*
Apply curr_symbol.pass.cpp test fix to missed test case
Eric Fiselier
2016-09-04
1
-1
/
+6
*
Fix bad locale test data when using the newest glibc
Eric Fiselier
2016-09-04
1
-0
/
+8
*
Remove locale tests that depend on enviroment variables.
Eric Fiselier
2016-07-18
1
-17
/
+0
*
Add checkpoint diagnostics to help diagnose buildbot failures.
Eric Fiselier
2016-07-18
1
-0
/
+4
*
Use L"cat" L"dog" when concatenating string literals. Patch from STL@microsof...
Eric Fiselier
2016-06-26
1
-8
/
+8
*
Use static_assert instead of runtime assert in std::money_base tests.
Eric Fiselier
2016-06-22
1
-7
/
+7
*
Remove locale tests that depend on LC_ALL. These are non-portable.
Eric Fiselier
2016-06-22
2
-32
/
+0
*
Implement LWG issue 1169. num_get not fully compatible with strto*
Eric Fiselier
2016-06-19
3
-0
/
+75
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
3
-8
/
+8
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
1
-2
/
+1
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
1
-118
/
+0
*
[libcxx] Remove localization tests for Russian month names
Jonas Hahnfeld
2016-03-15
2
-34
/
+0
*
[libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.
Daniel Sanders
2016-01-27
7
-0
/
+14
*
[libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders
2016-01-21
4
-0
/
+8
*
Mark slow ASAN/MSAN tests as XFAIL for now.
Eric Fiselier
2016-01-19
2
-0
/
+6
[next]