summaryrefslogtreecommitdiff
path: root/test/std/containers
AgeCommit message (Expand)Author
2017-01-18[libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej
2017-01-18[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej
2017-01-16Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow
2017-01-07[libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej
2017-01-04Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow
2016-12-28Fix debug mode for vector/list and cleanup testsEric Fiselier
2016-12-24Fix yet another missed -Wunused warning. Hopefully this is the last oneEric Fiselier
2016-12-24fix warnings only produced by apple-clangEric Fiselier
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-12-14Fix PR31378 - std::list::remove should not require a default constructible al...Eric Fiselier
2016-12-14[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej
2016-12-12[libcxx] [test] Fix an improper assumption about Null Forward Iterators.Stephan T. Lavavej
2016-12-11Enable the -Wsign-compare warning to better support MSVCEric Fiselier
2016-12-11Fix copy/paste errors introduced in r289358Eric Fiselier
2016-12-11Fix undefined behavior in container swap tests.Eric Fiselier
2016-12-09Fix missing const on set::count. Patch from Andrey KhalyavinEric Fiselier
2016-12-08[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej
2016-12-08[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27266: Remove spurious semicolons.Stephan T. Lavavej
2016-12-06[libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-01Protect sequences test under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-11-29Protect std::array tests under noexceptionsRoger Ferrer Ibanez
2016-11-29Protect std::{,unordered_}map tests under noexceptionsRoger Ferrer Ibanez
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-23[libcxx] [test] D27016: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] Fix max_size() across all containersEric Fiselier
2016-11-15[libcxx] [test] D26627: Fix ordering assumptions in unordered container tests.Stephan T. Lavavej
2016-11-15[libcxx] [test] D26624: Fix bucket_count() assumptions.Stephan T. Lavavej
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-10-31Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez
2016-10-27[PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...Stephan T. Lavavej
2016-10-08[libc++] Fix stack_allocatorEric Fiselier
2016-09-25Update -verify test to use new static assert messageEric Fiselier
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2016-08-22Add missing include that caused a test failure on Windows. Thanks to STL for ...Marshall Clow
2016-08-17make the associative containers do the right thing for propogate_on_container...Marshall Clow
2016-08-17Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow
2016-08-03Fix compile error due to mismatched iterator types. Patch from STL@microsoft.comEric Fiselier
2016-07-25Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-25Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier
2016-07-25Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier
2016-07-25Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier
2016-07-24Fix a non-standard allocator in vector tests. Patch from STL@microsoft.comEric Fiselier