summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3115-0/+21
* Support tests in freestandingJF Bastien2019-02-0418-18/+54
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1918-72/+54
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-142-7/+7
* Missed the tests for the deduction guides for prority_queueMarshall Clow2018-05-222-0/+181
* 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-185-16/+10
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-051-1/+3
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+4
* [libc++] Fix stack_allocatorEric Fiselier2016-10-082-4/+4
* 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-288-8/+8
* Move test into test/std subdirectory.Eric Fiselier2014-12-2016-0/+513
OpenPOWER on IntegriCloud