summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* Don't "LIBCPP_ONLY(stuff;)" at namespace scope.Casey Carter2016-11-231-3/+3
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-2312-100/+385
* Add <variant> tests but disable them for libc++Eric Fiselier2016-11-2339-0/+4985
* Mark variadic lock guard tests as XFAIL with modules, since they have to defi...Eric Fiselier2016-11-217-1/+24
* [libcxx] [test] D26812: In random tests, use real static_asserts and silence ...Stephan T. Lavavej2016-11-186-20/+84
* [libcxx] [test] D26816: Fix non-Standard assumptions when testing sample().Stephan T. Lavavej2016-11-181-3/+14
* [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::...Stephan T. Lavavej2016-11-181-2/+2
* [libcxx] [test] D26813: allocator<const T> is non-Standard.Stephan T. Lavavej2016-11-182-18/+18
* Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari...Eric Fiselier2016-11-175-86/+54
* Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t ...Vedant Kumar2016-11-153-43/+3
* [libcxx] [test] D26627: Fix ordering assumptions in unordered container tests.Stephan T. Lavavej2016-11-153-32/+17
* [libcxx] [test] D26625: future_error::what() is implementation-defined.Stephan T. Lavavej2016-11-151-4/+6
* [libcxx] [test] D26624: Fix bucket_count() assumptions.Stephan T. Lavavej2016-11-158-96/+96
* Missed one of the try blocks the first time :-(. Thanks to Renato for the hea...Marshall Clow2016-11-151-3/+13
* P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istr...Marshall Clow2016-11-143-3/+43
* Missed a test with exceptions disabled earlier. Oops.Marshall Clow2016-11-141-4/+14
* Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Co...Marshall Clow2016-11-142-0/+12
* Make one of the new tests fail correctly on pre-C++17 systemsMarshall Clow2016-11-141-0/+6
* Implement P0510 'Make future_error Constructible' adopted in IssaquahMarshall Clow2016-11-141-0/+14
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-1416-4/+451
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-1431-270/+216
* Protect std::ios tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-145-5/+27
* Protect nested-exceptions tests under no-exceptionsRoger Ferrer Ibanez2016-11-143-3/+12
* Update tests for strings conversions under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-148-8/+84
* Protect smart-pointer tests under no exceptionsRoger Ferrer Ibanez2016-11-142-2/+8
* Implement LWG 2770 - Make tuple_size<T> defined for all TEric Fiselier2016-11-133-4/+30
* Fix PR30979 - tuple<move_only> is constructible from move_only const&Eric Fiselier2016-11-131-0/+50
* Protect bitset tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-104-44/+84
* Protect std::experimental::optional tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-0713-27/+77
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-04251-313/+603
* Implement another part of P0031; adding constexpr to move_iteratorMarshall Clow2016-11-0224-0/+349
* Remove spurious token from #endifRoger Ferrer Ibanez2016-11-021-1/+1
* Protect tests for new/delete under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-024-5/+20
* Fix __libcpp_is_constructible for source types with explicit conversion opera...Eric Fiselier2016-11-021-2/+118
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-0128-248/+598
* Protect lock tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-0113-18/+86
* Protect tests that expect an exception for an unknown std::random_deviceRoger Ferrer Ibanez2016-11-012-2/+4
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-3122-22/+22
* Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility.Eric Fiselier2016-10-311-0/+5
* Add more tests for optional<const T>Eric Fiselier2016-10-286-0/+29
* [libcxx] Make regex_match backtrack when search failsTim Shen2016-10-271-10/+52
* [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...Stephan T. Lavavej2016-10-2712-16/+31
* Cleanup nonportable behavior in tests for std::anyCasey Carter2016-10-263-8/+4
* Fix nullptr testsEric Fiselier2016-10-251-8/+17
* Fix non-portable tests for temp_directory_path(...)Eric Fiselier2016-10-241-8/+11
* Add missing include in string_view tests. Patch from Billy ONeil @ microsoftEric Fiselier2016-10-241-0/+1
* Fix shadow warnings in string_view tests. Patch from STL@microsoft.comEric Fiselier2016-10-242-22/+20
* Fix libc++ specific assertion in permissions(...) testsEric Fiselier2016-10-231-1/+2
* Make make_from_tuple tests more portable. Patch from STL@microsoft.comEric Fiselier2016-10-231-4/+4
* Fix unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-10-233-3/+3
OpenPOWER on IntegriCloud