diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2010-09-08 20:31:42 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2010-09-08 20:31:42 +0000 |
| commit | 1c1620b26920eb717eb4f91d8cb52f4f07ef186b (patch) | |
| tree | b628a318318baea5b886344bfe56e74faaa604b6 /libcxx/test/containers/container.adaptors/queue | |
| parent | d0419d1d6f6a743c46afdf0a1dce529b72b346ae (diff) | |
| download | bcm5719-llvm-1c1620b26920eb717eb4f91d8cb52f4f07ef186b.tar.gz bcm5719-llvm-1c1620b26920eb717eb4f91d8cb52f4f07ef186b.zip | |
Updated by-chapter-summary with weekly test results, and fixed up some bad paths in some tests caused by aligning the test suite with N3126.
llvm-svn: 113403
Diffstat (limited to 'libcxx/test/containers/container.adaptors/queue')
11 files changed, 13 insertions, 13 deletions
diff --git a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_alloc.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_alloc.pass.cpp index 4e231b50e49..afb6a874895 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_alloc.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_alloc.pass.cpp @@ -15,7 +15,7 @@ #include <queue> #include <cassert> -#include "../../../../test_allocator.h" +#include "../../../test_allocator.h" struct test : private std::queue<int, std::deque<int, test_allocator<int> > > diff --git a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_container_alloc.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_container_alloc.pass.cpp index cdb4fcfc7d8..763c40ea838 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_container_alloc.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_container_alloc.pass.cpp @@ -15,7 +15,7 @@ #include <queue> #include <cassert> -#include "../../../../test_allocator.h" +#include "../../../test_allocator.h" template <class C> C diff --git a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_queue_alloc.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_queue_alloc.pass.cpp index d8316243a5c..444dcb4d52c 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_queue_alloc.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_queue_alloc.pass.cpp @@ -15,7 +15,7 @@ #include <queue> #include <cassert> -#include "../../../../test_allocator.h" +#include "../../../test_allocator.h" template <class C> C diff --git a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rcontainer_alloc.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rcontainer_alloc.pass.cpp index 951160dd8a1..2383efc5e90 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rcontainer_alloc.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rcontainer_alloc.pass.cpp @@ -15,8 +15,8 @@ #include <queue> #include <cassert> -#include "../../../../test_allocator.h" -#include "../../../../MoveOnly.h" +#include "../../../test_allocator.h" +#include "../../../MoveOnly.h" #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES diff --git a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rqueue_alloc.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rqueue_alloc.pass.cpp index c080f5f8803..50ce454e174 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rqueue_alloc.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rqueue_alloc.pass.cpp @@ -15,8 +15,8 @@ #include <queue> #include <cassert> -#include "../../../../test_allocator.h" -#include "../../../../MoveOnly.h" +#include "../../../test_allocator.h" +#include "../../../MoveOnly.h" #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES diff --git a/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_default.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_default.pass.cpp index 6c90cc24b4f..9c1167c9a42 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_default.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_default.pass.cpp @@ -14,7 +14,7 @@ #include <queue> #include <cassert> -#include "../../../../stack_allocator.h" +#include "../../../stack_allocator.h" int main() { diff --git a/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_move.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_move.pass.cpp index c7e4b86b823..01df3134b4d 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_move.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_move.pass.cpp @@ -14,7 +14,7 @@ #include <queue> #include <cassert> -#include "../../../../MoveOnly.h" +#include "../../../MoveOnly.h" #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES diff --git a/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_rcontainer.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_rcontainer.pass.cpp index 16a2faadc65..fd96c0b9b12 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_rcontainer.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_rcontainer.pass.cpp @@ -14,7 +14,7 @@ #include <queue> #include <cassert> -#include "../../../../MoveOnly.h" +#include "../../../MoveOnly.h" #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES diff --git a/libcxx/test/containers/container.adaptors/queue/queue.defn/assign_move.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.defn/assign_move.pass.cpp index e655c3216ef..547a24ba757 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.defn/assign_move.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.defn/assign_move.pass.cpp @@ -14,7 +14,7 @@ #include <queue> #include <cassert> -#include "../../../../MoveOnly.h" +#include "../../../MoveOnly.h" #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES diff --git a/libcxx/test/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp index eda8b937cf3..eb4101552f5 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp @@ -14,7 +14,7 @@ #include <queue> #include <cassert> -#include "../../../../Emplaceable.h" +#include "../../../Emplaceable.h" int main() { diff --git a/libcxx/test/containers/container.adaptors/queue/queue.defn/push_rv.pass.cpp b/libcxx/test/containers/container.adaptors/queue/queue.defn/push_rv.pass.cpp index 88cf26455fc..13397e20d12 100644 --- a/libcxx/test/containers/container.adaptors/queue/queue.defn/push_rv.pass.cpp +++ b/libcxx/test/containers/container.adaptors/queue/queue.defn/push_rv.pass.cpp @@ -14,7 +14,7 @@ #include <queue> #include <cassert> -#include "../../../../MoveOnly.h" +#include "../../../MoveOnly.h" int main() { |

