darling-libcxx/test/libcxx
2016-05-07 03:09:55 +00:00
..
atomics [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;" 2016-05-03 02:12:26 +00:00
containers Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
depr/depr.c.headers Move extern C include test into test/libcxx 2016-04-29 04:19:48 +00:00
experimental Add experimental container alias templates for PMRs 2016-05-07 03:09:55 +00:00
extensions Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
iterators Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the strong exception safety guarantee'. This turned out to be a pervasive problem in <string>, which required a fair amount of rework. Add in an optimization for when iterators provide noexcept increment/comparison/assignment/dereference (which covers many of the iterators in libc++). Reviewed as http://reviews.llvm.org/D15862 2016-01-13 21:54:34 +00:00
localization Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
selftest Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
strings Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
test Tweak --param=no_default_flags=true to still add -Ilibcxx/test/support 2016-05-06 21:35:06 +00:00
thread Guard a number of tests relying on threads support when built in 2016-03-23 21:04:11 +00:00
type_traits Move __lazy_* metafunctions to type traits and add tests 2015-08-31 03:50:31 +00:00
utilities Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
__init__.py [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
compiler.py Add missing license headers 2016-01-19 21:52:04 +00:00
double_include.sh.cpp Suppress clang warnings in some tests 2015-08-30 22:04:20 +00:00
util.py Add missing license headers 2016-01-19 21:52:04 +00:00