llvm-project/libcxx/test/std/utilities
Zhihao Yuan 63ebd3bd24 [libc++] Fix build failures after merging <charconv>
Summary:
- fix a stupid unit test typo
- add <charconv> symbols to Linux abilist

Reviewers: EricWF

Subscribers: christof, ldionne, cfe-commits

Differential Revision: https://reviews.llvm.org/D50130

llvm-svn: 338486
2018-08-01 05:21:26 +00:00
..
allocator.adaptor [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. 2017-12-13 00:51:31 +00:00
any [libcxx][test] Silence -Wself-assign diagnostics 2018-04-07 10:36:03 +00:00
charconv [libc++] Fix build failures after merging <charconv> 2018-08-01 05:21:26 +00:00
function.objects [libcxx] func.wrap.func.con: Unset function before destroying anything 2018-04-25 23:38:41 +00:00
intseq [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
memory avoid new/delete ellision in construct.pass.cpp 2018-03-25 03:00:42 +00:00
meta [test] two small cleanups: 2018-07-09 23:45:09 +00:00
optional [libcxx] [test] Strip trailing whitespace. NFC. 2018-06-14 00:12:20 +00:00
ratio Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
smartptr/unique.ptr Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
template.bitset [libcxx] [test] Fix MSVC warnings, null pointer deref. 2017-12-13 00:51:27 +00:00
time import timespec and timespec_get into namespace std if we're under c++17 or later AND the underlying C library has them. Fixes PR#38220, but doesn't implement all of P0063 yet. 2018-07-31 19:25:00 +00:00
tuple [libcxx] [test] Fix MSVC warnings and errors. 2018-02-26 20:47:46 +00:00
type.index Fix recent build errors 2017-01-21 00:57:29 +00:00
utilities.general
utility [libcxx] [test] Avoid MSVC truncation warnings. 2018-04-12 23:56:07 +00:00
utility.requirements
variant Workaround GCC bug PR78489 - SFINAE order is not respected. 2018-03-22 22:32:55 +00:00
nothing_to_do.pass.cpp