You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/containers/container.adaptors/queue/queue.defn
Marshall Clow fd2d680753 Add failing tests that I forgot to add to the last commit
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@263451 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
assign_copy.pass.cpp Move test into test/std subdirectory. 11 years ago
assign_move.pass.cpp We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 11 years ago
back.pass.cpp Move test into test/std subdirectory. 11 years ago
back_const.pass.cpp Move test into test/std subdirectory. 11 years ago
emplace.pass.cpp Move test into test/std subdirectory. 11 years ago
empty.pass.cpp Move test into test/std subdirectory. 11 years ago
front.pass.cpp Move test into test/std subdirectory. 11 years ago
front_const.pass.cpp Move test into test/std subdirectory. 11 years ago
pop.pass.cpp Move test into test/std subdirectory. 11 years ago
push.pass.cpp Move test into test/std subdirectory. 11 years ago
push_rv.pass.cpp We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 11 years ago
size.pass.cpp Move test into test/std subdirectory. 11 years ago
swap.pass.cpp Move test into test/std subdirectory. 11 years ago
types.fail.cpp Add failing tests that I forgot to add to the last commit 10 years ago
types.pass.cpp Implement LWG#2566: Requirements on the first template parameter of container adaptors 10 years ago