summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/container.adaptors/queue/queue.cons
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-317-0/+9
* Support tests in freestandingJF Bastien2019-02-0411-11/+33
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-142-5/+5
* Mark deduction guide tests as failing on apple-clang-9JF Bastien2018-05-291-1/+1
* Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduc...Marshall Clow2018-05-281-1/+3
* Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow2018-05-222-0/+135
* Fix tests for extended noexcept in the container adaptors testsEric Fiselier2017-04-192-3/+4
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.Eric Fiselier2017-04-184-12/+8
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-052-2/+6
* [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-231-1/+2
* [libc++] Fix stack_allocatorEric Fiselier2016-10-081-2/+2
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-1/+2
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-261-1/+2
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-144-8/+8
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-286-6/+6
* Move test into test/std subdirectory.Eric Fiselier2014-12-209-0/+294
OpenPOWER on IntegriCloud