summaryrefslogtreecommitdiffstats
path: root/test/libcxx/utilities
Commit message (Expand)AuthorAgeFilesLines
* Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-012-2/+2
* Prevent UBSAN from generating unsigned overflow diagnostics in the hashing in...Eric Fiselier2017-02-081-0/+41
* [libcxx] [test] Fix comment typos.Stephan T. Lavavej2017-02-051-3/+3
* Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.Eric Fiselier2017-01-131-0/+7
* Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Mi...Eric Fiselier2017-01-052-5/+6
* Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier2017-01-052-24/+24
* Fix PR26961 - Add default constructor to std::pointer_safety struct.Eric Fiselier2017-01-051-2/+22
* Fix std::pointer_safety type in ABI v2Eric Fiselier2017-01-052-0/+64
* Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier2017-01-042-30/+30
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+2
* Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michae...Eric Fiselier2016-12-232-2/+2
* Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.Eric Fiselier2016-12-082-0/+225
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-051-0/+4
* XFAIL variant tests for apple-clangEric Fiselier2016-12-032-2/+3
* Work around Clang 3.8 bugsEric Fiselier2016-12-032-0/+56
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-025-0/+641
* Remove files missed in r287250Eric Fiselier2016-11-171-36/+0
* Update issue status for LWG 2744Eric Fiselier2016-10-162-27/+36
* Remove incorrect XFAILSEric Fiselier2016-10-124-16/+2
* Implement N4606 optionalEric Fiselier2016-10-126-0/+364
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-126-364/+0
* Add <optional> header.Eric Fiselier2016-10-126-0/+364
* Fix std::pair on FreeBSDEric Fiselier2016-10-111-17/+110
* Add missing REQUIRES for C++14Eric Fiselier2016-08-112-2/+2
* [libcxx] Add std::anyEric Fiselier2016-08-113-0/+157
* commit test missing from r276556Eric Fiselier2016-07-241-0/+27
* Add tests for reference binding assertions in std::tuple.Eric Fiselier2016-07-202-0/+104
* Improve ABI tests for std::pair.Eric Fiselier2016-07-182-5/+152
* Rename and rework `_LIBCPP_TRIVIAL_PAIR_COPY_CTOR`. Move FreeBSD configuratio...Eric Fiselier2016-07-181-0/+55
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-229-0/+180
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-3/+3
* Remove C++11 feature macros in tests. Use TEST_STD_VER instead.Eric Fiselier2016-05-161-1/+1
* Fix or move various non-standard tests.Eric Fiselier2016-04-291-0/+71
* Move INVOKE tests into test/libcxx sub-tree.Eric Fiselier2016-04-295-0/+1414
* Fix __is_referenceable to work with vector types. Fixes PR#26654 and 26656. T...Marshall Clow2016-02-221-0/+5
* Fix test to pass in C++03Marshall Clow2016-01-231-16/+51
* Implement LWG#2101 'Some transformation types can produce impossible types' ...Marshall Clow2016-01-211-0/+153
* Finally get the test suite passing in C++03!!Eric Fiselier2015-08-281-1/+2
* Move test/std/utilities/date.time to proper stable name utilities/time/date.timeEric Fiselier2015-08-244-0/+72
* [libcxx] Add atomic_support.h header to src that handles needed atomic operat...Eric Fiselier2015-07-071-0/+94