Skip to content

Instantly share code, notes, and snippets.

@biot023
Created June 22, 2011 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biot023/1039586 to your computer and use it in GitHub Desktop.
Save biot023/1039586 to your computer and use it in GitHub Desktop.
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.duration/time.duration.comparisons
passed 11 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.duration/time.duration.cons
passed 11 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.duration/time.duration.nonmember
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.duration/time.duration.observer
passed 3 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.duration/time.duration.special
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.point
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.point/time.point.arithmetic
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.point/time.point.cast
passed 4 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.point/time.point.comparisons
passed 5 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.point/time.point.cons
passed 3 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.point/time.point.nonmember
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.point/time.point.observer
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.point/time.point.special
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.traits
passed 3 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.traits/time.traits.duration_values
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.traits/time.traits.is_fp
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/time/time.traits/time.traits.specializations
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.general
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple
passed 7 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign
passed 22 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr
passed 4 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation
passed 4 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple/tuple.helper
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple/tuple.special
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple/tuple.swap
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/tuple/tuple.tuple/tuple.traits
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/type.index
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/type.index/type.index.hash
passed 5 tests in /Users/douglivesey/src/libcxx/test/utilities/type.index/type.index.members
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/type.index/type.index.overview
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/type.index/type.index.synopsis
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utilities.general
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/declval
In file included from move_if_noexcept.pass.cpp:21:
In file included from /usr/include/c++/v1/utility:125:
In file included from /usr/include/c++/v1/__tuple:16:
/usr/include/c++/v1/type_traits:1903:21: error: calling a private constructor of class 'A'
decltype(_STD::move(_Tp(_STD::declval<_Args>()...)), true_type())
^
/usr/include/c++/v1/type_traits:1904:1: note: while substituting deduced template arguments into function
template '__is_constructible_test' [with _Tp = A, _Args = ]
__is_constructible_test(_Tp&&, _Args&& ...);
^
/usr/include/c++/v1/type_traits:1963:14: note: in instantiation of template class
'std::__1::__is_constructible<false, A, A &>' requested here
: public __is_constructible<is_scalar<_Tp>::value || is_reference<_Tp>::value,
^
/usr/include/c++/v1/type_traits:1989:14: note: in instantiation of template class
'std::__1::__is_constructible_void_check<false, A, A &>' requested here
: public __is_constructible_void_check<__contains_void<_Tp, _Args...>::value
^
/usr/include/c++/v1/type_traits:2210:14: note: in instantiation of template class
'std::__1::is_constructible<A, A &>' requested here
: public is_constructible<_Tp, const typename add_lvalue_reference<_Tp>::type>
^
In file included from move_if_noexcept.pass.cpp:21:
/usr/include/c++/v1/utility:193:51: note: in instantiation of template class
'std::__1::is_copy_constructible<A>' requested here
!is_nothrow_move_constructible<_Tp>::value && is_copy_constructible<_Tp>::value,
^
/usr/include/c++/v1/utility:200:1: note: while substituting deduced template arguments into function template
'move_if_noexcept' [with _Tp = A]
move_if_noexcept(_Tp& __x) _NOEXCEPT
^
move_if_noexcept.pass.cpp:53:5: error: static_assert failed ""
static_assert((std::is_same<decltype(std::move_if_noexcept(a)), A&&>::value), "");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from move_if_noexcept.pass.cpp:21:
In file included from /usr/include/c++/v1/utility:125:
In file included from /usr/include/c++/v1/__tuple:16:
/usr/include/c++/v1/type_traits:1903:21: error: calling a private constructor of class 'A'
decltype(_STD::move(_Tp(_STD::declval<_Args>()...)), true_type())
^
move_if_noexcept.pass.cpp:54:5: error: static_assert failed ""
static_assert((std::is_same<decltype(std::move_if_noexcept(ca)), const A&&>::value), "");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
move_if_noexcept.pass.cpp failed to compile
failed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/forward
passed 13 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/forward
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/operators
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/pairs
passed 6 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/pairs/pair.astuple
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/pairs/pair.piecewise
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/pairs/pairs.general
In file included from piecewise.pass.cpp:18:
/usr/include/c++/v1/utility:288:15: error: delegating constructors are not fully implemented
: pair(__pc, __first_args, __second_args,
^~~~
piecewise.pass.cpp:29:12: note: in instantiation of function template specialization
'std::__1::pair<std::__1::pair<int, int *>, std::__1::pair<int *, int> >::pair<int, int *, int *, int, ,
>' requested here
P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
^
1 error generated.
piecewise.pass.cpp failed to compile
failed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/pairs/pairs.pair
passed 11 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/pairs/pairs.pair
passed 3 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/pairs/pairs.spec
passed 2 tests in /Users/douglivesey/src/libcxx/test/utilities/utility/utility.swap
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility.requirements
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility.requirements/allocator.requirements
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility.requirements/hash.requirements
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility.requirements/nullablepointer.requiremen
ts
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility.requirements/swappable.requirements
passed 1 tests in /Users/douglivesey/src/libcxx/test/utilities/utility.requirements/utility.arg.requirements
****************************************************
Results for /Users/douglivesey/src/libcxx/test:
using clang version 2.9 (tags/RELEASE_29/final)
Target: x86_64-apple-darwin10
Thread model: posix
with -std=c++0x -stdlib=libc++
----------------------------------------------------
sections without tests : 1
sections with failures : 153
sections without failures: 910
+ ----
total number of sections : 1064
----------------------------------------------------
number of tests failed : 1197
number of tests passed : 3127
+ ----
total number of tests : 4324
****************************************************
~/src/libcxx/test$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment