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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113403 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2010-09-08 20:31:42 +00:00
parent 745d473ac1
commit e764f0b648
37 changed files with 41 additions and 41 deletions

View File

@ -15,7 +15,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class T> template <class T>
struct test struct test

View File

@ -15,7 +15,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class T> template <class T>
struct test struct test

View File

@ -16,7 +16,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class C> template <class C>
C C

View File

@ -16,7 +16,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class C> template <class C>
C C

View File

@ -25,7 +25,7 @@ make(int n)
return c; return c;
} }
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class T> template <class T>
struct test struct test

View File

@ -15,7 +15,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
@ -29,7 +29,7 @@ make(int n)
return c; return c;
} }
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class T> template <class T>
struct test struct test

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../stack_allocator.h" #include "../../../stack_allocator.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../stack_allocator.h" #include "../../../stack_allocator.h"
int main() int main()
{ {

View File

@ -16,7 +16,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -16,7 +16,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../Emplaceable.h" #include "../../../Emplaceable.h"
int main() int main()
{ {

View File

@ -16,7 +16,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
int main() int main()
{ {

View File

@ -15,7 +15,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
struct test struct test
: private std::queue<int, std::deque<int, test_allocator<int> > > : private std::queue<int, std::deque<int, test_allocator<int> > >

View File

@ -15,7 +15,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class C> template <class C>
C C

View File

@ -15,7 +15,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class C> template <class C>
C C

View File

@ -15,8 +15,8 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -15,8 +15,8 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../stack_allocator.h" #include "../../../stack_allocator.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../Emplaceable.h" #include "../../../Emplaceable.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
int main() int main()
{ {

View File

@ -15,7 +15,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
struct test struct test
: private std::stack<int, std::deque<int, test_allocator<int> > > : private std::stack<int, std::deque<int, test_allocator<int> > >

View File

@ -15,7 +15,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class C> template <class C>
C C

View File

@ -15,7 +15,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
template <class C> template <class C>
C C

View File

@ -15,8 +15,8 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -15,8 +15,8 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../test_allocator.h" #include "../../../test_allocator.h"
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -15,7 +15,7 @@
#include <vector> #include <vector>
#include <cassert> #include <cassert>
#include "../../../../stack_allocator.h" #include "../../../stack_allocator.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../Emplaceable.h" #include "../../../Emplaceable.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../../MoveOnly.h" #include "../../../MoveOnly.h"
int main() int main()
{ {

Binary file not shown.