| passed 1 tests in /cayuga |
| passed 1 tests in /cayuga/algorithms |
| passed 1 tests in /cayuga/algorithms/alg.c.library |
| passed 1 tests in /cayuga/algorithms/alg.modifying.operations |
| copy_if.pass.cpp: In function ‘void test()’: |
| copy_if.pass.cpp:52: error: ‘copy_if’ is not a member of ‘std’ |
| copy_if.pass.cpp failed to compile |
| copy_n.pass.cpp: In function ‘void test()’: |
| copy_n.pass.cpp:45: error: ‘copy_n’ is not a member of ‘std’ |
| copy_n.pass.cpp failed to compile |
| failed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.copy |
| passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.copy |
| passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.fill |
| passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.generate |
| passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.move |
| is_partitioned.pass.cpp:33:2: error: #error is_partitioned not implemented |
| is_partitioned.pass.cpp failed to compile |
| partition_copy.pass.cpp:35:2: error: #error partition_copy is not implemented |
| partition_copy.pass.cpp failed to compile |
| partition_point.pass.cpp:33:2: error: #error partition_point is not implemented |
| partition_point.pass.cpp failed to compile |
| failed 3 tests in /cayuga/algorithms/alg.modifying.operations/alg.partitions |
| passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.partitions |
| random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented |
| random_shuffle_urng.pass.cpp failed to compile |
| failed 1 tests in /cayuga/algorithms/alg.modifying.operations/alg.random.shuffle |
| passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.random.shuffle |
| passed 4 tests in /cayuga/algorithms/alg.modifying.operations/alg.remove |
| passed 4 tests in /cayuga/algorithms/alg.modifying.operations/alg.replace |
| passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.reverse |
| passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.rotate |
| In file included from ../../../../include/algorithm:516, |
| from swap_array.pass.cpp:31: |
| ../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = int [3]]’: |
| swap_array.pass.cpp:42: instantiated from here |
| ../../../../include/type_traits:1209: error: cannot initialize arrays using this syntax |
| ../../../../include/type_traits:1210: error: invalid array assignment |
| ../../../../include/type_traits:1211: error: invalid array assignment |
| ../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::unique_ptr<int, std::__yuga1::default_delete<int> > [3]]’: |
| swap_array.pass.cpp:62: instantiated from here |
| ../../../../include/type_traits:1209: error: bad array initializer |
| ../../../../include/type_traits:1210: error: invalid array assignment |
| ../../../../include/type_traits:1211: error: invalid array assignment |
| swap_array.pass.cpp failed to compile |
| failed 1 tests in /cayuga/algorithms/alg.modifying.operations/alg.swap |
| passed 3 tests in /cayuga/algorithms/alg.modifying.operations/alg.swap |
| passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.transform |
| passed 4 tests in /cayuga/algorithms/alg.modifying.operations/alg.unique |
| passed 1 tests in /cayuga/algorithms/alg.nonmodifying |
| passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.adjacent.find |
| not implemented: /cayuga/algorithms/alg.nonmodifying/alg.all_of |
| not implemented: /cayuga/algorithms/alg.nonmodifying/alg.any_of |
| passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.count |
| passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.equal |
| find_if_not.pass.cpp: In function ‘int main()’: |
| find_if_not.pass.cpp:41: error: ‘find_if_not’ is not a member of ‘std’ |
| find_if_not.pass.cpp:45: error: ‘find_if_not’ is not a member of ‘std’ |
| find_if_not.pass.cpp failed to compile |
| failed 1 tests in /cayuga/algorithms/alg.nonmodifying/alg.find |
| passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.find |
| passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.find.end |
| passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.find.first.of |
| passed 1 tests in /cayuga/algorithms/alg.nonmodifying/alg.foreach |
| not implemented: /cayuga/algorithms/alg.nonmodifying/alg.none_of |
| passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.search |
| passed 2 tests in /cayuga/algorithms/alg.nonmodifying/mismatch |
| passed 1 tests in /cayuga/algorithms/alg.sorting |
| passed 1 tests in /cayuga/algorithms/alg.sorting/alg.binary.search |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.binary.search/binary.search |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.binary.search/equal.range |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.binary.search/lower.bound |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.binary.search/upper.bound |
| passed 1 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations |
| passed 4 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/is.heap |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/make.heap |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/pop.heap |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/push.heap |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/sort.heap |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.lex.comparison |
| passed 4 tests in /cayuga/algorithms/alg.sorting/alg.merge |
| max_init_list.pass.cpp:33:2: error: #error max(initializer_list<T> t) is not implemented |
| max_init_list.pass.cpp failed to compile |
| max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list<T> t, Compare comp) is not implemented |
| max_init_list_comp.pass.cpp failed to compile |
| min_init_list.pass.cpp:33:2: error: #error min(initializer_list<T> t) is not implemented |
| min_init_list.pass.cpp failed to compile |
| min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list<T> t, Compare comp) is not implemented |
| min_init_list_comp.pass.cpp failed to compile |
| minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: |
| minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ |
| minmax.pass.cpp failed to compile |
| minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: |
| minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ |
| minmax_comp.pass.cpp failed to compile |
| minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list<T> t) is not implemented |
| minmax_init_list.pass.cpp failed to compile |
| minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list<T> t, Compare comp) is not implemented |
| minmax_init_list_comp.pass.cpp failed to compile |
| failed 8 tests in /cayuga/algorithms/alg.sorting/alg.min.max |
| passed 10 tests in /cayuga/algorithms/alg.sorting/alg.min.max |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.nth.element |
| passed 4 tests in /cayuga/algorithms/alg.sorting/alg.permutation.generators |
| passed 1 tests in /cayuga/algorithms/alg.sorting/alg.set.operations |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/includes |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/set.difference |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/set.intersection |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/set.union |
| passed 1 tests in /cayuga/algorithms/alg.sorting/alg.sort |
| passed 4 tests in /cayuga/algorithms/alg.sorting/alg.sort/is.sorted |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.sort/partial.sort |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.sort/partial.sort.copy |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.sort/sort |
| passed 2 tests in /cayuga/algorithms/alg.sorting/alg.sort/stable.sort |
| not implemented: /cayuga/algorithms/algorithms.general |
| not implemented: /cayuga/algorithms/algorithms.syn |
| not implemented: /cayuga/atomics |
| not implemented: /cayuga/atomics/atomics.fences |
| not implemented: /cayuga/atomics/atomics.flag |
| not implemented: /cayuga/atomics/atomics.general |
| not implemented: /cayuga/atomics/atomics.lockfree |
| not implemented: /cayuga/atomics/atomics.order |
| not implemented: /cayuga/atomics/atomics.syn |
| not implemented: /cayuga/atomics/atomics.types |
| not implemented: /cayuga/atomics/atomics.types/atomics.types.address |
| not implemented: /cayuga/atomics/atomics.types/atomics.types.generic |
| not implemented: /cayuga/atomics/atomics.types/atomics.types.integral |
| not implemented: /cayuga/atomics/atomics.types.operations |
| passed 1 tests in /cayuga/containers |
| not implemented: /cayuga/containers/associative |
| not implemented: /cayuga/containers/associative/map |
| not implemented: /cayuga/containers/associative/map/map.access |
| not implemented: /cayuga/containers/associative/map/map.cons |
| not implemented: /cayuga/containers/associative/map/map.modifiers |
| not implemented: /cayuga/containers/associative/map/map.ops |
| not implemented: /cayuga/containers/associative/map/map.special |
| not implemented: /cayuga/containers/associative/multimap |
| not implemented: /cayuga/containers/associative/multimap/multimap.cons |
| not implemented: /cayuga/containers/associative/multimap/multimap.modifiers |
| not implemented: /cayuga/containers/associative/multimap/multimap.ops |
| not implemented: /cayuga/containers/associative/multimap/multimap.special |
| not implemented: /cayuga/containers/associative/multiset |
| not implemented: /cayuga/containers/associative/multiset/multiset.cons |
| not implemented: /cayuga/containers/associative/multiset/multiset.special |
| not implemented: /cayuga/containers/associative/set |
| not implemented: /cayuga/containers/associative/set/set.cons |
| not implemented: /cayuga/containers/associative/set/set.special |
| passed 1 tests in /cayuga/containers/container.requirements |
| passed 1 tests in /cayuga/containers/container.requirements/associative.reqmts |
| passed 1 tests in /cayuga/containers/container.requirements/associative.reqmts/associative.reqmts.except |
| not implemented: /cayuga/containers/container.requirements/container.concepts |
| not implemented: /cayuga/containers/container.requirements/container.concepts/container.concepts.free |
| not implemented: /cayuga/containers/container.requirements/container.concepts/container.concepts.maps |
| not implemented: /cayuga/containers/container.requirements/container.concepts/container.concepts.member |
| passed 1 tests in /cayuga/containers/container.requirements/container.requirements.dataraces |
| passed 1 tests in /cayuga/containers/container.requirements/container.requirements.general |
| passed 1 tests in /cayuga/containers/container.requirements/sequence.reqmts |
| passed 1 tests in /cayuga/containers/container.requirements/unord.req |
| passed 1 tests in /cayuga/containers/container.requirements/unord.req/unord.req.except |
| not implemented: /cayuga/containers/containers.general |
| passed 1 tests in /cayuga/containers/sequences |
| not implemented: /cayuga/containers/sequences/array |
| not implemented: /cayuga/containers/sequences/array/array.cons |
| not implemented: /cayuga/containers/sequences/array/array.data |
| not implemented: /cayuga/containers/sequences/array/array.fill |
| not implemented: /cayuga/containers/sequences/array/array.size |
| not implemented: /cayuga/containers/sequences/array/array.special |
| not implemented: /cayuga/containers/sequences/array/array.tuple |
| not implemented: /cayuga/containers/sequences/array/array.zero |
| not implemented: /cayuga/containers/sequences/container.adaptors |
| not implemented: /cayuga/containers/sequences/container.adaptors/priority.queue |
| not implemented: /cayuga/containers/sequences/container.adaptors/priority.queue/priqueue.cons |
| not implemented: /cayuga/containers/sequences/container.adaptors/priority.queue/priqueue.members |
| not implemented: /cayuga/containers/sequences/container.adaptors/priority.queue/priqueue.special |
| not implemented: /cayuga/containers/sequences/container.adaptors/queue |
| not implemented: /cayuga/containers/sequences/container.adaptors/queue/queue.defn |
| not implemented: /cayuga/containers/sequences/container.adaptors/queue/queue.ops |
| not implemented: /cayuga/containers/sequences/container.adaptors/queue/queue.special |
| not implemented: /cayuga/containers/sequences/container.adaptors/stack |
| not implemented: /cayuga/containers/sequences/container.adaptors/stack/stack.defn |
| not implemented: /cayuga/containers/sequences/container.adaptors/stack/stack.ops |
| not implemented: /cayuga/containers/sequences/container.adaptors/stack/stack.special |
| not implemented: /cayuga/containers/sequences/deque |
| not implemented: /cayuga/containers/sequences/deque/deque.capacity |
| not implemented: /cayuga/containers/sequences/deque/deque.cons |
| not implemented: /cayuga/containers/sequences/deque/deque.modifiers |
| not implemented: /cayuga/containers/sequences/deque/deque.special |
| not implemented: /cayuga/containers/sequences/forwardlist |
| not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.access |
| not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.cons |
| not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.iter |
| not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.modifiers |
| not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.ops |
| not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.spec |
| not implemented: /cayuga/containers/sequences/list |
| not implemented: /cayuga/containers/sequences/list/list.capacity |
| not implemented: /cayuga/containers/sequences/list/list.cons |
| not implemented: /cayuga/containers/sequences/list/list.modifiers |
| not implemented: /cayuga/containers/sequences/list/list.ops |
| not implemented: /cayuga/containers/sequences/list/list.special |
| passed 1 tests in /cayuga/containers/sequences/vector |
| not implemented: /cayuga/containers/sequences/vector/vector.capacity |
| not implemented: /cayuga/containers/sequences/vector/vector.cons |
| not implemented: /cayuga/containers/sequences/vector/vector.data |
| not implemented: /cayuga/containers/sequences/vector/vector.modifiers |
| not implemented: /cayuga/containers/sequences/vector/vector.special |
| not implemented: /cayuga/containers/sequences/vector.bool |
| not implemented: /cayuga/containers/unord |
| not implemented: /cayuga/containers/unord/unord.map |
| not implemented: /cayuga/containers/unord/unord.map/unord.map.cnstr |
| not implemented: /cayuga/containers/unord/unord.map/unord.map.elem |
| not implemented: /cayuga/containers/unord/unord.map/unord.map.swap |
| not implemented: /cayuga/containers/unord/unord.multimap |
| not implemented: /cayuga/containers/unord/unord.multimap/unord.multimap.cnstr |
| not implemented: /cayuga/containers/unord/unord.multimap/unord.multimap.swap |
| not implemented: /cayuga/containers/unord/unord.multiset |
| not implemented: /cayuga/containers/unord/unord.multiset/unord.multiset.cnstr |
| not implemented: /cayuga/containers/unord/unord.multiset/unord.multiset.swap |
| not implemented: /cayuga/containers/unord/unord.set |
| not implemented: /cayuga/containers/unord/unord.set/unord.set.cnstr |
| not implemented: /cayuga/containers/unord/unord.set/unord.set.swap |
| passed 1 tests in /cayuga/depr |
| passed 1 tests in /cayuga/depr/depr.auto.ptr |
| passed 1 tests in /cayuga/depr/depr.auto.ptr/auto.ptr |
| passed 10 tests in /cayuga/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons |
| passed 4 tests in /cayuga/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv |
| passed 4 tests in /cayuga/depr/depr.auto.ptr/auto.ptr/auto.ptr.members |
| inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined |
| inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined |
| inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined |
| inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined |
| inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined |
| inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined |
| inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined |
| inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined |
| inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined |
| inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined |
| inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined |
| inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined |
| inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined |
| inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined |
| inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined |
| inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined |
| inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined |
| inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined |
| inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined |
| inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined |
| inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined |
| inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined |
| inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined |
| inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined |
| inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined |
| inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined |
| inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined |
| inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined |
| inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined |
| inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined |
| inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined |
| inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined |
| inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined |
| inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined |
| inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined |
| inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined |
| inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined |
| inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined |
| inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined |
| inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined |
| inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined |
| inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined |
| inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined |
| inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined |
| inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined |
| inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined |
| inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined |
| inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined |
| inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined |
| inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined |
| inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined |
| inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined |
| inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined |
| inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined |
| inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined |
| inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined |
| inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined |
| inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined |
| inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined |
| inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined |
| inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined |
| inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined |
| inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined |
| inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined |
| inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined |
| inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined |
| inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined |
| inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined |
| inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined |
| inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined |
| inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined |
| inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined |
| inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined |
| inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined |
| inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined |
| inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined |
| inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined |
| inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined |
| inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined |
| inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined |
| inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined |
| inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined |
| inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined |
| inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined |
| inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined |
| inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined |
| inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined |
| inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined |
| inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined |
| inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined |
| inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined |
| inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined |
| inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined |
| inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined |
| inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined |
| inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined |
| inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined |
| inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined |
| inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined |
| inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined |
| inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined |
| inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined |
| inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined |
| inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined |
| inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined |
| inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined |
| inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined |
| inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined |
| inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined |
| inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined |
| inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined |
| inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined |
| inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined |
| inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined |
| inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined |
| inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined |
| inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined |
| inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined |
| inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined |
| inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined |
| inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined |
| inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined |
| inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined |
| inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined |
| inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined |
| inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined |
| inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined |
| inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined |
| inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined |
| inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined |
| inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined |
| inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined |
| inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined |
| inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined |
| inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined |
| inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined |
| inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined |
| inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined |
| inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined |
| inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined |
| inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined |
| inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined |
| inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined |
| inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined |
| inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined |
| inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined |
| inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined |
| inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined |
| inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined |
| inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined |
| inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined |
| inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined |
| inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined |
| inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined |
| inttypes_h.pass.cpp failed to compile |
| uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory |
| uchar_h.pass.cpp failed to compile |
| failed 2 tests in /cayuga/depr/depr.c.headers |
| passed 24 tests in /cayuga/depr/depr.c.headers |
| not implemented: /cayuga/depr/depr.ios.members |
| passed 1 tests in /cayuga/depr/depr.lib.binders |
| passed 1 tests in /cayuga/depr/depr.lib.binders/depr.lib.bind.1st |
| passed 1 tests in /cayuga/depr/depr.lib.binders/depr.lib.bind.2nd |
| passed 1 tests in /cayuga/depr/depr.lib.binders/depr.lib.binder.1st |
| passed 1 tests in /cayuga/depr/depr.lib.binders/depr.lib.binder.2nd |
| passed 1 tests in /cayuga/depr/depr.lib.iterator.primitives |
| not implemented: /cayuga/depr/depr.lib.iterator.primitives/iterator.backward |
| passed 1 tests in /cayuga/depr/depr.lib.iterator.primitives/iterator.basic |
| passed 4 tests in /cayuga/depr/depr.lib.iterator.primitives/iterator.traits |
| passed 5 tests in /cayuga/depr/depr.lib.iterator.primitives/std.iterator.tags |
| not implemented: /cayuga/depr/depr.str.strstreams |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.istrstream |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.ostrstream |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.strstream |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.strstreambuf |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members |
| not implemented: /cayuga/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals |
| passed 1 tests in /cayuga/diagnostics |
| passed 1 tests in /cayuga/diagnostics/assertions |
| passed 1 tests in /cayuga/diagnostics/diagnostics.general |
| passed 1 tests in /cayuga/diagnostics/errno |
| passed 1 tests in /cayuga/diagnostics/std.exceptions |
| passed 1 tests in /cayuga/diagnostics/std.exceptions/domain.error |
| passed 1 tests in /cayuga/diagnostics/std.exceptions/invalid.argument |
| passed 1 tests in /cayuga/diagnostics/std.exceptions/length.error |
| passed 1 tests in /cayuga/diagnostics/std.exceptions/logic.error |
| passed 1 tests in /cayuga/diagnostics/std.exceptions/out.of.range |
| passed 1 tests in /cayuga/diagnostics/std.exceptions/overflow.error |
| passed 1 tests in /cayuga/diagnostics/std.exceptions/range.error |
| passed 1 tests in /cayuga/diagnostics/std.exceptions/runtime.error |
| passed 1 tests in /cayuga/diagnostics/std.exceptions/underflow.error |
| passed 1 tests in /cayuga/diagnostics/syserr |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.compare |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcat |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.derived |
| passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals |
| passed 2 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.objects |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.overview |
| passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcode |
| passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors |
| passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers |
| stream_inserter.pass.cpp:37:2: error: #error basic_ostream<charT,traits>& operator<<(basic_ostream<charT,traits>& os, const error_code& ec) not implemented |
| stream_inserter.pass.cpp failed to compile |
| failed 1 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers |
| passed 2 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers |
| passed 5 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.observers |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.overview |
| not implemented: /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcodeenum |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcondition |
| not implemented: /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondenum |
| passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors |
| passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers |
| passed 2 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers |
| passed 4 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.syserr |
| passed 6 tests in /cayuga/diagnostics/syserr/syserr.syserr/syserr.syserr.members |
| passed 1 tests in /cayuga/diagnostics/syserr/syserr.syserr/syserr.syserr.overview |
| not implemented: /cayuga/input.output |
| not implemented: /cayuga/input.output/file.streams |
| cinttypes.pass.cpp:274:2: error: #error PRId8 not defined |
| cinttypes.pass.cpp:278:2: error: #error PRId16 not defined |
| cinttypes.pass.cpp:282:2: error: #error PRId32 not defined |
| cinttypes.pass.cpp:286:2: error: #error PRId64 not defined |
| cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined |
| cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined |
| cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined |
| cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined |
| cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined |
| cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined |
| cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined |
| cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined |
| cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined |
| cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined |
| cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined |
| cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined |
| cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined |
| cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined |
| cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined |
| cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined |
| cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined |
| cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined |
| cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined |
| cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined |
| cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined |
| cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined |
| cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined |
| cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined |
| cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined |
| cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined |
| cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined |
| cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined |
| cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined |
| cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined |
| cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined |
| cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined |
| cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined |
| cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined |
| cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined |
| cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined |
| cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined |
| cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined |
| cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined |
| cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined |
| cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined |
| cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined |
| cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined |
| cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined |
| cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined |
| cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined |
| cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined |
| cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined |
| cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined |
| cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined |
| cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined |
| cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined |
| cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined |
| cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined |
| cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined |
| cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined |
| cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined |
| cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined |
| cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined |
| cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined |
| cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined |
| cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined |
| cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined |
| cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined |
| cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined |
| cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined |
| cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined |
| cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined |
| cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined |
| cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined |
| cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined |
| cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined |
| cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined |
| cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined |
| cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined |
| cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined |
| cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined |
| cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined |
| cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined |
| cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined |
| cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined |
| cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined |
| cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined |
| cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined |
| cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined |
| cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined |
| cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined |
| cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined |
| cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined |
| cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined |
| cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined |
| cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined |
| cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined |
| cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined |
| cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined |
| cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined |
| cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined |
| cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined |
| cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined |
| cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined |
| cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined |
| cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined |
| cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined |
| cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined |
| cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined |
| cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined |
| cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined |
| cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined |
| cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined |
| cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined |
| cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined |
| cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined |
| cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined |
| cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined |
| cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined |
| cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined |
| cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined |
| cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined |
| cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined |
| cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined |
| cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined |
| cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined |
| cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined |
| cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined |
| cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined |
| cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined |
| cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined |
| cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined |
| cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined |
| cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined |
| cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined |
| cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined |
| cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined |
| cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined |
| cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined |
| cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined |
| cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined |
| cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined |
| cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined |
| cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined |
| cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined |
| cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined |
| cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined |
| cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined |
| cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined |
| cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined |
| cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined |
| cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined |
| cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined |
| cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined |
| cinttypes.pass.cpp failed to compile |
| failed 1 tests in /cayuga/input.output/file.streams/c.files |
| passed 1 tests in /cayuga/input.output/file.streams/c.files |
| not implemented: /cayuga/input.output/file.streams/fstreams |
| not implemented: /cayuga/input.output/file.streams/fstreams/filebuf |
| not implemented: /cayuga/input.output/file.streams/fstreams/filebuf.assign |
| not implemented: /cayuga/input.output/file.streams/fstreams/filebuf.cons |
| not implemented: /cayuga/input.output/file.streams/fstreams/filebuf.members |
| not implemented: /cayuga/input.output/file.streams/fstreams/filebuf.virtuals |
| not implemented: /cayuga/input.output/file.streams/fstreams/fstream |
| not implemented: /cayuga/input.output/file.streams/fstreams/fstream.assign |
| not implemented: /cayuga/input.output/file.streams/fstreams/fstream.cons |
| not implemented: /cayuga/input.output/file.streams/fstreams/fstream.members |
| not implemented: /cayuga/input.output/file.streams/fstreams/ifstream |
| not implemented: /cayuga/input.output/file.streams/fstreams/ifstream.assign |
| not implemented: /cayuga/input.output/file.streams/fstreams/ifstream.cons |
| not implemented: /cayuga/input.output/file.streams/fstreams/ifstream.members |
| not implemented: /cayuga/input.output/file.streams/fstreams/ofstream |
| not implemented: /cayuga/input.output/file.streams/fstreams/ofstream.assign |
| not implemented: /cayuga/input.output/file.streams/fstreams/ofstream.cons |
| not implemented: /cayuga/input.output/file.streams/fstreams/ofstream.members |
| not implemented: /cayuga/input.output/input.output.general |
| not implemented: /cayuga/input.output/iostream.format |
| not implemented: /cayuga/input.output/iostream.format/ext.manip |
| not implemented: /cayuga/input.output/iostream.format/input.streams |
| not implemented: /cayuga/input.output/iostream.format/input.streams/iostreamclass |
| not implemented: /cayuga/input.output/iostream.format/input.streams/iostreamclass/iostream.assign |
| not implemented: /cayuga/input.output/iostream.format/input.streams/iostreamclass/iostream.cons |
| not implemented: /cayuga/input.output/iostream.format/input.streams/iostreamclass/iostream.dest |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream/istream.assign |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream/istream.cons |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream/istream::sentry |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream.formatted |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream.formatted/istream::extractors |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream.manip |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream.rvalue |
| not implemented: /cayuga/input.output/iostream.format/input.streams/istream.unformatted |
| not implemented: /cayuga/input.output/iostream.format/output.streams |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.assign |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.cons |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.formatted |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.manip |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.rvalue |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.seeks |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream.unformatted |
| not implemented: /cayuga/input.output/iostream.format/output.streams/ostream::sentry |
| not implemented: /cayuga/input.output/iostream.format/std.manip |
| passed 1 tests in /cayuga/input.output/iostream.forward |
| not implemented: /cayuga/input.output/iostream.objects |
| not implemented: /cayuga/input.output/iostream.objects/narrow.stream.objects |
| not implemented: /cayuga/input.output/iostream.objects/wide.stream.objects |
| passed 1 tests in /cayuga/input.output/iostreams.base |
| passed 1 tests in /cayuga/input.output/iostreams.base/fpos |
| passed 1 tests in /cayuga/input.output/iostreams.base/fpos/fpos.members |
| passed 7 tests in /cayuga/input.output/iostreams.base/fpos/fpos.operations |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios/basic.ios.cons |
| passed 13 tests in /cayuga/input.output/iostreams.base/ios/basic.ios.members |
| passed 11 tests in /cayuga/input.output/iostreams.base/ios/iostate.flags |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios.base |
| passed 9 tests in /cayuga/input.output/iostreams.base/ios.base/fmtflags.state |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.base.callback |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.base.cons |
| passed 2 tests in /cayuga/input.output/iostreams.base/ios.base/ios.base.locales |
| passed 3 tests in /cayuga/input.output/iostreams.base/ios.base/ios.base.storage |
| not implemented: /cayuga/input.output/iostreams.base/ios.base/ios.members.static |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types |
| not implemented: /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::Init |
| passed 2 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::failure |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::iostate |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::openmode |
| passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::seekdir |
| passed 1 tests in /cayuga/input.output/iostreams.base/std.ios.manip |
| passed 3 tests in /cayuga/input.output/iostreams.base/std.ios.manip/adjustfield.manip |
| passed 3 tests in /cayuga/input.output/iostreams.base/std.ios.manip/basefield.manip |
| passed 3 tests in /cayuga/input.output/iostreams.base/std.ios.manip/error.reporting |
| passed 4 tests in /cayuga/input.output/iostreams.base/std.ios.manip/floatfield.manip |
| passed 14 tests in /cayuga/input.output/iostreams.base/std.ios.manip/fmtflags.manip |
| passed 2 tests in /cayuga/input.output/iostreams.base/stream.types |
| not implemented: /cayuga/input.output/iostreams.requirements |
| not implemented: /cayuga/input.output/iostreams.requirements/iostream.limits.imbue |
| not implemented: /cayuga/input.output/iostreams.requirements/iostreams.limits.pos |
| not implemented: /cayuga/input.output/iostreams.requirements/iostreams.threadsafety |
| not implemented: /cayuga/input.output/stream.buffers |
| not implemented: /cayuga/input.output/stream.buffers/streambuf |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.cons |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.members |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.protected |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback |
| not implemented: /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put |
| not implemented: /cayuga/input.output/stream.buffers/streambuf.reqts |
| not implemented: /cayuga/input.output/string.streams |
| not implemented: /cayuga/input.output/string.streams/istringstream |
| not implemented: /cayuga/input.output/string.streams/istringstream/istringstream.assign |
| not implemented: /cayuga/input.output/string.streams/istringstream/istringstream.cons |
| not implemented: /cayuga/input.output/string.streams/istringstream/istringstream.members |
| not implemented: /cayuga/input.output/string.streams/ostringstream |
| not implemented: /cayuga/input.output/string.streams/ostringstream/ostringstream.assign |
| not implemented: /cayuga/input.output/string.streams/ostringstream/ostringstream.cons |
| not implemented: /cayuga/input.output/string.streams/ostringstream/ostringstream.members |
| not implemented: /cayuga/input.output/string.streams/stringbuf |
| not implemented: /cayuga/input.output/string.streams/stringbuf/stringbuf.assign |
| not implemented: /cayuga/input.output/string.streams/stringbuf/stringbuf.cons |
| not implemented: /cayuga/input.output/string.streams/stringbuf/stringbuf.members |
| not implemented: /cayuga/input.output/string.streams/stringbuf/stringbuf.virtuals |
| not implemented: /cayuga/input.output/string.streams/stringstream |
| not implemented: /cayuga/input.output/string.streams/stringstream.cons |
| not implemented: /cayuga/input.output/string.streams/stringstream.cons/stringstream.assign |
| not implemented: /cayuga/input.output/string.streams/stringstream.members |
| passed 1 tests in /cayuga/iterators |
| passed 1 tests in /cayuga/iterators/insert.iterators |
| passed 1 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops |
| passed 2 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons |
| not implemented: /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.maps |
| passed 2 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ |
| passed 2 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= |
| passed 1 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk |
| passed 1 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.inserter |
| passed 1 tests in /cayuga/iterators/insert.iterators/back.insert.iterator |
| not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops |
| not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons |
| not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.maps |
| not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ |
| not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= |
| not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk |
| not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.inserter |
| not implemented: /cayuga/iterators/insert.iterators/front.insert.iterator |
| passed 1 tests in /cayuga/iterators/insert.iterators/insert.iter.ops |
| passed 1 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.cons |
| not implemented: /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.maps |
| passed 2 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.op++ |
| passed 2 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.op= |
| passed 1 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk |
| passed 1 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/inserter |
| passed 1 tests in /cayuga/iterators/insert.iterators/insert.iterator |
| not implemented: /cayuga/iterators/iterator.concepts |
| not implemented: /cayuga/iterators/iterator.concepts/bidirectional.iterators |
| not implemented: /cayuga/iterators/iterator.concepts/forward.iterators |
| not implemented: /cayuga/iterators/iterator.concepts/input.iterators |
| not implemented: /cayuga/iterators/iterator.concepts/iterator.concepts.range |
| not implemented: /cayuga/iterators/iterator.concepts/iterator.iterators |
| not implemented: /cayuga/iterators/iterator.concepts/output.iterators |
| not implemented: /cayuga/iterators/iterator.concepts/random.access.iterators |
| not implemented: /cayuga/iterators/iterator.concepts/shuffle.iterators |
| next.pass.cpp: In function ‘void test(It, typename std::__yuga1::iterator_traits<_Tp>::difference_type, It)’: |
| next.pass.cpp:38: error: ‘next’ is not a member of ‘std’ |
| next.pass.cpp: In function ‘void test(It, It)’: |
| next.pass.cpp:45: error: ‘next’ is not a member of ‘std’ |
| next.pass.cpp failed to compile |
| prev.pass.cpp: In function ‘void test(It, typename std::__yuga1::iterator_traits<_Tp>::difference_type, It)’: |
| prev.pass.cpp:38: error: ‘prev’ is not a member of ‘std’ |
| prev.pass.cpp: In function ‘void test(It, It)’: |
| prev.pass.cpp:45: error: ‘next’ is not a member of ‘std’ |
| prev.pass.cpp failed to compile |
| failed 2 tests in /cayuga/iterators/iterator.operations |
| passed 2 tests in /cayuga/iterators/iterator.operations |
| passed 1 tests in /cayuga/iterators/iterator.syn |
| not implemented: /cayuga/iterators/iterators.general |
| passed 1 tests in /cayuga/iterators/predef.iterators |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops |
| not implemented: /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.maps |
| passed 3 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= |
| passed 6 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp |
| passed 5 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv |
| passed 2 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr |
| passed 2 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star |
| passed 2 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= |
| passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iterator |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators |
| not implemented: /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.maps |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops |
| passed 5 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ |
| passed 2 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- |
| passed 2 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star |
| passed 2 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum |
| passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iterator |
| not implemented: /cayuga/iterators/stream.iterators |
| not implemented: /cayuga/iterators/stream.iterators/istream.iterator |
| not implemented: /cayuga/iterators/stream.iterators/istream.iterator/istream.iterator.cons |
| not implemented: /cayuga/iterators/stream.iterators/istream.iterator/istream.iterator.ops |
| not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator |
| not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons |
| not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal |
| not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= |
| not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ |
| not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== |
| not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk |
| not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy |
| not implemented: /cayuga/iterators/stream.iterators/ostream.iterator |
| not implemented: /cayuga/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des |
| not implemented: /cayuga/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops |
| not implemented: /cayuga/iterators/stream.iterators/ostreambuf.iterator |
| not implemented: /cayuga/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons |
| not implemented: /cayuga/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops |
| passed 1 tests in /cayuga/language.support |
| passed 1 tests in /cayuga/language.support/cstdint |
| passed 1 tests in /cayuga/language.support/cstdint/cstdint.syn |
| passed 1 tests in /cayuga/language.support/cstdint/stdinth |
| passed 1 tests in /cayuga/language.support/support.dynamic |
| passed 1 tests in /cayuga/language.support/support.dynamic/alloc.errors |
| passed 1 tests in /cayuga/language.support/support.dynamic/alloc.errors/bad.alloc |
| passed 1 tests in /cayuga/language.support/support.dynamic/alloc.errors/new.handler |
| passed 1 tests in /cayuga/language.support/support.dynamic/alloc.errors/set.new.handler |
| passed 1 tests in /cayuga/language.support/support.dynamic/new.delete |
| Assertion failed: (new_called), function main, file new_array_nothrow_replace.pass.cpp, line 59. |
| ./testit: line 94: 77168 Abort trap ./a.out |
| new_array_nothrow_replace.pass.cpp failed at run time |
| failed 1 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.array |
| passed 3 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.array |
| passed 1 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.dataraces |
| passed 2 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.placement |
| Assertion failed: (new_called), function main, file new_nothrow_replace.pass.cpp, line 59. |
| ./testit: line 94: 77238 Abort trap ./a.out |
| new_nothrow_replace.pass.cpp failed at run time |
| failed 1 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.single |
| passed 3 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.single |
| passed 1 tests in /cayuga/language.support/support.exception |
| not implemented: /cayuga/language.support/support.exception/except.nested |
| passed 1 tests in /cayuga/language.support/support.exception/exception |
| passed 1 tests in /cayuga/language.support/support.exception/exception.terminate |
| passed 1 tests in /cayuga/language.support/support.exception/exception.terminate/set.terminate |
| passed 1 tests in /cayuga/language.support/support.exception/exception.terminate/terminate |
| passed 1 tests in /cayuga/language.support/support.exception/exception.terminate/terminate.handler |
| passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected |
| passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected/bad.exception |
| passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected/set.unexpected |
| passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected/unexpected |
| passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected/unexpected.handler |
| not implemented: /cayuga/language.support/support.exception/propagation |
| passed 1 tests in /cayuga/language.support/support.exception/uncaught |
| not implemented: /cayuga/language.support/support.general |
| not implemented: /cayuga/language.support/support.initlist |
| not implemented: /cayuga/language.support/support.initlist/support.initlist.access |
| not implemented: /cayuga/language.support/support.initlist/support.initlist.concept |
| not implemented: /cayuga/language.support/support.initlist/support.initlist.cons |
| passed 1 tests in /cayuga/language.support/support.limits |
| passed 2 tests in /cayuga/language.support/support.limits/c.limits |
| passed 1 tests in /cayuga/language.support/support.limits/limits |
| passed 1 tests in /cayuga/language.support/support.limits/limits/denorm.style |
| passed 1 tests in /cayuga/language.support/support.limits/limits/numeric.limits |
| passed 31 tests in /cayuga/language.support/support.limits/limits/numeric.limits.members |
| passed 1 tests in /cayuga/language.support/support.limits/limits/numeric.special |
| passed 1 tests in /cayuga/language.support/support.limits/limits/round.style |
| passed 1 tests in /cayuga/language.support/support.rtti |
| passed 1 tests in /cayuga/language.support/support.rtti/bad.cast |
| passed 1 tests in /cayuga/language.support/support.rtti/bad.typeid |
| not implemented: /cayuga/language.support/support.rtti/type.index |
| not implemented: /cayuga/language.support/support.rtti/type.index/type.index.members |
| not implemented: /cayuga/language.support/support.rtti/type.index/type.index.overview |
| not implemented: /cayuga/language.support/support.rtti/type.index/type.index.templ |
| type_info_hash.pass.cpp: In function ‘int main()’: |
| type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ |
| type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ |
| type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ |
| type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ |
| type_info_hash.pass.cpp failed to compile |
| failed 1 tests in /cayuga/language.support/support.rtti/type.info |
| passed 1 tests in /cayuga/language.support/support.rtti/type.info |
| passed 6 tests in /cayuga/language.support/support.runtime |
| quick_exit.pass.cpp: In function ‘int main()’: |
| quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ |
| quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope |
| quick_exit.pass.cpp failed to compile |
| failed 1 tests in /cayuga/language.support/support.start.term |
| nullptr_t.pass.cpp: In function ‘int main()’: |
| nullptr_t.pass.cpp:44: internal compiler error: tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_base, at cp/search.c:214 |
| Please submit a full bug report, |
| with preprocessed source if appropriate. |
| See <http://gcc.gnu.org/bugs.html> for instructions. |
| nullptr_t.pass.cpp failed to compile |
| failed 1 tests in /cayuga/language.support/support.types |
| passed 5 tests in /cayuga/language.support/support.types |
| passed 1 tests in /cayuga/localization |
| passed 1 tests in /cayuga/localization/c.locales |
| passed 1 tests in /cayuga/localization/locale.categories |
| passed 1 tests in /cayuga/localization/locale.categories/category.collate |
| passed 2 tests in /cayuga/localization/locale.categories/category.collate/locale.collate |
| passed 3 tests in /cayuga/localization/locale.categories/category.collate/locale.collate/locale.collate.members |
| passed 1 tests in /cayuga/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals |
| passed 4 tests in /cayuga/localization/locale.categories/category.collate/locale.collate.byname |
| passed 1 tests in /cayuga/localization/locale.categories/category.ctype |
| passed 1 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special |
| passed 1 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor |
| passed 14 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members |
| passed 1 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics |
| passed 1 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals |
| Undefined symbols: |
| "typeinfo for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from: |
| typeinfo for my_facet in ccurwO1l.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccurwO1l.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: |
| vtable for my_facet in ccurwO1l.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: |
| vtable for my_facet in ccurwO1l.o |
| "vtable for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from: |
| __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccurwO1l.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_max_length() const", referenced from: |
| vtable for my_facet in ccurwO1l.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_always_noconv() const", referenced from: |
| vtable for my_facet in ccurwO1l.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_encoding() const", referenced from: |
| vtable for my_facet in ccurwO1l.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: |
| vtable for my_facet in ccurwO1l.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: |
| vtable for my_facet in ccurwO1l.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| ctor_char16_t.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_always_noconv() const", referenced from: |
| vtable for my_facet in ccs3kpVC.o |
| "typeinfo for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from: |
| typeinfo for my_facet in ccs3kpVC.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccs3kpVC.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: |
| vtable for my_facet in ccs3kpVC.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: |
| vtable for my_facet in ccs3kpVC.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_max_length() const", referenced from: |
| vtable for my_facet in ccs3kpVC.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_encoding() const", referenced from: |
| vtable for my_facet in ccs3kpVC.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: |
| vtable for my_facet in ccs3kpVC.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: |
| vtable for my_facet in ccs3kpVC.o |
| "vtable for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from: |
| __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccs3kpVC.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| ctor_char32_t.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctYK9Q7.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| types_char16_t.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cchluK1K.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| types_char32_t.pass.cpp failed to compile |
| failed 4 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt |
| passed 5 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt |
| Undefined symbols: |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccY168rw.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char16_t_always_noconv.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccSVht8T.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char16_t_encoding.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccEM6uZ9.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char16_t_in.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cclBy75j.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char16_t_length.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZ0te1K.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char16_t_max_length.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc0Zy9jy.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char16_t_out.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccbtBcC6.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char16_t_unshift.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccab0ZcE.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char32_t_always_noconv.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc4WUDZM.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char32_t_encoding.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccAaydru.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char32_t_in.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccigiOg0.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char32_t_length.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccqiCiqt.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char32_t_max_length.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cccx7OdB.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char32_t_out.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccmlTRQO.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| char32_t_unshift.pass.cpp failed to compile |
| Undefined symbols: |
| "vtable for std::__yuga1::codecvt<char32_t, char16_t, __mbstate_t>", referenced from: |
| __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccMCk9sr.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccMCk9sr.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccMCk9sr.o |
| "std::__yuga1::codecvt<char32_t, char16_t, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccMCk9sr.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| utf_sanity_check.pass.cpp failed to compile |
| failed 15 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members |
| passed 14 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members |
| passed 1 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals |
| Undefined symbols: |
| "typeinfo for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from: |
| typeinfo for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in cc5eBCkh.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc5eBCkh.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: |
| vtable for my_facet in cc5eBCkh.o |
| vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in cc5eBCkh.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from: |
| vtable for my_facet in cc5eBCkh.o |
| vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in cc5eBCkh.o |
| "vtable for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from: |
| __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in cc5eBCkh.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_max_length() const", referenced from: |
| vtable for my_facet in cc5eBCkh.o |
| vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in cc5eBCkh.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_always_noconv() const", referenced from: |
| vtable for my_facet in cc5eBCkh.o |
| vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in cc5eBCkh.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_encoding() const", referenced from: |
| vtable for my_facet in cc5eBCkh.o |
| vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in cc5eBCkh.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from: |
| vtable for my_facet in cc5eBCkh.o |
| vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in cc5eBCkh.o |
| "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: |
| vtable for my_facet in cc5eBCkh.o |
| vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in cc5eBCkh.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| ctor_char16_t.pass.cpp failed to compile |
| Undefined symbols: |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_always_noconv() const", referenced from: |
| vtable for my_facet in ccgOQ7XP.o |
| vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccgOQ7XP.o |
| "typeinfo for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from: |
| typeinfo for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccgOQ7XP.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccgOQ7XP.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from: |
| vtable for my_facet in ccgOQ7XP.o |
| vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccgOQ7XP.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: |
| vtable for my_facet in ccgOQ7XP.o |
| vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccgOQ7XP.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_max_length() const", referenced from: |
| vtable for my_facet in ccgOQ7XP.o |
| vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccgOQ7XP.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_encoding() const", referenced from: |
| vtable for my_facet in ccgOQ7XP.o |
| vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccgOQ7XP.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: |
| vtable for my_facet in ccgOQ7XP.o |
| vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccgOQ7XP.o |
| "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from: |
| vtable for my_facet in ccgOQ7XP.o |
| vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccgOQ7XP.o |
| "vtable for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from: |
| __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccgOQ7XP.o |
| ld: symbol(s) not found |
| collect2: ld returned 1 exit status |
| ctor_char32_t.pass.cpp failed to compile |
| failed 2 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt.byname |
| passed 2 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt.byname |
| passed 2 tests in /cayuga/localization/locale.categories/category.ctype/locale.ctype |
| passed 12 tests in /cayuga/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members |
| passed 1 tests in /cayuga/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals |
| passed 13 tests in /cayuga/localization/locale.categories/category.ctype/locale.ctype.byname |
| not implemented: /cayuga/localization/locale.categories/category.messages |
| not implemented: /cayuga/localization/locale.categories/category.messages/locale.messages |
| not implemented: /cayuga/localization/locale.categories/category.messages/locale.messages/locale.messages.members |
| not implemented: /cayuga/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals |
| not implemented: /cayuga/localization/locale.categories/category.messages/locale.messages.byname |
| not implemented: /cayuga/localization/locale.categories/category.monetary |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.money.get |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.money.put |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.moneypunct |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals |
| not implemented: /cayuga/localization/locale.categories/category.monetary/locale.moneypunct.byname |
| passed 1 tests in /cayuga/localization/locale.categories/category.numeric |
| passed 2 tests in /cayuga/localization/locale.categories/category.numeric/locale.nm.put |
| Assertion failed: (ex == "01750"), function main, file put_long_double.pass.cpp, line 252. |
| __fmt = %.*Lg |
| __nc = 1 |
| __nb = 0 |
| __fmt = %+.*Lg |
| __nc = 2 |
| __nb = +0 |
| __fmt = %#.*Lg |
| __nc = 7 |
| __nb = 0.00000 |
| __fmt = %+#.*Lg |
| __nc = 8 |
| __nb = +0.00000 |
| __fmt = %+#.*Le |
| __nc = 13 |
| __nb = +0.000000e+00 |
| __fmt = %+.*LE |
| __nc = 13 |
| __nb = +0.000000E+00 |
| __fmt = %.*Lg |
| __nc = 1 |
| __nb = 1 |
| __fmt = %.*Lg |
| __nc = 2 |
| __nb = -1 |
| __fmt = %.*Lg |
| __nc = 5 |
| __nb = -1000 |
| __fmt = %.*Lg |
| __nc = 4 |
| __nb = 1000 |
| __fmt = %.*Lg |
| __nc = 4 |
| __nb = -inf |
| __fmt = %.*Lg |
| __nc = 3 |
| __nb = inf |
| __fmt = %.*Lg |
| __nc = 3 |
| __nb = nan |
| __fmt = %.*LG |
| __nc = 4 |
| __nb = -INF |
| __fmt = %.*LG |
| __nc = 3 |
| __nb = INF |
| __fmt = %.*LG |
| __nc = 3 |
| __nb = NAN |
| __fmt = %+.*Lg |
| __nc = 5 |
| __nb = +1000 |
| __fmt = %#.*Lg |
| __nc = 7 |
| __nb = 1000.00 |
| __fmt = %.*Lg |
| __nc = 4 |
| __nb = 1000 |
| ./testit: line 94: 78906 Abort trap ./a.out |
| put_long_double.pass.cpp failed at run time |
| t1.pass.cpp failed at run time |
| t2.pass.cpp failed at run time |
| t3.pass.cpp failed at run time |
| t4.pass.cpp failed at run time |
| t5.pass.cpp failed at run time |
| failed 6 tests in /cayuga/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members |
| passed 2 tests in /cayuga/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members |
| passed 1 tests in /cayuga/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals |
| passed 2 tests in /cayuga/localization/locale.categories/category.numeric/locale.num.get |
| passed 11 tests in /cayuga/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members |
| passed 1 tests in /cayuga/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals |
| not implemented: /cayuga/localization/locale.categories/category.time |
| not implemented: /cayuga/localization/locale.categories/category.time/locale.time.get |
| not implemented: /cayuga/localization/locale.categories/category.time/locale.time.get/locale.time.get.members |
| not implemented: /cayuga/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals |
| not implemented: /cayuga/localization/locale.categories/category.time/locale.time.get.byname |
| not implemented: /cayuga/localization/locale.categories/category.time/locale.time.put |
| not implemented: /cayuga/localization/locale.categories/category.time/locale.time.put/locale.time.put.members |
| not implemented: /cayuga/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals |
| not implemented: /cayuga/localization/locale.categories/category.time/locale.time.put.byname |
| passed 1 tests in /cayuga/localization/locale.categories/facet.numpunct |
| passed 2 tests in /cayuga/localization/locale.categories/facet.numpunct/locale.numpunct |
| passed 5 tests in /cayuga/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members |
| passed 1 tests in /cayuga/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals |
| passed 3 tests in /cayuga/localization/locale.categories/facet.numpunct/locale.numpunct.byname |
| not implemented: /cayuga/localization/locale.categories/facets.examples |
| not implemented: /cayuga/localization/locale.stdcvt |
| passed 1 tests in /cayuga/localization/locale.syn |
| passed 1 tests in /cayuga/localization/locales |
| passed 1 tests in /cayuga/localization/locales/locale |
| not implemented: /cayuga/localization/locales/locale/locale.cons |
| not implemented: /cayuga/localization/locales/locale/locale.members |
| not implemented: /cayuga/localization/locales/locale/locale.operators |
| not implemented: /cayuga/localization/locales/locale/locale.statics |
| passed 1 tests in /cayuga/localization/locales/locale/locale.types |
| passed 1 tests in /cayuga/localization/locales/locale/locale.types/locale.category |
| passed 1 tests in /cayuga/localization/locales/locale/locale.types/locale.facet |
| passed 2 tests in /cayuga/localization/locales/locale/locale.types/locale.id |
| not implemented: /cayuga/localization/locales/locale.convenience |
| not implemented: /cayuga/localization/locales/locale.convenience/classification |
| not implemented: /cayuga/localization/locales/locale.convenience/conversions |
| not implemented: /cayuga/localization/locales/locale.convenience/conversions/conversions.buffer |
| not implemented: /cayuga/localization/locales/locale.convenience/conversions/conversions.character |
| not implemented: /cayuga/localization/locales/locale.convenience/conversions/conversions.string |
| not implemented: /cayuga/localization/locales/locale.global.templates |
| passed 1 tests in /cayuga/localization/localization.general |
| passed 1 tests in /cayuga/numerics |
| tgmath_h.pass.cpp:26:2: error: #error <tgmath.h> is not implemented |
| tgmath_h.pass.cpp failed to compile |
| failed 1 tests in /cayuga/numerics/c.math |
| passed 2 tests in /cayuga/numerics/c.math |
| passed 1 tests in /cayuga/numerics/cfenv |
| passed 1 tests in /cayuga/numerics/cfenv/cfenv.syn |
| passed 1 tests in /cayuga/numerics/cfenv/fenv |
| passed 1 tests in /cayuga/numerics/complex.number |
| passed 1 tests in /cayuga/numerics/complex.number/ccmplx |
| passed 7 tests in /cayuga/numerics/complex.number/cmplx.over |
| passed 1 tests in /cayuga/numerics/complex.number/cmplxh |
| passed 1 tests in /cayuga/numerics/complex.number/complex |
| passed 10 tests in /cayuga/numerics/complex.number/complex.member.ops |
| passed 2 tests in /cayuga/numerics/complex.number/complex.members |
| stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream<charT, traits>& is, complex<T>& x) not implemented. |
| stream_input.pass.cpp failed to compile |
| stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream<charT, traits>& o, const complex<T>& x) not implemented. |
| stream_output.pass.cpp failed to compile |
| failed 2 tests in /cayuga/numerics/complex.number/complex.ops |
| passed 20 tests in /cayuga/numerics/complex.number/complex.ops |
| passed 12 tests in /cayuga/numerics/complex.number/complex.special |
| passed 1 tests in /cayuga/numerics/complex.number/complex.synopsis |
| passed 19 tests in /cayuga/numerics/complex.number/complex.transcendentals |
| passed 8 tests in /cayuga/numerics/complex.number/complex.value.ops |
| not implemented: /cayuga/numerics/numarray |
| not implemented: /cayuga/numerics/numarray/class.gslice |
| not implemented: /cayuga/numerics/numarray/class.gslice/gslice.access |
| not implemented: /cayuga/numerics/numarray/class.gslice/gslice.cons |
| not implemented: /cayuga/numerics/numarray/class.slice |
| not implemented: /cayuga/numerics/numarray/class.slice/cons.slice |
| not implemented: /cayuga/numerics/numarray/class.slice/slice.access |
| not implemented: /cayuga/numerics/numarray/template.gslice.array |
| not implemented: /cayuga/numerics/numarray/template.gslice.array/gslice.array.assign |
| not implemented: /cayuga/numerics/numarray/template.gslice.array/gslice.array.comp.assign |
| not implemented: /cayuga/numerics/numarray/template.gslice.array/gslice.array.fill |
| not implemented: /cayuga/numerics/numarray/template.indirect.array |
| not implemented: /cayuga/numerics/numarray/template.indirect.array/indirect.array.assign |
| not implemented: /cayuga/numerics/numarray/template.indirect.array/indirect.array.comp.assign |
| not implemented: /cayuga/numerics/numarray/template.indirect.array/indirect.array.fill |
| not implemented: /cayuga/numerics/numarray/template.indirect.array/valarray.concepts |
| not implemented: /cayuga/numerics/numarray/template.mask.array |
| not implemented: /cayuga/numerics/numarray/template.mask.array/mask.array.assign |
| not implemented: /cayuga/numerics/numarray/template.mask.array/mask.array.comp.assign |
| not implemented: /cayuga/numerics/numarray/template.mask.array/mask.array.fill |
| not implemented: /cayuga/numerics/numarray/template.slice.array |
| not implemented: /cayuga/numerics/numarray/template.slice.array/slice.arr.assign |
| not implemented: /cayuga/numerics/numarray/template.slice.array/slice.arr.comp.assign |
| not implemented: /cayuga/numerics/numarray/template.slice.array/slice.arr.fill |
| not implemented: /cayuga/numerics/numarray/template.valarray |
| not implemented: /cayuga/numerics/numarray/template.valarray/valarray.access |
| not implemented: /cayuga/numerics/numarray/template.valarray/valarray.assign |
| not implemented: /cayuga/numerics/numarray/template.valarray/valarray.cassign |
| not implemented: /cayuga/numerics/numarray/template.valarray/valarray.cons |
| not implemented: /cayuga/numerics/numarray/template.valarray/valarray.members |
| not implemented: /cayuga/numerics/numarray/template.valarray/valarray.sub |
| not implemented: /cayuga/numerics/numarray/template.valarray/valarray.unary |
| not implemented: /cayuga/numerics/numarray/valarray.nonmembers |
| not implemented: /cayuga/numerics/numarray/valarray.nonmembers/valarray.binary |
| not implemented: /cayuga/numerics/numarray/valarray.nonmembers/valarray.comparison |
| not implemented: /cayuga/numerics/numarray/valarray.nonmembers/valarray.special |
| not implemented: /cayuga/numerics/numarray/valarray.nonmembers/valarray.transcend |
| not implemented: /cayuga/numerics/numarray/valarray.syn |
| passed 1 tests in /cayuga/numerics/numeric.ops |
| passed 2 tests in /cayuga/numerics/numeric.ops/accumulate |
| passed 2 tests in /cayuga/numerics/numeric.ops/adjacent.difference |
| passed 2 tests in /cayuga/numerics/numeric.ops/inner.product |
| not implemented: /cayuga/numerics/numeric.ops/numeric.iota |
| passed 2 tests in /cayuga/numerics/numeric.ops/partial.sum |
| passed 1 tests in /cayuga/numerics/numeric.requirements |
| not implemented: /cayuga/numerics/numerics.general |
| not implemented: /cayuga/numerics/rand |
| not implemented: /cayuga/numerics/rand/rand.adapt |
| not implemented: /cayuga/numerics/rand/rand.adapt/rand.adapt.disc |
| not implemented: /cayuga/numerics/rand/rand.adapt/rand.adapt.ibits |
| not implemented: /cayuga/numerics/rand/rand.adapt/rand.adapt.shuf |
| not implemented: /cayuga/numerics/rand/rand.concept |
| not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.adapt |
| not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.distr |
| not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.eng |
| not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.seedseq |
| not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.urng |
| not implemented: /cayuga/numerics/rand/rand.device |
| not implemented: /cayuga/numerics/rand/rand.dis |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.samp |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.uni |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int |
| not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real |
| not implemented: /cayuga/numerics/rand/rand.eng |
| not implemented: /cayuga/numerics/rand/rand.eng/rand.eng.lcong |
| not implemented: /cayuga/numerics/rand/rand.eng/rand.eng.mers |
| not implemented: /cayuga/numerics/rand/rand.eng/rand.eng.sub |
| not implemented: /cayuga/numerics/rand/rand.predef |
| not implemented: /cayuga/numerics/rand/rand.synopsis |
| not implemented: /cayuga/numerics/rand/rand.util |
| not implemented: /cayuga/numerics/rand/rand.util/rand.util.canonical |
| not implemented: /cayuga/numerics/rand/rand.util/rand.util.seedseq |
| not implemented: /cayuga/re |
| not implemented: /cayuga/re/re.alg |
| not implemented: /cayuga/re/re.alg/re.alg.match |
| not implemented: /cayuga/re/re.alg/re.alg.replace |
| not implemented: /cayuga/re/re.alg/re.alg.search |
| not implemented: /cayuga/re/re.alg/re.except |
| not implemented: /cayuga/re/re.badexp |
| not implemented: /cayuga/re/re.const |
| not implemented: /cayuga/re/re.const/re.err |
| not implemented: /cayuga/re/re.const/re.matchflag |
| not implemented: /cayuga/re/re.const/re.synopt |
| not implemented: /cayuga/re/re.def |
| not implemented: /cayuga/re/re.def/defns.regex.collating.element |
| not implemented: /cayuga/re/re.def/defns.regex.finite.state.machine |
| not implemented: /cayuga/re/re.def/defns.regex.format.specifier |
| not implemented: /cayuga/re/re.def/defns.regex.matched |
| not implemented: /cayuga/re/re.def/defns.regex.primary.equivalence.class |
| not implemented: /cayuga/re/re.def/defns.regex.regular.expression |
| not implemented: /cayuga/re/re.def/defns.regex.subexpression |
| not implemented: /cayuga/re/re.general |
| not implemented: /cayuga/re/re.grammar |
| not implemented: /cayuga/re/re.iter |
| not implemented: /cayuga/re/re.iter/re.regiter |
| not implemented: /cayuga/re/re.iter/re.regiter/re.regiter.cnstr |
| not implemented: /cayuga/re/re.iter/re.regiter/re.regiter.comp |
| not implemented: /cayuga/re/re.iter/re.regiter/re.regiter.deref |
| not implemented: /cayuga/re/re.iter/re.regiter/re.regiter.incr |
| not implemented: /cayuga/re/re.iter/re.tokiter |
| not implemented: /cayuga/re/re.iter/re.tokiter/re.tokiter.cnstr |
| not implemented: /cayuga/re/re.iter/re.tokiter/re.tokiter.comp |
| not implemented: /cayuga/re/re.iter/re.tokiter/re.tokiter.deref |
| not implemented: /cayuga/re/re.iter/re.tokiter/re.tokiter.incr |
| not implemented: /cayuga/re/re.regex |
| not implemented: /cayuga/re/re.regex/re.regex.assign |
| not implemented: /cayuga/re/re.regex/re.regex.const |
| not implemented: /cayuga/re/re.regex/re.regex.construct |
| not implemented: /cayuga/re/re.regex/re.regex.locale |
| not implemented: /cayuga/re/re.regex/re.regex.nonmemb |
| not implemented: /cayuga/re/re.regex/re.regex.nonmemb/re.regex.nmswap |
| not implemented: /cayuga/re/re.regex/re.regex.operations |
| not implemented: /cayuga/re/re.regex/re.regex.swap |
| not implemented: /cayuga/re/re.req |
| not implemented: /cayuga/re/re.results |
| not implemented: /cayuga/re/re.results/re.results.acc |
| not implemented: /cayuga/re/re.results/re.results.all |
| not implemented: /cayuga/re/re.results/re.results.const |
| not implemented: /cayuga/re/re.results/re.results.form |
| not implemented: /cayuga/re/re.results/re.results.nonmember |
| not implemented: /cayuga/re/re.results/re.results.size |
| not implemented: /cayuga/re/re.results/re.results.swap |
| not implemented: /cayuga/re/re.submatch |
| not implemented: /cayuga/re/re.submatch/re.submatch.concepts |
| not implemented: /cayuga/re/re.submatch/re.submatch.members |
| not implemented: /cayuga/re/re.submatch/re.submatch.op |
| not implemented: /cayuga/re/re.sum |
| not implemented: /cayuga/re/re.syn |
| not implemented: /cayuga/re/re.traits |
| passed 1 tests in /cayuga/strings |
| passed 1 tests in /cayuga/strings/basic.string |
| passed 4 tests in /cayuga/strings/basic.string/string.access |
| shrink_to_fit.pass.cpp: In function ‘void test(S) [with S = std::__yuga1::basic_string<char, std::__yuga1::char_traits<char>, std::__yuga1::allocator<char> >]’: |
| shrink_to_fit.pass.cpp:48: instantiated from here |
| shrink_to_fit.pass.cpp:37: error: ‘struct std::__yuga1::basic_string<char, std::__yuga1::char_traits<char>, std::__yuga1::allocator<char> >’ has no member named ‘shrink_to_fit’ |
| shrink_to_fit.pass.cpp failed to compile |
| failed 1 tests in /cayuga/strings/basic.string/string.capacity |
| passed 9 tests in /cayuga/strings/basic.string/string.capacity |
| copy_alloc.pass.cpp: In function ‘void test(S, const typename S::allocator_type&) [with S = std::__yuga1::basic_string<char, std::__yuga1::char_traits<char>, test_allocator<char> >]’: |
| copy_alloc.pass.cpp:48: instantiated from here |
| copy_alloc.pass.cpp:37: error: no matching function for call to ‘std::__yuga1::basic_string<char, std::__yuga1::char_traits<char>, test_allocator<char> >::basic_string(std::__yuga1::basic_string<char, std::__yuga1::char_traits<char>, test_allocator<char> >&, const test_allocator<char>&)’ |
| ../../../../include/string:1498: note: candidates are: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__yuga1::basic_string<_CharT, _Traits, _Allocator>&, typename _Allocator::size_type, typename _Allocator::size_type, const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1490: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::size_type, typename _Traits::char_type, const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1483: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::size_type, typename _Traits::char_type) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1423: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::const_pointer, typename _Allocator::size_type, const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1413: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::const_pointer, typename _Allocator::size_type) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1402: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::const_pointer, const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1392: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::const_pointer) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1446: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__yuga1::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1433: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__yuga1::basic_string<_CharT, _Traits, _Allocator>&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1336: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1329: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string() [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| copy_alloc.pass.cpp failed to compile |
| initializer_list.pass.cpp:32:2: error: #error "basic_string(initializer_list<charT> il, const Allocator& a = Allocator()) not implemented" |
| initializer_list.pass.cpp failed to compile |
| initializer_list_assignment.pass.cpp:32:2: error: #error "basic_string& operator=(initializer_list<charT> il); not implemented" |
| initializer_list_assignment.pass.cpp failed to compile |
| move_alloc.pass.cpp: In function ‘void test(S, const typename S::allocator_type&) [with S = std::__yuga1::basic_string<char, std::__yuga1::char_traits<char>, test_allocator<char> >]’: |
| move_alloc.pass.cpp:55: instantiated from here |
| move_alloc.pass.cpp:40: error: no matching function for call to ‘std::__yuga1::basic_string<char, std::__yuga1::char_traits<char>, test_allocator<char> >::basic_string(std::__yuga1::basic_string<char, std::__yuga1::char_traits<char>, test_allocator<char> >, const test_allocator<char>&)’ |
| ../../../../include/string:1498: note: candidates are: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__yuga1::basic_string<_CharT, _Traits, _Allocator>&, typename _Allocator::size_type, typename _Allocator::size_type, const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1490: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::size_type, typename _Traits::char_type, const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1483: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::size_type, typename _Traits::char_type) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1423: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::const_pointer, typename _Allocator::size_type, const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1413: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::const_pointer, typename _Allocator::size_type) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1402: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::const_pointer, const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1392: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(typename _Allocator::const_pointer) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1446: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(std::__yuga1::basic_string<_CharT, _Traits, _Allocator>&&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1433: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const std::__yuga1::basic_string<_CharT, _Traits, _Allocator>&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1336: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string(const _Allocator&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| ../../../../include/string:1329: note: std::__yuga1::basic_string<_CharT, _Traits, _Allocator>::basic_string() [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Allocator = test_allocator<char>] |
| move_alloc.pass.cpp failed to compile |
| failed 4 tests in /cayuga/strings/basic.string/string.cons |
| passed 12 tests in /cayuga/strings/basic.string/string.cons |
| passed 8 tests in /cayuga/strings/basic.string/string.iterators |
| passed 1 tests in /cayuga/strings/basic.string/string.modifiers |
| initializer_list.pass.cpp:32:2: error: #error "basic_string& append(initializer_list<charT> il) not implemented" |
| initializer_list.pass.cpp failed to compile |
| failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::append |
| passed 7 tests in /cayuga/strings/basic.string/string.modifiers/string::append |
| initializer_list.pass.cpp:32:2: error: #error "basic_string& assign(initializer_list<charT> il) not implemented" |
| initializer_list.pass.cpp failed to compile |
| failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::assign |
| passed 7 tests in /cayuga/strings/basic.string/string.modifiers/string::assign |
| passed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::copy |
| passed 4 tests in /cayuga/strings/basic.string/string.modifiers/string::erase |
| iter_initializer_list.pass.cpp:32:2: error: #error "void insert(const_iterator p, initializer_list<charT> il); not implemented" |
| iter_initializer_list.pass.cpp failed to compile |
| failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::insert |
| passed 8 tests in /cayuga/strings/basic.string/string.modifiers/string::insert |
| initializer_list.pass.cpp:32:2: error: #error "basic_string& operator+=(initializer_list<charT> il); not implemented" |
| initializer_list.pass.cpp failed to compile |
| failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::op+= |
| passed 3 tests in /cayuga/strings/basic.string/string.modifiers/string::op+= |
| iter_iter_initializer_list.pass.cpp:32:2: error: #error "basic_string& replace(iterator i1, iterator i2, initializer_list<charT> il) not implemented" |
| iter_iter_initializer_list.pass.cpp failed to compile |
| failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::replace |
| passed 10 tests in /cayuga/strings/basic.string/string.modifiers/string::replace |
| passed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::swap |
| passed 1 tests in /cayuga/strings/basic.string/string.nonmembers |
| not implemented: /cayuga/strings/basic.string/string.nonmembers/string.io |
| passed 1 tests in /cayuga/strings/basic.string/string.nonmembers/string.special |
| passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::op!= |
| passed 5 tests in /cayuga/strings/basic.string/string.nonmembers/string::op+ |
| passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::operator== |
| passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::opgt |
| passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::opgt= |
| passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::oplt |
| passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::oplt= |
| passed 1 tests in /cayuga/strings/basic.string/string.ops |
| passed 3 tests in /cayuga/strings/basic.string/string.ops/string.accessors |
| passed 6 tests in /cayuga/strings/basic.string/string.ops/string::compare |
| passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find |
| passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find.first.not.of |
| passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find.first.of |
| passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find.last.not.of |
| passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find.last.of |
| passed 4 tests in /cayuga/strings/basic.string/string.ops/string::rfind |
| passed 1 tests in /cayuga/strings/basic.string/string.ops/string::substr |
| passed 1 tests in /cayuga/strings/basic.string/string.require |
| cuchar.pass.cpp:26:18: error: cuchar: No such file or directory |
| cuchar.pass.cpp failed to compile |
| failed 1 tests in /cayuga/strings/c.strings |
| passed 4 tests in /cayuga/strings/c.strings |
| passed 1 tests in /cayuga/strings/char.traits |
| passed 1 tests in /cayuga/strings/char.traits/char.traits.require |
| passed 1 tests in /cayuga/strings/char.traits/char.traits.specializations |
| passed 15 tests in /cayuga/strings/char.traits/char.traits.specializations/char.traits.specializations.char |
| passed 15 tests in /cayuga/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t |
| passed 15 tests in /cayuga/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t |
| passed 15 tests in /cayuga/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t |
| passed 1 tests in /cayuga/strings/char.traits/char.traits.typedefs |
| passed 1 tests in /cayuga/strings/string.classes |
| not implemented: /cayuga/strings/string.conversions |
| not implemented: /cayuga/strings/strings.general |
| not implemented: /cayuga/thread |
| not implemented: /cayuga/thread/futures |
| not implemented: /cayuga/thread/futures/future.shared_future |
| not implemented: /cayuga/thread/futures/futures.allocators |
| not implemented: /cayuga/thread/futures/futures.errors |
| not implemented: /cayuga/thread/futures/futures.future_error |
| not implemented: /cayuga/thread/futures/futures.overview |
| not implemented: /cayuga/thread/futures/futures.promise |
| not implemented: /cayuga/thread/futures/futures.task |
| not implemented: /cayuga/thread/futures/futures.unique_future |
| not implemented: /cayuga/thread/thread.condition |
| not implemented: /cayuga/thread/thread.condition/thread.condition.condvar |
| not implemented: /cayuga/thread/thread.condition/thread.condition.condvarany |
| not implemented: /cayuga/thread/thread.general |
| not implemented: /cayuga/thread/thread.mutex |
| not implemented: /cayuga/thread/thread.mutex/thread.lock |
| not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.guard |
| not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique |
| not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons |
| not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking |
| not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod |
| not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs |
| not implemented: /cayuga/thread/thread.mutex/thread.lock.algorithm |
| not implemented: /cayuga/thread/thread.mutex/thread.mutex.requirements |
| not implemented: /cayuga/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class |
| not implemented: /cayuga/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive |
| not implemented: /cayuga/thread/thread.mutex/thread.once |
| not implemented: /cayuga/thread/thread.mutex/thread.once/thread.once.callonce |
| not implemented: /cayuga/thread/thread.mutex/thread.once/thread.once.onceflag |
| not implemented: /cayuga/thread/thread.mutex/thread.timedmutex.requirements |
| not implemented: /cayuga/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class |
| not implemented: /cayuga/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive |
| not implemented: /cayuga/thread/thread.req |
| not implemented: /cayuga/thread/thread.req/thread.req.exception |
| not implemented: /cayuga/thread/thread.req/thread.req.native |
| not implemented: /cayuga/thread/thread.req/thread.req.paramname |
| not implemented: /cayuga/thread/thread.req/thread.req.timing |
| not implemented: /cayuga/thread/thread.threads |
| not implemented: /cayuga/thread/thread.threads/thread.thread.class |
| not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.algorithm |
| not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.assign |
| not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.constr |
| not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.destr |
| not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.id |
| not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.member |
| not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.static |
| not implemented: /cayuga/thread/thread.threads/thread.thread.this |
| passed 1 tests in /cayuga/utilities |
| tested_elsewhere.pass.cpp: In function ‘int main()’: |
| tested_elsewhere.pass.cpp:49: warning: deprecated conversion from string constant to ‘char*’ |
| tested_elsewhere.pass.cpp:49: warning: deprecated conversion from string constant to ‘char*’ |
| passed 1 tests in /cayuga/utilities/date.time |
| passed 1 tests in /cayuga/utilities/function.objects |
| passed 6 tests in /cayuga/utilities/function.objects/arithmetic.operations |
| passed 1 tests in /cayuga/utilities/function.objects/base |
| passed 1 tests in /cayuga/utilities/function.objects/bind |
| passed 1 tests in /cayuga/utilities/function.objects/bind/func.bind |
| In file included from invoke_rvalue.pass.cpp:33: |
| ../../../../../../include/functional: In member function ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’: |
| invoke_rvalue.pass.cpp:200: instantiated from here |
| ../../../../../../include/functional:1604: warning: returning reference to temporary |
| ../../../../../../include/functional: In function ‘typename std::__yuga1::__bind_return<_F, _BoundArgs, _Args>::type std::__yuga1::__apply_functor(_F&, _BoundArgs&, std::__yuga1::__tuple_indices<_Indx ...>, _Args&&) [with _F = int A_int_1::*, _BoundArgs = std::__yuga1::tuple<std::__yuga1::placeholders::__ph<1> >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple<A_int_1&&>]’: |
| ../../../../../../include/functional:1604: instantiated from ‘typename std::__yuga1::__bind_return<_F, std::__yuga1::tuple<_Tp ...>, std::__yuga1::tuple<_Args&& ...> >::type std::__yuga1::__bind<_F, _BoundArgs>::operator()(_Args&& ...) [with _Args = A_int_1, _F = int A_int_1::*, _BoundArgs = std::__yuga1::placeholders::__ph<1>]’ |
| invoke_rvalue.pass.cpp:200: instantiated from here |
| ../../../../../../include/functional:1578: warning: returning reference to temporary |
| passed 4 tests in /cayuga/utilities/function.objects/bind/func.bind/func.bind.bind |
| passed 1 tests in /cayuga/utilities/function.objects/bind/func.bind/func.bind.isbind |
| passed 1 tests in /cayuga/utilities/function.objects/bind/func.bind/func.bind.isplace |
| passed 1 tests in /cayuga/utilities/function.objects/bind/func.bind/func.bind.place |
| passed 3 tests in /cayuga/utilities/function.objects/bitwise.operations |
| passed 6 tests in /cayuga/utilities/function.objects/comparisons |
| passed 1 tests in /cayuga/utilities/function.objects/func.def |
| passed 6 tests in /cayuga/utilities/function.objects/func.memfn |
| passed 2 tests in /cayuga/utilities/function.objects/func.require |
| passed 1 tests in /cayuga/utilities/function.objects/func.ret |
| passed 1 tests in /cayuga/utilities/function.objects/func.wrap |
| passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.badcall |
| passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const |
| passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func |
| passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg |
| passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap |
| passed 7 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con |
| passed 4 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv |
| passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod |
| passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr |
| passed 2 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ |
| passed 4 tests in /cayuga/utilities/function.objects/function.pointer.adaptors |
| passed 1 tests in /cayuga/utilities/function.objects/identity.operation |
| passed 3 tests in /cayuga/utilities/function.objects/logical.operations |
| passed 16 tests in /cayuga/utilities/function.objects/member.pointer.adaptors |
| passed 4 tests in /cayuga/utilities/function.objects/negators |
| passed 4 tests in /cayuga/utilities/function.objects/refwrap |
| passed 1 tests in /cayuga/utilities/function.objects/refwrap/refwrap.access |
| passed 1 tests in /cayuga/utilities/function.objects/refwrap/refwrap.assign |
| passed 3 tests in /cayuga/utilities/function.objects/refwrap/refwrap.const |
| passed 4 tests in /cayuga/utilities/function.objects/refwrap/refwrap.helpers |
| passed 4 tests in /cayuga/utilities/function.objects/refwrap/refwrap.invoke |
| not implemented: /cayuga/utilities/function.objects/unord.hash |
| passed 1 tests in /cayuga/utilities/memory |
| not implemented: /cayuga/utilities/memory/allocator |
| not implemented: /cayuga/utilities/memory/allocator/allocator.concepts |
| not implemented: /cayuga/utilities/memory/allocator/allocator.concepts.legacy |
| not implemented: /cayuga/utilities/memory/allocator/allocator.concepts.members |
| not implemented: /cayuga/utilities/memory/allocator/allocator.general |
| not implemented: /cayuga/utilities/memory/allocator.adaptor |
| not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor.base |
| not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor.cntr |
| not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor.globals |
| not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor.members |
| not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor2.cntr |
| not implemented: /cayuga/utilities/memory/allocator.element.concepts |
| not implemented: /cayuga/utilities/memory/allocator.propagation |
| not implemented: /cayuga/utilities/memory/allocator.propagation.map |
| not implemented: /cayuga/utilities/memory/allocator.tag |
| passed 1 tests in /cayuga/utilities/memory/c.malloc |
| not implemented: /cayuga/utilities/memory/construct.element |
| passed 2 tests in /cayuga/utilities/memory/default.allocator |
| passed 1 tests in /cayuga/utilities/memory/default.allocator/allocator.globals |
| passed 4 tests in /cayuga/utilities/memory/default.allocator/allocator.members |
| not implemented: /cayuga/utilities/memory/ptr.align |
| passed 1 tests in /cayuga/utilities/memory/specialized.algorithms |
| passed 1 tests in /cayuga/utilities/memory/specialized.algorithms/object.addressof |
| passed 2 tests in /cayuga/utilities/memory/specialized.algorithms/uninitialized.copy |
| passed 1 tests in /cayuga/utilities/memory/specialized.algorithms/uninitialized.fill |
| passed 1 tests in /cayuga/utilities/memory/specialized.algorithms/uninitialized.fill.n |
| passed 1 tests in /cayuga/utilities/memory/storage.iterator |
| passed 1 tests in /cayuga/utilities/memory/temporary.buffer |
| passed 1 tests in /cayuga/utilities/memory/unique.ptr |
| passed 1 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.dltr |
| passed 3 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt |
| passed 3 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 |
| passed 17 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.runtime |
| passed 41 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor |
| passed 4 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers |
| passed 6 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers |
| passed 1 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single |
| passed 16 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn |
| passed 44 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor |
| passed 1 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor |
| passed 5 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers |
| passed 6 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers |
| passed 3 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.special |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr |
| not implemented: /cayuga/utilities/memory/util.smartptr/util.dynamic.safety |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.enab |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.ownerless |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter |
| passed 6 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign |
| passed 3 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast |
| passed 2 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp |
| passed 20 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const |
| passed 2 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest |
| not implemented: /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io |
| passed 5 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod |
| passed 6 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec |
| not implemented: /cayuga/utilities/memory/util.smartptr/util.smartptr.shared.atomic |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak |
| passed 3 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign |
| passed 4 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest |
| passed 2 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod |
| passed 4 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec |
| passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weakptr |
| passed 1 tests in /cayuga/utilities/meta |
| passed 1 tests in /cayuga/utilities/meta/meta.hel |
| passed 3 tests in /cayuga/utilities/meta/meta.rel |
| passed 1 tests in /cayuga/utilities/meta/meta.rqmts |
| passed 1 tests in /cayuga/utilities/meta/meta.trans |
| passed 2 tests in /cayuga/utilities/meta/meta.trans/meta.trans.arr |
| passed 6 tests in /cayuga/utilities/meta/meta.trans/meta.trans.cv |
| passed 2 tests in /cayuga/utilities/meta/meta.trans/meta.trans.ptr |
| passed 3 tests in /cayuga/utilities/meta/meta.trans/meta.trans.ref |
| passed 2 tests in /cayuga/utilities/meta/meta.trans/meta.trans.sign |
| passed 6 tests in /cayuga/utilities/meta/meta.trans.other |
| passed 1 tests in /cayuga/utilities/meta/meta.type.synop |
| passed 1 tests in /cayuga/utilities/meta/meta.unary |
| passed 13 tests in /cayuga/utilities/meta/meta.unary/meta.unary.cat |
| passed 13 tests in /cayuga/utilities/meta/meta.unary/meta.unary.comp |
| has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: |
| has_nothrow_assign.pass.cpp:80: instantiated from here |
| has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp:80: instantiated from here |
| has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: |
| has_nothrow_assign.pass.cpp:81: instantiated from here |
| has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp:81: instantiated from here |
| has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: |
| has_nothrow_assign.pass.cpp:82: instantiated from here |
| has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp:82: instantiated from here |
| has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: |
| has_nothrow_assign.pass.cpp:89: instantiated from here |
| has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp:89: instantiated from here |
| has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: |
| has_nothrow_assign.pass.cpp:90: instantiated from here |
| has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp:90: instantiated from here |
| has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_assign.pass.cpp failed to compile |
| has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: |
| has_nothrow_copy_constructor.pass.cpp:78: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: |
| has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: |
| has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: |
| has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: |
| has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: |
| has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_copy_constructor.pass.cpp failed to compile |
| has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: |
| has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: |
| has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: |
| has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: |
| has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: |
| has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_nothrow_default_constructor.pass.cpp failed to compile |
| has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: |
| has_trivial_assign.pass.cpp:80: instantiated from here |
| has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp:80: instantiated from here |
| has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: |
| has_trivial_assign.pass.cpp:81: instantiated from here |
| has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp:81: instantiated from here |
| has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: |
| has_trivial_assign.pass.cpp:82: instantiated from here |
| has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp:82: instantiated from here |
| has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: |
| has_trivial_assign.pass.cpp:89: instantiated from here |
| has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp:89: instantiated from here |
| has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: |
| has_trivial_assign.pass.cpp:90: instantiated from here |
| has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp:90: instantiated from here |
| has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_assign.pass.cpp failed to compile |
| has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: |
| has_trivial_copy_constructor.pass.cpp:78: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: |
| has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: |
| has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: |
| has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: |
| has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: |
| has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_copy_constructor.pass.cpp failed to compile |
| has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: |
| has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: |
| has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: |
| has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: |
| has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: |
| has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_default_constructor.pass.cpp failed to compile |
| has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: |
| has_trivial_destructor.pass.cpp:82: instantiated from here |
| has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp:82: instantiated from here |
| has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp:82: instantiated from here |
| has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp:82: instantiated from here |
| has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: |
| has_trivial_destructor.pass.cpp:83: instantiated from here |
| has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp:83: instantiated from here |
| has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp:83: instantiated from here |
| has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp:83: instantiated from here |
| has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: |
| has_trivial_destructor.pass.cpp:90: instantiated from here |
| has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp:90: instantiated from here |
| has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp:90: instantiated from here |
| has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp:90: instantiated from here |
| has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" |
| has_trivial_destructor.pass.cpp failed to compile |
| has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: |
| has_virtual_destructor.pass.cpp:89: instantiated from here |
| has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" |
| has_virtual_destructor.pass.cpp:89: instantiated from here |
| has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" |
| has_virtual_destructor.pass.cpp:89: instantiated from here |
| has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" |
| has_virtual_destructor.pass.cpp:89: instantiated from here |
| has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" |
| has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: |
| has_virtual_destructor.pass.cpp:90: instantiated from here |
| has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" |
| has_virtual_destructor.pass.cpp:90: instantiated from here |
| has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" |
| has_virtual_destructor.pass.cpp:90: instantiated from here |
| has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" |
| has_virtual_destructor.pass.cpp:90: instantiated from here |
| has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" |
| has_virtual_destructor.pass.cpp failed to compile |
| is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: |
| is_pod.pass.cpp:60: instantiated from here |
| is_pod.pass.cpp:34: error: static assertion failed: "" |
| is_pod.pass.cpp:60: instantiated from here |
| is_pod.pass.cpp:36: error: static assertion failed: "" |
| is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: |
| is_pod.pass.cpp:61: instantiated from here |
| is_pod.pass.cpp:34: error: static assertion failed: "" |
| is_pod.pass.cpp:61: instantiated from here |
| is_pod.pass.cpp:36: error: static assertion failed: "" |
| is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: |
| is_pod.pass.cpp:62: instantiated from here |
| is_pod.pass.cpp:34: error: static assertion failed: "" |
| is_pod.pass.cpp:62: instantiated from here |
| is_pod.pass.cpp:36: error: static assertion failed: "" |
| is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: |
| is_pod.pass.cpp:63: instantiated from here |
| is_pod.pass.cpp:34: error: static assertion failed: "" |
| is_pod.pass.cpp:63: instantiated from here |
| is_pod.pass.cpp:36: error: static assertion failed: "" |
| is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: |
| is_pod.pass.cpp:64: instantiated from here |
| is_pod.pass.cpp:34: error: static assertion failed: "" |
| is_pod.pass.cpp:64: instantiated from here |
| is_pod.pass.cpp:36: error: static assertion failed: "" |
| is_pod.pass.cpp failed to compile |
| is_standard_layout.pass.cpp: In function ‘int main()’: |
| is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ |
| is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ |
| is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ |
| is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ |
| is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ |
| is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ |
| is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ |
| is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ |
| is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ |
| is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ |
| is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ |
| is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ |
| is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ |
| is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ |
| is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ |
| is_standard_layout.pass.cpp failed to compile |
| is_trivial.pass.cpp: In function ‘int main()’: |
| is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ |
| is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ |
| is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ |
| is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ |
| is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ |
| is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ |
| is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ |
| is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ |
| is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ |
| is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ |
| is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ |
| is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ |
| is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ |
| is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ |
| is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ |
| is_trivial.pass.cpp failed to compile |
| failed 11 tests in /cayuga/utilities/meta/meta.unary/meta.unary.prop |
| passed 10 tests in /cayuga/utilities/meta/meta.unary/meta.unary.prop |
| passed 1 tests in /cayuga/utilities/ratio |
| passed 8 tests in /cayuga/utilities/ratio/ratio.arithmetic |
| passed 6 tests in /cayuga/utilities/ratio/ratio.comparison |
| passed 4 tests in /cayuga/utilities/ratio/ratio.ratio |
| passed 1 tests in /cayuga/utilities/ratio/ratio.si |
| passed 6 tests in /cayuga/utilities/time |
| passed 1 tests in /cayuga/utilities/time/time.clock |
| passed 2 tests in /cayuga/utilities/time/time.clock/time.clock.hires |
| passed 2 tests in /cayuga/utilities/time/time.clock/time.clock.monotonic |
| passed 5 tests in /cayuga/utilities/time/time.clock/time.clock.system |
| passed 1 tests in /cayuga/utilities/time/time.clock.req |
| passed 5 tests in /cayuga/utilities/time/time.duration |
| passed 12 tests in /cayuga/utilities/time/time.duration/time.duration.arithmetic |
| passed 2 tests in /cayuga/utilities/time/time.duration/time.duration.cast |
| passed 2 tests in /cayuga/utilities/time/time.duration/time.duration.comparisons |
| passed 11 tests in /cayuga/utilities/time/time.duration/time.duration.cons |
| passed 11 tests in /cayuga/utilities/time/time.duration/time.duration.nonmember |
| passed 1 tests in /cayuga/utilities/time/time.duration/time.duration.observer |
| passed 3 tests in /cayuga/utilities/time/time.duration/time.duration.special |
| passed 2 tests in /cayuga/utilities/time/time.point |
| passed 2 tests in /cayuga/utilities/time/time.point/time.point.arithmetic |
| passed 2 tests in /cayuga/utilities/time/time.point/time.point.cast |
| passed 4 tests in /cayuga/utilities/time/time.point/time.point.comparisons |
| passed 5 tests in /cayuga/utilities/time/time.point/time.point.cons |
| passed 3 tests in /cayuga/utilities/time/time.point/time.point.nonmember |
| passed 1 tests in /cayuga/utilities/time/time.point/time.point.observer |
| passed 2 tests in /cayuga/utilities/time/time.point/time.point.special |
| passed 1 tests in /cayuga/utilities/time/time.traits |
| passed 3 tests in /cayuga/utilities/time/time.traits/time.traits.duration_values |
| passed 1 tests in /cayuga/utilities/time/time.traits/time.traits.is_fp |
| passed 2 tests in /cayuga/utilities/time/time.traits/time.traits.specializations |
| not implemented: /cayuga/utilities/tuple |
| not implemented: /cayuga/utilities/tuple/tuple.general |
| not implemented: /cayuga/utilities/tuple/tuple.tuple |
| not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.cnstr |
| not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.concepts |
| not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.creation |
| not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.elem |
| not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.helper |
| not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.rel |
| not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.special |
| not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.swap |
| not implemented: /cayuga/utilities/utilities.general |
| passed 1 tests in /cayuga/utilities/utility |
| passed 13 tests in /cayuga/utilities/utility/forward |
| passed 1 tests in /cayuga/utilities/utility/operators |
| not implemented: /cayuga/utilities/utility/pair.astuple |
| not implemented: /cayuga/utilities/utility/pair.concepts |
| not implemented: /cayuga/utilities/utility/pairs |
| passed 1 tests in /cayuga/utilities/utility/template.bitset |
| passed 4 tests in /cayuga/utilities/utility/template.bitset/bitset.cons |
| passed 26 tests in /cayuga/utilities/utility/template.bitset/bitset.members |
| stream_in.pass.cpp: In function ‘int main()’: |
| stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" |
| stream_in.pass.cpp failed to compile |
| stream_out.pass.cpp: In function ‘int main()’: |
| stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" |
| stream_out.pass.cpp failed to compile |
| failed 2 tests in /cayuga/utilities/utility/template.bitset/bitset.operators |
| passed 3 tests in /cayuga/utilities/utility/template.bitset/bitset.operators |
| not implemented: /cayuga/utilities/utility.concepts |
| not implemented: /cayuga/utilities/utility.concepts/concept.arithmetic |
| not implemented: /cayuga/utilities/utility.concepts/concept.classify |
| not implemented: /cayuga/utilities/utility.concepts/concept.comparison |
| not implemented: /cayuga/utilities/utility.concepts/concept.construct |
| not implemented: /cayuga/utilities/utility.concepts/concept.convertible |
| not implemented: /cayuga/utilities/utility.concepts/concept.copymove |
| not implemented: /cayuga/utilities/utility.concepts/concept.destruct |
| not implemented: /cayuga/utilities/utility.concepts/concept.memory |
| not implemented: /cayuga/utilities/utility.concepts/concept.operator |
| not implemented: /cayuga/utilities/utility.concepts/concept.predicate |
| not implemented: /cayuga/utilities/utility.concepts/concept.regular |
| not implemented: /cayuga/utilities/utility.concepts/concept.transform |
| not implemented: /cayuga/utilities/utility.concepts/concept.true |
| **************************************************** |
| Results for /cayuga: |
| using g++ (GCC) 4.4.0 20090222 (experimental) |
| Copyright (C) 2009 Free Software Foundation, Inc. |
| This is free software; see the source for copying conditions. There is NO |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| with -std=c++0x -nostdinc++ -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.a |
| ---------------------------------------------------- |
| sections without tests : 552 |
| sections with failures : 31 |
| sections without failures: 470 |
| + ---- |
| total number of sections : 1053 |
| ---------------------------------------------------- |
| number of tests failed : 81 |
| number of tests passed : 1521 |
| + ---- |
| total number of tests : 1602 |
| **************************************************** |