summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/test_macros.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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