summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/test_macros.h
Commit message (Expand)AuthorAgeFilesLines
* Fix more uses of dynamic exception specifications in C++17Eric Fiselier2016-12-111-4/+10
* [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove...Stephan T. Lavavej2016-12-091-6/+10
* Unbreak C++03 buildEric Fiselier2016-10-121-1/+1
* Remove usages of _ALIGNAS_TYPEEric Fiselier2016-10-121-0/+6
* Fix nasty_containers.hpp for other stdlibsEric Fiselier2016-10-121-0/+2
* Fix various issues in std::any and the related tests.Eric Fiselier2016-10-071-0/+2
* [libcxx] [test] Guard __has_include usage with a macroEric Fiselier2016-10-041-1/+7
* Replace test_throw.h header with a single test macroEric Fiselier2016-10-011-0/+11
* Fix bad locale test data when using the newest glibcEric Fiselier2016-09-041-0/+7
* [libcxx] Add std::anyEric Fiselier2016-08-111-0/+7
* Unbreak traits tests by handling differences between version macros in clang/...Eric Fiselier2016-07-201-0/+8
* Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier2016-06-271-1/+1
* Add [[noreturn]] attribute to throw_bad_alloc_helper().Eric Fiselier2016-06-261-0/+6
* Use correct Clang feature names. I got them wrong in the previous commitEric Fiselier2016-06-221-2/+2
* Support old GCC exception and rtti detection macrosEric Fiselier2016-06-221-2/+4
* Fix exception/rtti detection in tests.Eric Fiselier2016-06-221-2/+2
* Add Filesystem TS -- CompleteEric Fiselier2016-06-171-0/+17
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-0/+2
* Remove C++11 feature macros in tests. Use TEST_STD_VER instead.Eric Fiselier2016-05-161-6/+0
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-281-27/+11
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-221-0/+6
* Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo.Eric Fiselier2015-12-091-0/+6
* Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier2015-10-011-0/+5
* [libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier2015-08-191-0/+2
* [libcxx] Add <experimental/any> v2.Eric Fiselier2015-07-311-0/+14
* Add test macros header to remove dependance on __config macros.Eric Fiselier2015-05-271-0/+83
OpenPOWER on IntegriCloud