Howard Hinnant | bc8d3f9 | 2010-05-11 19:42:16 +0000 | [diff] [blame] | 1 | passed 1 tests in /cayuga |
| 2 | passed 1 tests in /cayuga/algorithms |
| 3 | passed 1 tests in /cayuga/algorithms/alg.c.library |
| 4 | passed 1 tests in /cayuga/algorithms/alg.modifying.operations |
| 5 | copy_if.pass.cpp: In function ‘void test()’: |
| 6 | copy_if.pass.cpp:52: error: ‘copy_if’ is not a member of ‘std’ |
| 7 | copy_if.pass.cpp failed to compile |
| 8 | copy_n.pass.cpp: In function ‘void test()’: |
| 9 | copy_n.pass.cpp:45: error: ‘copy_n’ is not a member of ‘std’ |
| 10 | copy_n.pass.cpp failed to compile |
| 11 | failed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.copy |
| 12 | passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.copy |
| 13 | passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.fill |
| 14 | passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.generate |
| 15 | passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.move |
| 16 | is_partitioned.pass.cpp:33:2: error: #error is_partitioned not implemented |
| 17 | is_partitioned.pass.cpp failed to compile |
| 18 | partition_copy.pass.cpp:35:2: error: #error partition_copy is not implemented |
| 19 | partition_copy.pass.cpp failed to compile |
| 20 | partition_point.pass.cpp:33:2: error: #error partition_point is not implemented |
| 21 | partition_point.pass.cpp failed to compile |
| 22 | failed 3 tests in /cayuga/algorithms/alg.modifying.operations/alg.partitions |
| 23 | passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.partitions |
| 24 | random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented |
| 25 | random_shuffle_urng.pass.cpp failed to compile |
| 26 | failed 1 tests in /cayuga/algorithms/alg.modifying.operations/alg.random.shuffle |
| 27 | passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.random.shuffle |
| 28 | passed 4 tests in /cayuga/algorithms/alg.modifying.operations/alg.remove |
| 29 | passed 4 tests in /cayuga/algorithms/alg.modifying.operations/alg.replace |
| 30 | passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.reverse |
| 31 | passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.rotate |
| 32 | In file included from ../../../../include/algorithm:516, |
| 33 | from swap_array.pass.cpp:31: |
| 34 | ../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = int [3]]’: |
| 35 | swap_array.pass.cpp:42: instantiated from here |
| 36 | ../../../../include/type_traits:1306: error: cannot initialize arrays using this syntax |
| 37 | ../../../../include/type_traits:1307: error: invalid array assignment |
| 38 | ../../../../include/type_traits:1308: error: invalid array assignment |
| 39 | ../../../../include/type_traits: In function ‘void std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::unique_ptr<int, std::__yuga1::default_delete<int> > [3]]’: |
| 40 | swap_array.pass.cpp:62: instantiated from here |
| 41 | ../../../../include/type_traits:1306: error: bad array initializer |
| 42 | ../../../../include/type_traits:1307: error: invalid array assignment |
| 43 | ../../../../include/type_traits:1308: error: invalid array assignment |
| 44 | swap_array.pass.cpp failed to compile |
| 45 | failed 1 tests in /cayuga/algorithms/alg.modifying.operations/alg.swap |
| 46 | passed 3 tests in /cayuga/algorithms/alg.modifying.operations/alg.swap |
| 47 | passed 2 tests in /cayuga/algorithms/alg.modifying.operations/alg.transform |
| 48 | passed 4 tests in /cayuga/algorithms/alg.modifying.operations/alg.unique |
| 49 | passed 1 tests in /cayuga/algorithms/alg.nonmodifying |
| 50 | passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.adjacent.find |
| 51 | not implemented: /cayuga/algorithms/alg.nonmodifying/alg.all_of |
| 52 | not implemented: /cayuga/algorithms/alg.nonmodifying/alg.any_of |
| 53 | passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.count |
| 54 | passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.equal |
| 55 | find_if_not.pass.cpp: In function ‘int main()’: |
| 56 | find_if_not.pass.cpp:41: error: ‘find_if_not’ is not a member of ‘std’ |
| 57 | find_if_not.pass.cpp:45: error: ‘find_if_not’ is not a member of ‘std’ |
| 58 | find_if_not.pass.cpp failed to compile |
| 59 | failed 1 tests in /cayuga/algorithms/alg.nonmodifying/alg.find |
| 60 | passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.find |
| 61 | passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.find.end |
| 62 | passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.find.first.of |
| 63 | passed 1 tests in /cayuga/algorithms/alg.nonmodifying/alg.foreach |
| 64 | not implemented: /cayuga/algorithms/alg.nonmodifying/alg.none_of |
| 65 | passed 2 tests in /cayuga/algorithms/alg.nonmodifying/alg.search |
| 66 | passed 2 tests in /cayuga/algorithms/alg.nonmodifying/mismatch |
| 67 | passed 1 tests in /cayuga/algorithms/alg.sorting |
| 68 | passed 1 tests in /cayuga/algorithms/alg.sorting/alg.binary.search |
| 69 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.binary.search/binary.search |
| 70 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.binary.search/equal.range |
| 71 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.binary.search/lower.bound |
| 72 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.binary.search/upper.bound |
| 73 | passed 1 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations |
| 74 | passed 4 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/is.heap |
| 75 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/make.heap |
| 76 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/pop.heap |
| 77 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/push.heap |
| 78 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.heap.operations/sort.heap |
| 79 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.lex.comparison |
| 80 | passed 4 tests in /cayuga/algorithms/alg.sorting/alg.merge |
| 81 | max_init_list.pass.cpp:33:2: error: #error max(initializer_list<T> t) is not implemented |
| 82 | max_init_list.pass.cpp failed to compile |
| 83 | max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list<T> t, Compare comp) is not implemented |
| 84 | max_init_list_comp.pass.cpp failed to compile |
| 85 | min_init_list.pass.cpp:33:2: error: #error min(initializer_list<T> t) is not implemented |
| 86 | min_init_list.pass.cpp failed to compile |
| 87 | min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list<T> t, Compare comp) is not implemented |
| 88 | min_init_list_comp.pass.cpp failed to compile |
| 89 | minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: |
| 90 | minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’ |
| 91 | minmax.pass.cpp failed to compile |
| 92 | minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: |
| 93 | minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’ |
| 94 | minmax_comp.pass.cpp failed to compile |
| 95 | minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list<T> t) is not implemented |
| 96 | minmax_init_list.pass.cpp failed to compile |
| 97 | minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list<T> t, Compare comp) is not implemented |
| 98 | minmax_init_list_comp.pass.cpp failed to compile |
| 99 | failed 8 tests in /cayuga/algorithms/alg.sorting/alg.min.max |
| 100 | passed 10 tests in /cayuga/algorithms/alg.sorting/alg.min.max |
| 101 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.nth.element |
| 102 | passed 4 tests in /cayuga/algorithms/alg.sorting/alg.permutation.generators |
| 103 | passed 1 tests in /cayuga/algorithms/alg.sorting/alg.set.operations |
| 104 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/includes |
| 105 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/set.difference |
| 106 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/set.intersection |
| 107 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference |
| 108 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.set.operations/set.union |
| 109 | passed 1 tests in /cayuga/algorithms/alg.sorting/alg.sort |
| 110 | passed 4 tests in /cayuga/algorithms/alg.sorting/alg.sort/is.sorted |
| 111 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.sort/partial.sort |
| 112 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.sort/partial.sort.copy |
| 113 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.sort/sort |
| 114 | passed 2 tests in /cayuga/algorithms/alg.sorting/alg.sort/stable.sort |
| 115 | not implemented: /cayuga/algorithms/algorithms.general |
| 116 | not implemented: /cayuga/algorithms/algorithms.syn |
| 117 | not implemented: /cayuga/atomics |
| 118 | not implemented: /cayuga/atomics/atomics.fences |
| 119 | not implemented: /cayuga/atomics/atomics.flag |
| 120 | not implemented: /cayuga/atomics/atomics.general |
| 121 | not implemented: /cayuga/atomics/atomics.lockfree |
| 122 | not implemented: /cayuga/atomics/atomics.order |
| 123 | not implemented: /cayuga/atomics/atomics.syn |
| 124 | not implemented: /cayuga/atomics/atomics.types |
| 125 | not implemented: /cayuga/atomics/atomics.types/atomics.types.address |
| 126 | not implemented: /cayuga/atomics/atomics.types/atomics.types.generic |
| 127 | not implemented: /cayuga/atomics/atomics.types/atomics.types.integral |
| 128 | not implemented: /cayuga/atomics/atomics.types.operations |
| 129 | passed 1 tests in /cayuga/containers |
| 130 | not implemented: /cayuga/containers/associative |
| 131 | not implemented: /cayuga/containers/associative/map |
| 132 | not implemented: /cayuga/containers/associative/map/map.access |
| 133 | not implemented: /cayuga/containers/associative/map/map.cons |
| 134 | not implemented: /cayuga/containers/associative/map/map.modifiers |
| 135 | not implemented: /cayuga/containers/associative/map/map.ops |
| 136 | not implemented: /cayuga/containers/associative/map/map.special |
| 137 | not implemented: /cayuga/containers/associative/multimap |
| 138 | not implemented: /cayuga/containers/associative/multimap/multimap.cons |
| 139 | not implemented: /cayuga/containers/associative/multimap/multimap.modifiers |
| 140 | not implemented: /cayuga/containers/associative/multimap/multimap.ops |
| 141 | not implemented: /cayuga/containers/associative/multimap/multimap.special |
| 142 | not implemented: /cayuga/containers/associative/multiset |
| 143 | not implemented: /cayuga/containers/associative/multiset/multiset.cons |
| 144 | not implemented: /cayuga/containers/associative/multiset/multiset.special |
| 145 | not implemented: /cayuga/containers/associative/set |
| 146 | not implemented: /cayuga/containers/associative/set/set.cons |
| 147 | not implemented: /cayuga/containers/associative/set/set.special |
| 148 | passed 1 tests in /cayuga/containers/container.requirements |
| 149 | passed 1 tests in /cayuga/containers/container.requirements/associative.reqmts |
| 150 | passed 1 tests in /cayuga/containers/container.requirements/associative.reqmts/associative.reqmts.except |
| 151 | not implemented: /cayuga/containers/container.requirements/container.concepts |
| 152 | not implemented: /cayuga/containers/container.requirements/container.concepts/container.concepts.free |
| 153 | not implemented: /cayuga/containers/container.requirements/container.concepts/container.concepts.maps |
| 154 | not implemented: /cayuga/containers/container.requirements/container.concepts/container.concepts.member |
| 155 | passed 1 tests in /cayuga/containers/container.requirements/container.requirements.dataraces |
| 156 | passed 1 tests in /cayuga/containers/container.requirements/container.requirements.general |
| 157 | passed 1 tests in /cayuga/containers/container.requirements/sequence.reqmts |
| 158 | passed 1 tests in /cayuga/containers/container.requirements/unord.req |
| 159 | passed 1 tests in /cayuga/containers/container.requirements/unord.req/unord.req.except |
| 160 | passed 1 tests in /cayuga/containers/containers.general |
| 161 | passed 1 tests in /cayuga/containers/sequences |
| 162 | not implemented: /cayuga/containers/sequences/array |
| 163 | not implemented: /cayuga/containers/sequences/array/array.cons |
| 164 | not implemented: /cayuga/containers/sequences/array/array.data |
| 165 | not implemented: /cayuga/containers/sequences/array/array.fill |
| 166 | not implemented: /cayuga/containers/sequences/array/array.size |
| 167 | not implemented: /cayuga/containers/sequences/array/array.special |
| 168 | not implemented: /cayuga/containers/sequences/array/array.tuple |
| 169 | not implemented: /cayuga/containers/sequences/array/array.zero |
| 170 | not implemented: /cayuga/containers/sequences/container.adaptors |
| 171 | not implemented: /cayuga/containers/sequences/container.adaptors/priority.queue |
| 172 | not implemented: /cayuga/containers/sequences/container.adaptors/priority.queue/priqueue.cons |
| 173 | not implemented: /cayuga/containers/sequences/container.adaptors/priority.queue/priqueue.members |
| 174 | not implemented: /cayuga/containers/sequences/container.adaptors/priority.queue/priqueue.special |
| 175 | not implemented: /cayuga/containers/sequences/container.adaptors/queue |
| 176 | not implemented: /cayuga/containers/sequences/container.adaptors/queue/queue.defn |
| 177 | not implemented: /cayuga/containers/sequences/container.adaptors/queue/queue.ops |
| 178 | not implemented: /cayuga/containers/sequences/container.adaptors/queue/queue.special |
| 179 | not implemented: /cayuga/containers/sequences/container.adaptors/stack |
| 180 | not implemented: /cayuga/containers/sequences/container.adaptors/stack/stack.defn |
| 181 | not implemented: /cayuga/containers/sequences/container.adaptors/stack/stack.ops |
| 182 | not implemented: /cayuga/containers/sequences/container.adaptors/stack/stack.special |
| 183 | not implemented: /cayuga/containers/sequences/deque |
| 184 | not implemented: /cayuga/containers/sequences/deque/deque.capacity |
| 185 | not implemented: /cayuga/containers/sequences/deque/deque.cons |
| 186 | not implemented: /cayuga/containers/sequences/deque/deque.modifiers |
| 187 | not implemented: /cayuga/containers/sequences/deque/deque.special |
| 188 | not implemented: /cayuga/containers/sequences/forwardlist |
| 189 | not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.access |
| 190 | not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.cons |
| 191 | not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.iter |
| 192 | not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.modifiers |
| 193 | not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.ops |
| 194 | not implemented: /cayuga/containers/sequences/forwardlist/forwardlist.spec |
| 195 | passed 1 tests in /cayuga/containers/sequences/list |
| 196 | not implemented: /cayuga/containers/sequences/list/list.capacity |
| 197 | passed 4 tests in /cayuga/containers/sequences/list/list.cons |
| 198 | not implemented: /cayuga/containers/sequences/list/list.modifiers |
| 199 | passed 3 tests in /cayuga/containers/sequences/list/list.ops |
| 200 | not implemented: /cayuga/containers/sequences/list/list.special |
| 201 | passed 1 tests in /cayuga/containers/sequences/vector |
| 202 | not implemented: /cayuga/containers/sequences/vector/vector.capacity |
| 203 | not implemented: /cayuga/containers/sequences/vector/vector.cons |
| 204 | not implemented: /cayuga/containers/sequences/vector/vector.data |
| 205 | not implemented: /cayuga/containers/sequences/vector/vector.modifiers |
| 206 | not implemented: /cayuga/containers/sequences/vector/vector.special |
| 207 | not implemented: /cayuga/containers/sequences/vector.bool |
| 208 | not implemented: /cayuga/containers/unord |
| 209 | not implemented: /cayuga/containers/unord/unord.map |
| 210 | not implemented: /cayuga/containers/unord/unord.map/unord.map.cnstr |
| 211 | not implemented: /cayuga/containers/unord/unord.map/unord.map.elem |
| 212 | not implemented: /cayuga/containers/unord/unord.map/unord.map.swap |
| 213 | not implemented: /cayuga/containers/unord/unord.multimap |
| 214 | not implemented: /cayuga/containers/unord/unord.multimap/unord.multimap.cnstr |
| 215 | not implemented: /cayuga/containers/unord/unord.multimap/unord.multimap.swap |
| 216 | not implemented: /cayuga/containers/unord/unord.multiset |
| 217 | not implemented: /cayuga/containers/unord/unord.multiset/unord.multiset.cnstr |
| 218 | not implemented: /cayuga/containers/unord/unord.multiset/unord.multiset.swap |
| 219 | not implemented: /cayuga/containers/unord/unord.set |
| 220 | not implemented: /cayuga/containers/unord/unord.set/unord.set.cnstr |
| 221 | not implemented: /cayuga/containers/unord/unord.set/unord.set.swap |
| 222 | passed 1 tests in /cayuga/depr |
| 223 | passed 1 tests in /cayuga/depr/depr.auto.ptr |
| 224 | passed 1 tests in /cayuga/depr/depr.auto.ptr/auto.ptr |
| 225 | passed 10 tests in /cayuga/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons |
| 226 | passed 4 tests in /cayuga/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv |
| 227 | passed 4 tests in /cayuga/depr/depr.auto.ptr/auto.ptr/auto.ptr.members |
| 228 | inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined |
| 229 | inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined |
| 230 | inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined |
| 231 | inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined |
| 232 | inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined |
| 233 | inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined |
| 234 | inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined |
| 235 | inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined |
| 236 | inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined |
| 237 | inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined |
| 238 | inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined |
| 239 | inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined |
| 240 | inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined |
| 241 | inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined |
| 242 | inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined |
| 243 | inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined |
| 244 | inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined |
| 245 | inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined |
| 246 | inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined |
| 247 | inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined |
| 248 | inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined |
| 249 | inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined |
| 250 | inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined |
| 251 | inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined |
| 252 | inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined |
| 253 | inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined |
| 254 | inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined |
| 255 | inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined |
| 256 | inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined |
| 257 | inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined |
| 258 | inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined |
| 259 | inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined |
| 260 | inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined |
| 261 | inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined |
| 262 | inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined |
| 263 | inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined |
| 264 | inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined |
| 265 | inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined |
| 266 | inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined |
| 267 | inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined |
| 268 | inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined |
| 269 | inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined |
| 270 | inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined |
| 271 | inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined |
| 272 | inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined |
| 273 | inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined |
| 274 | inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined |
| 275 | inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined |
| 276 | inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined |
| 277 | inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined |
| 278 | inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined |
| 279 | inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined |
| 280 | inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined |
| 281 | inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined |
| 282 | inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined |
| 283 | inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined |
| 284 | inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined |
| 285 | inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined |
| 286 | inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined |
| 287 | inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined |
| 288 | inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined |
| 289 | inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined |
| 290 | inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined |
| 291 | inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined |
| 292 | inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined |
| 293 | inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined |
| 294 | inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined |
| 295 | inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined |
| 296 | inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined |
| 297 | inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined |
| 298 | inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined |
| 299 | inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined |
| 300 | inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined |
| 301 | inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined |
| 302 | inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined |
| 303 | inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined |
| 304 | inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined |
| 305 | inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined |
| 306 | inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined |
| 307 | inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined |
| 308 | inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined |
| 309 | inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined |
| 310 | inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined |
| 311 | inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined |
| 312 | inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined |
| 313 | inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined |
| 314 | inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined |
| 315 | inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined |
| 316 | inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined |
| 317 | inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined |
| 318 | inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined |
| 319 | inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined |
| 320 | inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined |
| 321 | inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined |
| 322 | inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined |
| 323 | inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined |
| 324 | inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined |
| 325 | inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined |
| 326 | inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined |
| 327 | inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined |
| 328 | inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined |
| 329 | inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined |
| 330 | inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined |
| 331 | inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined |
| 332 | inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined |
| 333 | inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined |
| 334 | inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined |
| 335 | inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined |
| 336 | inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined |
| 337 | inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined |
| 338 | inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined |
| 339 | inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined |
| 340 | inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined |
| 341 | inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined |
| 342 | inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined |
| 343 | inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined |
| 344 | inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined |
| 345 | inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined |
| 346 | inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined |
| 347 | inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined |
| 348 | inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined |
| 349 | inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined |
| 350 | inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined |
| 351 | inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined |
| 352 | inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined |
| 353 | inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined |
| 354 | inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined |
| 355 | inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined |
| 356 | inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined |
| 357 | inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined |
| 358 | inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined |
| 359 | inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined |
| 360 | inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined |
| 361 | inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined |
| 362 | inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined |
| 363 | inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined |
| 364 | inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined |
| 365 | inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined |
| 366 | inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined |
| 367 | inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined |
| 368 | inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined |
| 369 | inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined |
| 370 | inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined |
| 371 | inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined |
| 372 | inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined |
| 373 | inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined |
| 374 | inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined |
| 375 | inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined |
| 376 | inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined |
| 377 | inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined |
| 378 | inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined |
| 379 | inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined |
| 380 | inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined |
| 381 | inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined |
| 382 | inttypes_h.pass.cpp failed to compile |
| 383 | uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory |
| 384 | uchar_h.pass.cpp failed to compile |
| 385 | failed 2 tests in /cayuga/depr/depr.c.headers |
| 386 | passed 24 tests in /cayuga/depr/depr.c.headers |
| 387 | not implemented: /cayuga/depr/depr.ios.members |
| 388 | passed 1 tests in /cayuga/depr/depr.lib.binders |
| 389 | passed 1 tests in /cayuga/depr/depr.lib.binders/depr.lib.bind.1st |
| 390 | passed 1 tests in /cayuga/depr/depr.lib.binders/depr.lib.bind.2nd |
| 391 | passed 1 tests in /cayuga/depr/depr.lib.binders/depr.lib.binder.1st |
| 392 | passed 1 tests in /cayuga/depr/depr.lib.binders/depr.lib.binder.2nd |
| 393 | passed 1 tests in /cayuga/depr/depr.lib.iterator.primitives |
| 394 | not implemented: /cayuga/depr/depr.lib.iterator.primitives/iterator.backward |
| 395 | passed 1 tests in /cayuga/depr/depr.lib.iterator.primitives/iterator.basic |
| 396 | passed 4 tests in /cayuga/depr/depr.lib.iterator.primitives/iterator.traits |
| 397 | passed 5 tests in /cayuga/depr/depr.lib.iterator.primitives/std.iterator.tags |
| 398 | not implemented: /cayuga/depr/depr.str.strstreams |
| 399 | not implemented: /cayuga/depr/depr.str.strstreams/depr.istrstream |
| 400 | not implemented: /cayuga/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons |
| 401 | not implemented: /cayuga/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members |
| 402 | not implemented: /cayuga/depr/depr.str.strstreams/depr.ostrstream |
| 403 | not implemented: /cayuga/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons |
| 404 | not implemented: /cayuga/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members |
| 405 | not implemented: /cayuga/depr/depr.str.strstreams/depr.strstream |
| 406 | not implemented: /cayuga/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons |
| 407 | not implemented: /cayuga/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest |
| 408 | not implemented: /cayuga/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper |
| 409 | not implemented: /cayuga/depr/depr.str.strstreams/depr.strstreambuf |
| 410 | not implemented: /cayuga/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons |
| 411 | not implemented: /cayuga/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members |
| 412 | not implemented: /cayuga/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals |
| 413 | passed 1 tests in /cayuga/diagnostics |
| 414 | passed 1 tests in /cayuga/diagnostics/assertions |
| 415 | passed 1 tests in /cayuga/diagnostics/diagnostics.general |
| 416 | passed 1 tests in /cayuga/diagnostics/errno |
| 417 | passed 1 tests in /cayuga/diagnostics/std.exceptions |
| 418 | passed 1 tests in /cayuga/diagnostics/std.exceptions/domain.error |
| 419 | passed 1 tests in /cayuga/diagnostics/std.exceptions/invalid.argument |
| 420 | passed 1 tests in /cayuga/diagnostics/std.exceptions/length.error |
| 421 | passed 1 tests in /cayuga/diagnostics/std.exceptions/logic.error |
| 422 | passed 1 tests in /cayuga/diagnostics/std.exceptions/out.of.range |
| 423 | passed 1 tests in /cayuga/diagnostics/std.exceptions/overflow.error |
| 424 | passed 1 tests in /cayuga/diagnostics/std.exceptions/range.error |
| 425 | passed 1 tests in /cayuga/diagnostics/std.exceptions/runtime.error |
| 426 | passed 1 tests in /cayuga/diagnostics/std.exceptions/underflow.error |
| 427 | passed 1 tests in /cayuga/diagnostics/syserr |
| 428 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.compare |
| 429 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcat |
| 430 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.derived |
| 431 | passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals |
| 432 | passed 2 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.objects |
| 433 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.overview |
| 434 | passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals |
| 435 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcode |
| 436 | passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors |
| 437 | passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers |
| 438 | stream_inserter.pass.cpp:37:2: error: #error basic_ostream<charT,traits>& operator<<(basic_ostream<charT,traits>& os, const error_code& ec) not implemented |
| 439 | stream_inserter.pass.cpp failed to compile |
| 440 | failed 1 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers |
| 441 | passed 2 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers |
| 442 | passed 5 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.observers |
| 443 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcode.overview |
| 444 | not implemented: /cayuga/diagnostics/syserr/syserr.errcode/syserr.errcodeenum |
| 445 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcondition |
| 446 | not implemented: /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondenum |
| 447 | passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors |
| 448 | passed 3 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers |
| 449 | passed 2 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers |
| 450 | passed 4 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers |
| 451 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview |
| 452 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.syserr |
| 453 | passed 6 tests in /cayuga/diagnostics/syserr/syserr.syserr/syserr.syserr.members |
| 454 | passed 1 tests in /cayuga/diagnostics/syserr/syserr.syserr/syserr.syserr.overview |
| 455 | passed 1 tests in /cayuga/input.output |
| 456 | passed 1 tests in /cayuga/input.output/file.streams |
| 457 | cinttypes.pass.cpp:274:2: error: #error PRId8 not defined |
| 458 | cinttypes.pass.cpp:278:2: error: #error PRId16 not defined |
| 459 | cinttypes.pass.cpp:282:2: error: #error PRId32 not defined |
| 460 | cinttypes.pass.cpp:286:2: error: #error PRId64 not defined |
| 461 | cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined |
| 462 | cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined |
| 463 | cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined |
| 464 | cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined |
| 465 | cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined |
| 466 | cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined |
| 467 | cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined |
| 468 | cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined |
| 469 | cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined |
| 470 | cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined |
| 471 | cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined |
| 472 | cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined |
| 473 | cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined |
| 474 | cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined |
| 475 | cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined |
| 476 | cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined |
| 477 | cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined |
| 478 | cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined |
| 479 | cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined |
| 480 | cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined |
| 481 | cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined |
| 482 | cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined |
| 483 | cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined |
| 484 | cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined |
| 485 | cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined |
| 486 | cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined |
| 487 | cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined |
| 488 | cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined |
| 489 | cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined |
| 490 | cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined |
| 491 | cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined |
| 492 | cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined |
| 493 | cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined |
| 494 | cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined |
| 495 | cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined |
| 496 | cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined |
| 497 | cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined |
| 498 | cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined |
| 499 | cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined |
| 500 | cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined |
| 501 | cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined |
| 502 | cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined |
| 503 | cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined |
| 504 | cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined |
| 505 | cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined |
| 506 | cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined |
| 507 | cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined |
| 508 | cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined |
| 509 | cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined |
| 510 | cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined |
| 511 | cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined |
| 512 | cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined |
| 513 | cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined |
| 514 | cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined |
| 515 | cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined |
| 516 | cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined |
| 517 | cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined |
| 518 | cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined |
| 519 | cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined |
| 520 | cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined |
| 521 | cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined |
| 522 | cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined |
| 523 | cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined |
| 524 | cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined |
| 525 | cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined |
| 526 | cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined |
| 527 | cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined |
| 528 | cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined |
| 529 | cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined |
| 530 | cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined |
| 531 | cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined |
| 532 | cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined |
| 533 | cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined |
| 534 | cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined |
| 535 | cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined |
| 536 | cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined |
| 537 | cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined |
| 538 | cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined |
| 539 | cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined |
| 540 | cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined |
| 541 | cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined |
| 542 | cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined |
| 543 | cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined |
| 544 | cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined |
| 545 | cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined |
| 546 | cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined |
| 547 | cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined |
| 548 | cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined |
| 549 | cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined |
| 550 | cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined |
| 551 | cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined |
| 552 | cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined |
| 553 | cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined |
| 554 | cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined |
| 555 | cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined |
| 556 | cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined |
| 557 | cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined |
| 558 | cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined |
| 559 | cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined |
| 560 | cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined |
| 561 | cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined |
| 562 | cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined |
| 563 | cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined |
| 564 | cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined |
| 565 | cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined |
| 566 | cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined |
| 567 | cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined |
| 568 | cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined |
| 569 | cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined |
| 570 | cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined |
| 571 | cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined |
| 572 | cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined |
| 573 | cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined |
| 574 | cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined |
| 575 | cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined |
| 576 | cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined |
| 577 | cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined |
| 578 | cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined |
| 579 | cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined |
| 580 | cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined |
| 581 | cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined |
| 582 | cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined |
| 583 | cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined |
| 584 | cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined |
| 585 | cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined |
| 586 | cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined |
| 587 | cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined |
| 588 | cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined |
| 589 | cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined |
| 590 | cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined |
| 591 | cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined |
| 592 | cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined |
| 593 | cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined |
| 594 | cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined |
| 595 | cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined |
| 596 | cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined |
| 597 | cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined |
| 598 | cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined |
| 599 | cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined |
| 600 | cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined |
| 601 | cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined |
| 602 | cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined |
| 603 | cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined |
| 604 | cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined |
| 605 | cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined |
| 606 | cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined |
| 607 | cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined |
| 608 | cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined |
| 609 | cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined |
| 610 | cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined |
| 611 | cinttypes.pass.cpp failed to compile |
| 612 | failed 1 tests in /cayuga/input.output/file.streams/c.files |
| 613 | passed 1 tests in /cayuga/input.output/file.streams/c.files |
| 614 | passed 1 tests in /cayuga/input.output/file.streams/fstreams |
| 615 | passed 1 tests in /cayuga/input.output/file.streams/fstreams/filebuf |
| 616 | passed 3 tests in /cayuga/input.output/file.streams/fstreams/filebuf.assign |
| 617 | passed 2 tests in /cayuga/input.output/file.streams/fstreams/filebuf.cons |
| 618 | passed 1 tests in /cayuga/input.output/file.streams/fstreams/filebuf.members |
| 619 | passed 4 tests in /cayuga/input.output/file.streams/fstreams/filebuf.virtuals |
| 620 | passed 1 tests in /cayuga/input.output/file.streams/fstreams/fstream |
| 621 | passed 3 tests in /cayuga/input.output/file.streams/fstreams/fstream.assign |
| 622 | passed 4 tests in /cayuga/input.output/file.streams/fstreams/fstream.cons |
| 623 | passed 4 tests in /cayuga/input.output/file.streams/fstreams/fstream.members |
| 624 | passed 1 tests in /cayuga/input.output/file.streams/fstreams/ifstream |
| 625 | passed 3 tests in /cayuga/input.output/file.streams/fstreams/ifstream.assign |
| 626 | passed 4 tests in /cayuga/input.output/file.streams/fstreams/ifstream.cons |
| 627 | passed 4 tests in /cayuga/input.output/file.streams/fstreams/ifstream.members |
| 628 | passed 1 tests in /cayuga/input.output/file.streams/fstreams/ofstream |
| 629 | passed 3 tests in /cayuga/input.output/file.streams/fstreams/ofstream.assign |
| 630 | passed 4 tests in /cayuga/input.output/file.streams/fstreams/ofstream.cons |
| 631 | passed 4 tests in /cayuga/input.output/file.streams/fstreams/ofstream.members |
| 632 | passed 1 tests in /cayuga/input.output/input.output.general |
| 633 | passed 1 tests in /cayuga/input.output/iostream.format |
| 634 | passed 4 tests in /cayuga/input.output/iostream.format/ext.manip |
| 635 | passed 1 tests in /cayuga/input.output/iostream.format/input.streams |
| 636 | passed 1 tests in /cayuga/input.output/iostream.format/input.streams/iostreamclass |
| 637 | passed 3 tests in /cayuga/input.output/iostream.format/input.streams/iostreamclass/iostream.assign |
| 638 | passed 2 tests in /cayuga/input.output/iostream.format/input.streams/iostreamclass/iostream.cons |
| 639 | passed 1 tests in /cayuga/input.output/iostream.format/input.streams/iostreamclass/iostream.dest |
| 640 | passed 1 tests in /cayuga/input.output/iostream.format/input.streams/istream |
| 641 | passed 3 tests in /cayuga/input.output/iostream.format/input.streams/istream/istream.assign |
| 642 | passed 2 tests in /cayuga/input.output/iostream.format/input.streams/istream/istream.cons |
| 643 | passed 1 tests in /cayuga/input.output/iostream.format/input.streams/istream/istream::sentry |
| 644 | passed 1 tests in /cayuga/input.output/iostream.format/input.streams/istream.formatted |
| 645 | passed 13 tests in /cayuga/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic |
| 646 | passed 1 tests in /cayuga/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts |
| 647 | passed 10 tests in /cayuga/input.output/iostream.format/input.streams/istream.formatted/istream::extractors |
| 648 | passed 1 tests in /cayuga/input.output/iostream.format/input.streams/istream.manip |
| 649 | passed 1 tests in /cayuga/input.output/iostream.format/input.streams/istream.rvalue |
| 650 | passed 18 tests in /cayuga/input.output/iostream.format/input.streams/istream.unformatted |
| 651 | passed 1 tests in /cayuga/input.output/iostream.format/output.streams |
| 652 | passed 1 tests in /cayuga/input.output/iostream.format/output.streams/ostream |
| 653 | passed 3 tests in /cayuga/input.output/iostream.format/output.streams/ostream.assign |
| 654 | passed 2 tests in /cayuga/input.output/iostream.format/output.streams/ostream.cons |
| 655 | passed 1 tests in /cayuga/input.output/iostream.format/output.streams/ostream.formatted |
| 656 | passed 1 tests in /cayuga/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts |
| 657 | passed 4 tests in /cayuga/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters |
| 658 | passed 13 tests in /cayuga/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic |
| 659 | passed 10 tests in /cayuga/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character |
| 660 | passed 3 tests in /cayuga/input.output/iostream.format/output.streams/ostream.manip |
| 661 | passed 1 tests in /cayuga/input.output/iostream.format/output.streams/ostream.rvalue |
| 662 | passed 3 tests in /cayuga/input.output/iostream.format/output.streams/ostream.seeks |
| 663 | passed 3 tests in /cayuga/input.output/iostream.format/output.streams/ostream.unformatted |
| 664 | passed 2 tests in /cayuga/input.output/iostream.format/output.streams/ostream::sentry |
| 665 | passed 6 tests in /cayuga/input.output/iostream.format/std.manip |
| 666 | passed 1 tests in /cayuga/input.output/iostream.forward |
| 667 | passed 1 tests in /cayuga/input.output/iostream.objects |
| 668 | passed 4 tests in /cayuga/input.output/iostream.objects/narrow.stream.objects |
| 669 | passed 4 tests in /cayuga/input.output/iostream.objects/wide.stream.objects |
| 670 | passed 1 tests in /cayuga/input.output/iostreams.base |
| 671 | passed 1 tests in /cayuga/input.output/iostreams.base/fpos |
| 672 | passed 1 tests in /cayuga/input.output/iostreams.base/fpos/fpos.members |
| 673 | passed 7 tests in /cayuga/input.output/iostreams.base/fpos/fpos.operations |
| 674 | passed 1 tests in /cayuga/input.output/iostreams.base/ios |
| 675 | passed 1 tests in /cayuga/input.output/iostreams.base/ios/basic.ios.cons |
| 676 | passed 13 tests in /cayuga/input.output/iostreams.base/ios/basic.ios.members |
| 677 | passed 11 tests in /cayuga/input.output/iostreams.base/ios/iostate.flags |
| 678 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base |
| 679 | passed 9 tests in /cayuga/input.output/iostreams.base/ios.base/fmtflags.state |
| 680 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.base.callback |
| 681 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.base.cons |
| 682 | passed 2 tests in /cayuga/input.output/iostreams.base/ios.base/ios.base.locales |
| 683 | passed 3 tests in /cayuga/input.output/iostreams.base/ios.base/ios.base.storage |
| 684 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.members.static |
| 685 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types |
| 686 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::Init |
| 687 | passed 2 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::failure |
| 688 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags |
| 689 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::iostate |
| 690 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::openmode |
| 691 | passed 1 tests in /cayuga/input.output/iostreams.base/ios.base/ios.types/ios::seekdir |
| 692 | passed 1 tests in /cayuga/input.output/iostreams.base/std.ios.manip |
| 693 | passed 3 tests in /cayuga/input.output/iostreams.base/std.ios.manip/adjustfield.manip |
| 694 | passed 3 tests in /cayuga/input.output/iostreams.base/std.ios.manip/basefield.manip |
| 695 | passed 3 tests in /cayuga/input.output/iostreams.base/std.ios.manip/error.reporting |
| 696 | passed 4 tests in /cayuga/input.output/iostreams.base/std.ios.manip/floatfield.manip |
| 697 | passed 14 tests in /cayuga/input.output/iostreams.base/std.ios.manip/fmtflags.manip |
| 698 | passed 2 tests in /cayuga/input.output/iostreams.base/stream.types |
| 699 | passed 1 tests in /cayuga/input.output/iostreams.requirements |
| 700 | passed 1 tests in /cayuga/input.output/iostreams.requirements/iostream.limits.imbue |
| 701 | passed 1 tests in /cayuga/input.output/iostreams.requirements/iostreams.limits.pos |
| 702 | passed 1 tests in /cayuga/input.output/iostreams.requirements/iostreams.threadsafety |
| 703 | passed 1 tests in /cayuga/input.output/stream.buffers |
| 704 | passed 1 tests in /cayuga/input.output/stream.buffers/streambuf |
| 705 | passed 4 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.cons |
| 706 | passed 1 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.members |
| 707 | passed 4 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer |
| 708 | passed 1 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales |
| 709 | passed 5 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get |
| 710 | passed 2 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback |
| 711 | passed 2 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put |
| 712 | passed 1 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.protected |
| 713 | passed 2 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign |
| 714 | passed 2 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area |
| 715 | passed 2 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area |
| 716 | passed 1 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals |
| 717 | passed 1 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer |
| 718 | passed 4 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get |
| 719 | passed 1 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales |
| 720 | passed 1 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback |
| 721 | passed 2 tests in /cayuga/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put |
| 722 | passed 1 tests in /cayuga/input.output/stream.buffers/streambuf.reqts |
| 723 | passed 1 tests in /cayuga/input.output/string.streams |
| 724 | passed 1 tests in /cayuga/input.output/string.streams/istringstream |
| 725 | passed 3 tests in /cayuga/input.output/string.streams/istringstream/istringstream.assign |
| 726 | passed 3 tests in /cayuga/input.output/string.streams/istringstream/istringstream.cons |
| 727 | passed 1 tests in /cayuga/input.output/string.streams/istringstream/istringstream.members |
| 728 | passed 1 tests in /cayuga/input.output/string.streams/ostringstream |
| 729 | passed 3 tests in /cayuga/input.output/string.streams/ostringstream/ostringstream.assign |
| 730 | passed 3 tests in /cayuga/input.output/string.streams/ostringstream/ostringstream.cons |
| 731 | passed 1 tests in /cayuga/input.output/string.streams/ostringstream/ostringstream.members |
| 732 | passed 1 tests in /cayuga/input.output/string.streams/stringbuf |
| 733 | passed 3 tests in /cayuga/input.output/string.streams/stringbuf/stringbuf.assign |
| 734 | passed 3 tests in /cayuga/input.output/string.streams/stringbuf/stringbuf.cons |
| 735 | passed 1 tests in /cayuga/input.output/string.streams/stringbuf/stringbuf.members |
| 736 | passed 6 tests in /cayuga/input.output/string.streams/stringbuf/stringbuf.virtuals |
| 737 | passed 1 tests in /cayuga/input.output/string.streams/stringstream |
| 738 | passed 3 tests in /cayuga/input.output/string.streams/stringstream.cons |
| 739 | passed 3 tests in /cayuga/input.output/string.streams/stringstream.cons/stringstream.assign |
| 740 | passed 1 tests in /cayuga/input.output/string.streams/stringstream.members |
| 741 | passed 1 tests in /cayuga/iterators |
| 742 | passed 1 tests in /cayuga/iterators/insert.iterators |
| 743 | passed 1 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops |
| 744 | passed 2 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons |
| 745 | not implemented: /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.maps |
| 746 | passed 2 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ |
| 747 | passed 2 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= |
| 748 | passed 1 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk |
| 749 | passed 1 tests in /cayuga/iterators/insert.iterators/back.insert.iter.ops/back.inserter |
| 750 | passed 1 tests in /cayuga/iterators/insert.iterators/back.insert.iterator |
| 751 | not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops |
| 752 | not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons |
| 753 | not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.maps |
| 754 | not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ |
| 755 | not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= |
| 756 | not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk |
| 757 | not implemented: /cayuga/iterators/insert.iterators/front.insert.iter.ops/front.inserter |
| 758 | not implemented: /cayuga/iterators/insert.iterators/front.insert.iterator |
| 759 | passed 1 tests in /cayuga/iterators/insert.iterators/insert.iter.ops |
| 760 | passed 1 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.cons |
| 761 | not implemented: /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.maps |
| 762 | passed 2 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.op++ |
| 763 | passed 2 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.op= |
| 764 | passed 1 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk |
| 765 | passed 1 tests in /cayuga/iterators/insert.iterators/insert.iter.ops/inserter |
| 766 | passed 1 tests in /cayuga/iterators/insert.iterators/insert.iterator |
| 767 | not implemented: /cayuga/iterators/iterator.concepts |
| 768 | not implemented: /cayuga/iterators/iterator.concepts/bidirectional.iterators |
| 769 | not implemented: /cayuga/iterators/iterator.concepts/forward.iterators |
| 770 | not implemented: /cayuga/iterators/iterator.concepts/input.iterators |
| 771 | not implemented: /cayuga/iterators/iterator.concepts/iterator.concepts.range |
| 772 | not implemented: /cayuga/iterators/iterator.concepts/iterator.iterators |
| 773 | not implemented: /cayuga/iterators/iterator.concepts/output.iterators |
| 774 | not implemented: /cayuga/iterators/iterator.concepts/random.access.iterators |
| 775 | not implemented: /cayuga/iterators/iterator.concepts/shuffle.iterators |
| 776 | next.pass.cpp: In function ‘void test(It, typename std::__yuga1::iterator_traits<_Tp>::difference_type, It) [with It = input_iterator<const char*>]’: |
| 777 | next.pass.cpp:51: instantiated from here |
| 778 | next.pass.cpp:38: error: no matching function for call to ‘next(input_iterator<const char*>&, ptrdiff_t&)’ |
| 779 | next.pass.cpp: In function ‘void test(It, It) [with It = input_iterator<const char*>]’: |
| 780 | next.pass.cpp:57: instantiated from here |
| 781 | next.pass.cpp:45: error: no matching function for call to ‘next(input_iterator<const char*>&)’ |
| 782 | next.pass.cpp failed to compile |
| 783 | Assertion failed: (std::prev(i, n) == x), function test, file prev.pass.cpp, line 38. |
| 784 | ./testit: line 94: 70472 Abort trap ./a.out |
| 785 | prev.pass.cpp failed at run time |
| 786 | failed 2 tests in /cayuga/iterators/iterator.operations |
| 787 | passed 2 tests in /cayuga/iterators/iterator.operations |
| 788 | passed 1 tests in /cayuga/iterators/iterator.syn |
| 789 | not implemented: /cayuga/iterators/iterators.general |
| 790 | passed 1 tests in /cayuga/iterators/predef.iterators |
| 791 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators |
| 792 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops |
| 793 | not implemented: /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.maps |
| 794 | passed 3 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember |
| 795 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ |
| 796 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= |
| 797 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- |
| 798 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= |
| 799 | passed 6 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp |
| 800 | passed 5 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const |
| 801 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv |
| 802 | passed 2 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr |
| 803 | passed 2 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr |
| 804 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index |
| 805 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref |
| 806 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star |
| 807 | passed 2 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= |
| 808 | passed 1 tests in /cayuga/iterators/predef.iterators/move.iterators/move.iterator |
| 809 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators |
| 810 | not implemented: /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.maps |
| 811 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops |
| 812 | passed 5 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons |
| 813 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv |
| 814 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= |
| 815 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ |
| 816 | passed 2 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ |
| 817 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= |
| 818 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- |
| 819 | passed 2 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- |
| 820 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= |
| 821 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star |
| 822 | passed 2 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= |
| 823 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== |
| 824 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff |
| 825 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt |
| 826 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= |
| 827 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex |
| 828 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt |
| 829 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= |
| 830 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref |
| 831 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum |
| 832 | passed 1 tests in /cayuga/iterators/predef.iterators/reverse.iterators/reverse.iterator |
| 833 | not implemented: /cayuga/iterators/stream.iterators |
| 834 | not implemented: /cayuga/iterators/stream.iterators/istream.iterator |
| 835 | not implemented: /cayuga/iterators/stream.iterators/istream.iterator/istream.iterator.cons |
| 836 | not implemented: /cayuga/iterators/stream.iterators/istream.iterator/istream.iterator.ops |
| 837 | not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator |
| 838 | not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons |
| 839 | not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal |
| 840 | not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= |
| 841 | not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ |
| 842 | not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== |
| 843 | not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk |
| 844 | not implemented: /cayuga/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy |
| 845 | not implemented: /cayuga/iterators/stream.iterators/ostream.iterator |
| 846 | not implemented: /cayuga/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des |
| 847 | not implemented: /cayuga/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops |
| 848 | not implemented: /cayuga/iterators/stream.iterators/ostreambuf.iterator |
| 849 | not implemented: /cayuga/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons |
| 850 | not implemented: /cayuga/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops |
| 851 | passed 1 tests in /cayuga/language.support |
| 852 | passed 1 tests in /cayuga/language.support/cstdint |
| 853 | passed 1 tests in /cayuga/language.support/cstdint/cstdint.syn |
| 854 | passed 1 tests in /cayuga/language.support/cstdint/stdinth |
| 855 | passed 1 tests in /cayuga/language.support/support.dynamic |
| 856 | passed 1 tests in /cayuga/language.support/support.dynamic/alloc.errors |
| 857 | passed 1 tests in /cayuga/language.support/support.dynamic/alloc.errors/bad.alloc |
| 858 | passed 1 tests in /cayuga/language.support/support.dynamic/alloc.errors/new.handler |
| 859 | passed 1 tests in /cayuga/language.support/support.dynamic/alloc.errors/set.new.handler |
| 860 | passed 1 tests in /cayuga/language.support/support.dynamic/new.delete |
| 861 | Assertion failed: (new_called), function main, file new_array_nothrow_replace.pass.cpp, line 59. |
| 862 | ./testit: line 94: 71330 Abort trap ./a.out |
| 863 | new_array_nothrow_replace.pass.cpp failed at run time |
| 864 | failed 1 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.array |
| 865 | passed 3 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.array |
| 866 | passed 1 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.dataraces |
| 867 | passed 2 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.placement |
| 868 | Assertion failed: (new_called), function main, file new_nothrow_replace.pass.cpp, line 59. |
| 869 | ./testit: line 94: 71400 Abort trap ./a.out |
| 870 | new_nothrow_replace.pass.cpp failed at run time |
| 871 | failed 1 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.single |
| 872 | passed 3 tests in /cayuga/language.support/support.dynamic/new.delete/new.delete.single |
| 873 | passed 1 tests in /cayuga/language.support/support.exception |
| 874 | not implemented: /cayuga/language.support/support.exception/except.nested |
| 875 | passed 1 tests in /cayuga/language.support/support.exception/exception |
| 876 | passed 1 tests in /cayuga/language.support/support.exception/exception.terminate |
| 877 | passed 1 tests in /cayuga/language.support/support.exception/exception.terminate/set.terminate |
| 878 | passed 1 tests in /cayuga/language.support/support.exception/exception.terminate/terminate |
| 879 | passed 1 tests in /cayuga/language.support/support.exception/exception.terminate/terminate.handler |
| 880 | passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected |
| 881 | passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected/bad.exception |
| 882 | passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected/set.unexpected |
| 883 | passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected/unexpected |
| 884 | passed 1 tests in /cayuga/language.support/support.exception/exception.unexpected/unexpected.handler |
| 885 | not implemented: /cayuga/language.support/support.exception/propagation |
| 886 | passed 1 tests in /cayuga/language.support/support.exception/uncaught |
| 887 | not implemented: /cayuga/language.support/support.general |
| 888 | not implemented: /cayuga/language.support/support.initlist |
| 889 | not implemented: /cayuga/language.support/support.initlist/support.initlist.access |
| 890 | not implemented: /cayuga/language.support/support.initlist/support.initlist.concept |
| 891 | not implemented: /cayuga/language.support/support.initlist/support.initlist.cons |
| 892 | passed 1 tests in /cayuga/language.support/support.limits |
| 893 | passed 2 tests in /cayuga/language.support/support.limits/c.limits |
| 894 | passed 1 tests in /cayuga/language.support/support.limits/limits |
| 895 | passed 1 tests in /cayuga/language.support/support.limits/limits/denorm.style |
| 896 | passed 1 tests in /cayuga/language.support/support.limits/limits/numeric.limits |
| 897 | passed 31 tests in /cayuga/language.support/support.limits/limits/numeric.limits.members |
| 898 | passed 1 tests in /cayuga/language.support/support.limits/limits/numeric.special |
| 899 | passed 1 tests in /cayuga/language.support/support.limits/limits/round.style |
| 900 | passed 1 tests in /cayuga/language.support/support.rtti |
| 901 | passed 1 tests in /cayuga/language.support/support.rtti/bad.cast |
| 902 | passed 1 tests in /cayuga/language.support/support.rtti/bad.typeid |
| 903 | not implemented: /cayuga/language.support/support.rtti/type.index |
| 904 | not implemented: /cayuga/language.support/support.rtti/type.index/type.index.members |
| 905 | not implemented: /cayuga/language.support/support.rtti/type.index/type.index.overview |
| 906 | not implemented: /cayuga/language.support/support.rtti/type.index/type.index.templ |
| 907 | type_info_hash.pass.cpp: In function ‘int main()’: |
| 908 | type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ |
| 909 | type_info_hash.pass.cpp:35: error: ‘const class std::type_info’ has no member named ‘hash_code’ |
| 910 | type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ |
| 911 | type_info_hash.pass.cpp:36: error: ‘const class std::type_info’ has no member named ‘hash_code’ |
| 912 | type_info_hash.pass.cpp failed to compile |
| 913 | failed 1 tests in /cayuga/language.support/support.rtti/type.info |
| 914 | passed 1 tests in /cayuga/language.support/support.rtti/type.info |
| 915 | passed 6 tests in /cayuga/language.support/support.runtime |
| 916 | quick_exit.pass.cpp: In function ‘int main()’: |
| 917 | quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ |
| 918 | quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope |
| 919 | quick_exit.pass.cpp failed to compile |
| 920 | failed 1 tests in /cayuga/language.support/support.start.term |
| 921 | passed 6 tests in /cayuga/language.support/support.types |
| 922 | passed 1 tests in /cayuga/localization |
| 923 | passed 1 tests in /cayuga/localization/c.locales |
| 924 | passed 1 tests in /cayuga/localization/locale.categories |
| 925 | passed 1 tests in /cayuga/localization/locale.categories/category.collate |
| 926 | passed 2 tests in /cayuga/localization/locale.categories/category.collate/locale.collate |
| 927 | passed 3 tests in /cayuga/localization/locale.categories/category.collate/locale.collate/locale.collate.members |
| 928 | passed 1 tests in /cayuga/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals |
| 929 | passed 4 tests in /cayuga/localization/locale.categories/category.collate/locale.collate.byname |
| 930 | passed 1 tests in /cayuga/localization/locale.categories/category.ctype |
| 931 | passed 1 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special |
| 932 | passed 1 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor |
| 933 | passed 14 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members |
| 934 | passed 1 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics |
| 935 | passed 1 tests in /cayuga/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals |
| 936 | Undefined symbols: |
| 937 | "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: |
| 938 | vtable for my_facet in ccHIqGvE.o |
| 939 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 940 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccHIqGvE.o |
| 941 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: |
| 942 | vtable for my_facet in ccHIqGvE.o |
| 943 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: |
| 944 | vtable for my_facet in ccHIqGvE.o |
| 945 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_encoding() const", referenced from: |
| 946 | vtable for my_facet in ccHIqGvE.o |
| 947 | "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: |
| 948 | vtable for my_facet in ccHIqGvE.o |
| 949 | "typeinfo for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from: |
| 950 | typeinfo for my_facet in ccHIqGvE.o |
| 951 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_always_noconv() const", referenced from: |
| 952 | vtable for my_facet in ccHIqGvE.o |
| 953 | "vtable for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from: |
| 954 | __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccHIqGvE.o |
| 955 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_max_length() const", referenced from: |
| 956 | vtable for my_facet in ccHIqGvE.o |
| 957 | ld: symbol(s) not found |
| 958 | collect2: ld returned 1 exit status |
| 959 | ctor_char16_t.pass.cpp failed to compile |
| 960 | Undefined symbols: |
| 961 | "vtable for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from: |
| 962 | __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in cc3joik4.o |
| 963 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 964 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3joik4.o |
| 965 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_max_length() const", referenced from: |
| 966 | vtable for my_facet in cc3joik4.o |
| 967 | "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: |
| 968 | vtable for my_facet in cc3joik4.o |
| 969 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: |
| 970 | vtable for my_facet in cc3joik4.o |
| 971 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: |
| 972 | vtable for my_facet in cc3joik4.o |
| 973 | "typeinfo for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from: |
| 974 | typeinfo for my_facet in cc3joik4.o |
| 975 | "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: |
| 976 | vtable for my_facet in cc3joik4.o |
| 977 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_always_noconv() const", referenced from: |
| 978 | vtable for my_facet in cc3joik4.o |
| 979 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_encoding() const", referenced from: |
| 980 | vtable for my_facet in cc3joik4.o |
| 981 | ld: symbol(s) not found |
| 982 | collect2: ld returned 1 exit status |
| 983 | ctor_char32_t.pass.cpp failed to compile |
| 984 | Undefined symbols: |
| 985 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 986 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccCfBOIM.o |
| 987 | ld: symbol(s) not found |
| 988 | collect2: ld returned 1 exit status |
| 989 | types_char16_t.pass.cpp failed to compile |
| 990 | Undefined symbols: |
| 991 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 992 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cclviM1X.o |
| 993 | ld: symbol(s) not found |
| 994 | collect2: ld returned 1 exit status |
| 995 | types_char32_t.pass.cpp failed to compile |
| 996 | failed 4 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt |
| 997 | passed 5 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt |
| 998 | Undefined symbols: |
| 999 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1000 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccBiZzJD.o |
| 1001 | ld: symbol(s) not found |
| 1002 | collect2: ld returned 1 exit status |
| 1003 | char16_t_always_noconv.pass.cpp failed to compile |
| 1004 | Undefined symbols: |
| 1005 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1006 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccuP7sCJ.o |
| 1007 | ld: symbol(s) not found |
| 1008 | collect2: ld returned 1 exit status |
| 1009 | char16_t_encoding.pass.cpp failed to compile |
| 1010 | Undefined symbols: |
| 1011 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1012 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccj3gXaJ.o |
| 1013 | ld: symbol(s) not found |
| 1014 | collect2: ld returned 1 exit status |
| 1015 | char16_t_in.pass.cpp failed to compile |
| 1016 | Undefined symbols: |
| 1017 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1018 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZYTwzr.o |
| 1019 | ld: symbol(s) not found |
| 1020 | collect2: ld returned 1 exit status |
| 1021 | char16_t_length.pass.cpp failed to compile |
| 1022 | Undefined symbols: |
| 1023 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1024 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3jARVV.o |
| 1025 | ld: symbol(s) not found |
| 1026 | collect2: ld returned 1 exit status |
| 1027 | char16_t_max_length.pass.cpp failed to compile |
| 1028 | Undefined symbols: |
| 1029 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1030 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cca9dI8d.o |
| 1031 | ld: symbol(s) not found |
| 1032 | collect2: ld returned 1 exit status |
| 1033 | char16_t_out.pass.cpp failed to compile |
| 1034 | Undefined symbols: |
| 1035 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1036 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cce8DURk.o |
| 1037 | ld: symbol(s) not found |
| 1038 | collect2: ld returned 1 exit status |
| 1039 | char16_t_unshift.pass.cpp failed to compile |
| 1040 | Undefined symbols: |
| 1041 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1042 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccKoD57k.o |
| 1043 | ld: symbol(s) not found |
| 1044 | collect2: ld returned 1 exit status |
| 1045 | char32_t_always_noconv.pass.cpp failed to compile |
| 1046 | Undefined symbols: |
| 1047 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1048 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccTuzqHR.o |
| 1049 | ld: symbol(s) not found |
| 1050 | collect2: ld returned 1 exit status |
| 1051 | char32_t_encoding.pass.cpp failed to compile |
| 1052 | Undefined symbols: |
| 1053 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1054 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc8JGSbx.o |
| 1055 | ld: symbol(s) not found |
| 1056 | collect2: ld returned 1 exit status |
| 1057 | char32_t_in.pass.cpp failed to compile |
| 1058 | Undefined symbols: |
| 1059 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1060 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccCwHIbq.o |
| 1061 | ld: symbol(s) not found |
| 1062 | collect2: ld returned 1 exit status |
| 1063 | char32_t_length.pass.cpp failed to compile |
| 1064 | Undefined symbols: |
| 1065 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1066 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cciJag7F.o |
| 1067 | ld: symbol(s) not found |
| 1068 | collect2: ld returned 1 exit status |
| 1069 | char32_t_max_length.pass.cpp failed to compile |
| 1070 | Undefined symbols: |
| 1071 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1072 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccC1enxr.o |
| 1073 | ld: symbol(s) not found |
| 1074 | collect2: ld returned 1 exit status |
| 1075 | char32_t_out.pass.cpp failed to compile |
| 1076 | Undefined symbols: |
| 1077 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1078 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccP5yVNw.o |
| 1079 | ld: symbol(s) not found |
| 1080 | collect2: ld returned 1 exit status |
| 1081 | char32_t_unshift.pass.cpp failed to compile |
| 1082 | Undefined symbols: |
| 1083 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1084 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccph5ji9.o |
| 1085 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1086 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccph5ji9.o |
| 1087 | "std::__yuga1::codecvt<char32_t, char16_t, __mbstate_t>::id", referenced from: |
| 1088 | __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in ccph5ji9.o |
| 1089 | "vtable for std::__yuga1::codecvt<char32_t, char16_t, __mbstate_t>", referenced from: |
| 1090 | __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in ccph5ji9.o |
| 1091 | ld: symbol(s) not found |
| 1092 | collect2: ld returned 1 exit status |
| 1093 | utf_sanity_check.pass.cpp failed to compile |
| 1094 | failed 15 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members |
| 1095 | passed 14 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members |
| 1096 | passed 1 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals |
| 1097 | Undefined symbols: |
| 1098 | "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: |
| 1099 | vtable for my_facet in ccukejsO.o |
| 1100 | vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccukejsO.o |
| 1101 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1102 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccukejsO.o |
| 1103 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: |
| 1104 | vtable for my_facet in ccukejsO.o |
| 1105 | vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccukejsO.o |
| 1106 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: |
| 1107 | vtable for my_facet in ccukejsO.o |
| 1108 | vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccukejsO.o |
| 1109 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_encoding() const", referenced from: |
| 1110 | vtable for my_facet in ccukejsO.o |
| 1111 | vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccukejsO.o |
| 1112 | "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: |
| 1113 | vtable for my_facet in ccukejsO.o |
| 1114 | vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccukejsO.o |
| 1115 | "typeinfo for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from: |
| 1116 | typeinfo for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccukejsO.o |
| 1117 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_always_noconv() const", referenced from: |
| 1118 | vtable for my_facet in ccukejsO.o |
| 1119 | vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccukejsO.o |
| 1120 | "vtable for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from: |
| 1121 | __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccukejsO.o |
| 1122 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_max_length() const", referenced from: |
| 1123 | vtable for my_facet in ccukejsO.o |
| 1124 | vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccukejsO.o |
| 1125 | ld: symbol(s) not found |
| 1126 | collect2: ld returned 1 exit status |
| 1127 | ctor_char16_t.pass.cpp failed to compile |
| 1128 | Undefined symbols: |
| 1129 | "vtable for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from: |
| 1130 | __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccu3eBvE.o |
| 1131 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1132 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccu3eBvE.o |
| 1133 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_max_length() const", referenced from: |
| 1134 | vtable for my_facet in ccu3eBvE.o |
| 1135 | vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccu3eBvE.o |
| 1136 | "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: |
| 1137 | vtable for my_facet in ccu3eBvE.o |
| 1138 | vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccu3eBvE.o |
| 1139 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from: |
| 1140 | vtable for my_facet in ccu3eBvE.o |
| 1141 | vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccu3eBvE.o |
| 1142 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from: |
| 1143 | vtable for my_facet in ccu3eBvE.o |
| 1144 | vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccu3eBvE.o |
| 1145 | "typeinfo for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from: |
| 1146 | typeinfo for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccu3eBvE.o |
| 1147 | "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: |
| 1148 | vtable for my_facet in ccu3eBvE.o |
| 1149 | vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccu3eBvE.o |
| 1150 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_always_noconv() const", referenced from: |
| 1151 | vtable for my_facet in ccu3eBvE.o |
| 1152 | vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccu3eBvE.o |
| 1153 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_encoding() const", referenced from: |
| 1154 | vtable for my_facet in ccu3eBvE.o |
| 1155 | vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccu3eBvE.o |
| 1156 | ld: symbol(s) not found |
| 1157 | collect2: ld returned 1 exit status |
| 1158 | ctor_char32_t.pass.cpp failed to compile |
| 1159 | failed 2 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt.byname |
| 1160 | passed 2 tests in /cayuga/localization/locale.categories/category.ctype/locale.codecvt.byname |
| 1161 | passed 2 tests in /cayuga/localization/locale.categories/category.ctype/locale.ctype |
| 1162 | passed 12 tests in /cayuga/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members |
| 1163 | passed 1 tests in /cayuga/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals |
| 1164 | passed 13 tests in /cayuga/localization/locale.categories/category.ctype/locale.ctype.byname |
| 1165 | passed 1 tests in /cayuga/localization/locale.categories/category.messages |
| 1166 | passed 3 tests in /cayuga/localization/locale.categories/category.messages/locale.messages |
| 1167 | passed 1 tests in /cayuga/localization/locale.categories/category.messages/locale.messages/locale.messages.members |
| 1168 | passed 1 tests in /cayuga/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals |
| 1169 | passed 1 tests in /cayuga/localization/locale.categories/category.messages/locale.messages.byname |
| 1170 | passed 1 tests in /cayuga/localization/locale.categories/category.monetary |
| 1171 | passed 2 tests in /cayuga/localization/locale.categories/category.monetary/locale.money.get |
| 1172 | passed 5 tests in /cayuga/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members |
| 1173 | passed 1 tests in /cayuga/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals |
| 1174 | passed 2 tests in /cayuga/localization/locale.categories/category.monetary/locale.money.put |
| 1175 | passed 5 tests in /cayuga/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members |
| 1176 | passed 1 tests in /cayuga/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals |
| 1177 | passed 3 tests in /cayuga/localization/locale.categories/category.monetary/locale.moneypunct |
| 1178 | passed 9 tests in /cayuga/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members |
| 1179 | passed 1 tests in /cayuga/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals |
| 1180 | passed 9 tests in /cayuga/localization/locale.categories/category.monetary/locale.moneypunct.byname |
| 1181 | passed 1 tests in /cayuga/localization/locale.categories/category.numeric |
| 1182 | passed 2 tests in /cayuga/localization/locale.categories/category.numeric/locale.nm.put |
| 1183 | passed 8 tests in /cayuga/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members |
| 1184 | passed 1 tests in /cayuga/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals |
| 1185 | passed 2 tests in /cayuga/localization/locale.categories/category.numeric/locale.num.get |
| 1186 | passed 11 tests in /cayuga/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members |
| 1187 | passed 1 tests in /cayuga/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals |
| 1188 | passed 1 tests in /cayuga/localization/locale.categories/category.time |
| 1189 | passed 3 tests in /cayuga/localization/locale.categories/category.time/locale.time.get |
| 1190 | passed 12 tests in /cayuga/localization/locale.categories/category.time/locale.time.get/locale.time.get.members |
| 1191 | passed 1 tests in /cayuga/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals |
| 1192 | passed 14 tests in /cayuga/localization/locale.categories/category.time/locale.time.get.byname |
| 1193 | passed 2 tests in /cayuga/localization/locale.categories/category.time/locale.time.put |
| 1194 | passed 2 tests in /cayuga/localization/locale.categories/category.time/locale.time.put/locale.time.put.members |
| 1195 | passed 1 tests in /cayuga/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals |
| 1196 | passed 1 tests in /cayuga/localization/locale.categories/category.time/locale.time.put.byname |
| 1197 | passed 1 tests in /cayuga/localization/locale.categories/facet.numpunct |
| 1198 | passed 2 tests in /cayuga/localization/locale.categories/facet.numpunct/locale.numpunct |
| 1199 | passed 5 tests in /cayuga/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members |
| 1200 | passed 1 tests in /cayuga/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals |
| 1201 | passed 3 tests in /cayuga/localization/locale.categories/facet.numpunct/locale.numpunct.byname |
| 1202 | passed 1 tests in /cayuga/localization/locale.categories/facets.examples |
| 1203 | not implemented: /cayuga/localization/locale.stdcvt |
| 1204 | passed 1 tests in /cayuga/localization/locale.syn |
| 1205 | passed 1 tests in /cayuga/localization/locales |
| 1206 | passed 1 tests in /cayuga/localization/locales/locale |
| 1207 | Undefined symbols: |
| 1208 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1209 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccvzKAQH.o |
| 1210 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1211 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccvzKAQH.o |
| 1212 | ld: symbol(s) not found |
| 1213 | collect2: ld returned 1 exit status |
| 1214 | assign.pass.cpp failed to compile |
| 1215 | Undefined symbols: |
| 1216 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1217 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctV39FR.o |
| 1218 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1219 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctV39FR.o |
| 1220 | ld: symbol(s) not found |
| 1221 | collect2: ld returned 1 exit status |
| 1222 | char_pointer.pass.cpp failed to compile |
| 1223 | Undefined symbols: |
| 1224 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1225 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccfu4yxn.o |
| 1226 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1227 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccfu4yxn.o |
| 1228 | ld: symbol(s) not found |
| 1229 | collect2: ld returned 1 exit status |
| 1230 | copy.pass.cpp failed to compile |
| 1231 | Undefined symbols: |
| 1232 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1233 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccJl1N3c.o |
| 1234 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1235 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccJl1N3c.o |
| 1236 | ld: symbol(s) not found |
| 1237 | collect2: ld returned 1 exit status |
| 1238 | default.pass.cpp failed to compile |
| 1239 | Undefined symbols: |
| 1240 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1241 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccU4QeFF.o |
| 1242 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1243 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccU4QeFF.o |
| 1244 | ld: symbol(s) not found |
| 1245 | collect2: ld returned 1 exit status |
| 1246 | locale_char_pointer_cat.pass.cpp failed to compile |
| 1247 | Undefined symbols: |
| 1248 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1249 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccieLnLD.o |
| 1250 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1251 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccieLnLD.o |
| 1252 | ld: symbol(s) not found |
| 1253 | collect2: ld returned 1 exit status |
| 1254 | locale_facetptr.pass.cpp failed to compile |
| 1255 | Undefined symbols: |
| 1256 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1257 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccPL6hXV.o |
| 1258 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1259 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccPL6hXV.o |
| 1260 | ld: symbol(s) not found |
| 1261 | collect2: ld returned 1 exit status |
| 1262 | locale_locale_cat.pass.cpp failed to compile |
| 1263 | Undefined symbols: |
| 1264 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1265 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc579bLE.o |
| 1266 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1267 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc579bLE.o |
| 1268 | ld: symbol(s) not found |
| 1269 | collect2: ld returned 1 exit status |
| 1270 | locale_string_cat.pass.cpp failed to compile |
| 1271 | Undefined symbols: |
| 1272 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1273 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccY703cC.o |
| 1274 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1275 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccY703cC.o |
| 1276 | ld: symbol(s) not found |
| 1277 | collect2: ld returned 1 exit status |
| 1278 | string.pass.cpp failed to compile |
| 1279 | failed 9 tests in /cayuga/localization/locales/locale/locale.cons |
| 1280 | Undefined symbols: |
| 1281 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1282 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccAmBvqI.o |
| 1283 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1284 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccAmBvqI.o |
| 1285 | ld: symbol(s) not found |
| 1286 | collect2: ld returned 1 exit status |
| 1287 | combine.pass.cpp failed to compile |
| 1288 | failed 1 tests in /cayuga/localization/locales/locale/locale.members |
| 1289 | passed 1 tests in /cayuga/localization/locales/locale/locale.members |
| 1290 | passed 2 tests in /cayuga/localization/locales/locale/locale.operators |
| 1291 | Undefined symbols: |
| 1292 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1293 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccZ761BJ.o |
| 1294 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1295 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccZ761BJ.o |
| 1296 | ld: symbol(s) not found |
| 1297 | collect2: ld returned 1 exit status |
| 1298 | classic.pass.cpp failed to compile |
| 1299 | Undefined symbols: |
| 1300 | "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from: |
| 1301 | __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cctzwYus.o |
| 1302 | "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from: |
| 1303 | __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctzwYus.o |
| 1304 | ld: symbol(s) not found |
| 1305 | collect2: ld returned 1 exit status |
| 1306 | global.pass.cpp failed to compile |
| 1307 | failed 2 tests in /cayuga/localization/locales/locale/locale.statics |
| 1308 | passed 1 tests in /cayuga/localization/locales/locale/locale.types |
| 1309 | passed 1 tests in /cayuga/localization/locales/locale/locale.types/locale.category |
| 1310 | passed 1 tests in /cayuga/localization/locales/locale/locale.types/locale.facet |
| 1311 | Assertion failed: (id0.__get() == 0), function main, file id.pass.cpp, line 45. |
| 1312 | ./testit: line 94: 74317 Abort trap ./a.out |
| 1313 | id.pass.cpp failed at run time |
| 1314 | failed 1 tests in /cayuga/localization/locales/locale/locale.types/locale.id |
| 1315 | passed 1 tests in /cayuga/localization/locales/locale/locale.types/locale.id |
| 1316 | passed 1 tests in /cayuga/localization/locales/locale.convenience |
| 1317 | passed 11 tests in /cayuga/localization/locales/locale.convenience/classification |
| 1318 | passed 1 tests in /cayuga/localization/locales/locale.convenience/conversions |
| 1319 | not implemented: /cayuga/localization/locales/locale.convenience/conversions/conversions.buffer |
| 1320 | passed 2 tests in /cayuga/localization/locales/locale.convenience/conversions/conversions.character |
| 1321 | not implemented: /cayuga/localization/locales/locale.convenience/conversions/conversions.string |
| 1322 | passed 2 tests in /cayuga/localization/locales/locale.global.templates |
| 1323 | passed 1 tests in /cayuga/localization/localization.general |
| 1324 | passed 1 tests in /cayuga/numerics |
| 1325 | tgmath_h.pass.cpp:26:2: error: #error <tgmath.h> is not implemented |
| 1326 | tgmath_h.pass.cpp failed to compile |
| 1327 | failed 1 tests in /cayuga/numerics/c.math |
| 1328 | passed 2 tests in /cayuga/numerics/c.math |
| 1329 | passed 1 tests in /cayuga/numerics/cfenv |
| 1330 | passed 1 tests in /cayuga/numerics/cfenv/cfenv.syn |
| 1331 | passed 1 tests in /cayuga/numerics/cfenv/fenv |
| 1332 | passed 1 tests in /cayuga/numerics/complex.number |
| 1333 | passed 1 tests in /cayuga/numerics/complex.number/ccmplx |
| 1334 | passed 7 tests in /cayuga/numerics/complex.number/cmplx.over |
| 1335 | passed 1 tests in /cayuga/numerics/complex.number/cmplxh |
| 1336 | passed 1 tests in /cayuga/numerics/complex.number/complex |
| 1337 | passed 10 tests in /cayuga/numerics/complex.number/complex.member.ops |
| 1338 | passed 2 tests in /cayuga/numerics/complex.number/complex.members |
| 1339 | stream_input.pass.cpp:30:2: error: #error operator>>(basic_istream<charT, traits>& is, complex<T>& x) not implemented. |
| 1340 | stream_input.pass.cpp failed to compile |
| 1341 | stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream<charT, traits>& o, const complex<T>& x) not implemented. |
| 1342 | stream_output.pass.cpp failed to compile |
| 1343 | failed 2 tests in /cayuga/numerics/complex.number/complex.ops |
| 1344 | passed 20 tests in /cayuga/numerics/complex.number/complex.ops |
| 1345 | passed 12 tests in /cayuga/numerics/complex.number/complex.special |
| 1346 | passed 1 tests in /cayuga/numerics/complex.number/complex.synopsis |
| 1347 | passed 19 tests in /cayuga/numerics/complex.number/complex.transcendentals |
| 1348 | passed 8 tests in /cayuga/numerics/complex.number/complex.value.ops |
| 1349 | not implemented: /cayuga/numerics/numarray |
| 1350 | not implemented: /cayuga/numerics/numarray/class.gslice |
| 1351 | not implemented: /cayuga/numerics/numarray/class.gslice/gslice.access |
| 1352 | not implemented: /cayuga/numerics/numarray/class.gslice/gslice.cons |
| 1353 | not implemented: /cayuga/numerics/numarray/class.slice |
| 1354 | not implemented: /cayuga/numerics/numarray/class.slice/cons.slice |
| 1355 | not implemented: /cayuga/numerics/numarray/class.slice/slice.access |
| 1356 | not implemented: /cayuga/numerics/numarray/template.gslice.array |
| 1357 | not implemented: /cayuga/numerics/numarray/template.gslice.array/gslice.array.assign |
| 1358 | not implemented: /cayuga/numerics/numarray/template.gslice.array/gslice.array.comp.assign |
| 1359 | not implemented: /cayuga/numerics/numarray/template.gslice.array/gslice.array.fill |
| 1360 | not implemented: /cayuga/numerics/numarray/template.indirect.array |
| 1361 | not implemented: /cayuga/numerics/numarray/template.indirect.array/indirect.array.assign |
| 1362 | not implemented: /cayuga/numerics/numarray/template.indirect.array/indirect.array.comp.assign |
| 1363 | not implemented: /cayuga/numerics/numarray/template.indirect.array/indirect.array.fill |
| 1364 | not implemented: /cayuga/numerics/numarray/template.indirect.array/valarray.concepts |
| 1365 | not implemented: /cayuga/numerics/numarray/template.mask.array |
| 1366 | not implemented: /cayuga/numerics/numarray/template.mask.array/mask.array.assign |
| 1367 | not implemented: /cayuga/numerics/numarray/template.mask.array/mask.array.comp.assign |
| 1368 | not implemented: /cayuga/numerics/numarray/template.mask.array/mask.array.fill |
| 1369 | not implemented: /cayuga/numerics/numarray/template.slice.array |
| 1370 | not implemented: /cayuga/numerics/numarray/template.slice.array/slice.arr.assign |
| 1371 | not implemented: /cayuga/numerics/numarray/template.slice.array/slice.arr.comp.assign |
| 1372 | not implemented: /cayuga/numerics/numarray/template.slice.array/slice.arr.fill |
| 1373 | not implemented: /cayuga/numerics/numarray/template.valarray |
| 1374 | not implemented: /cayuga/numerics/numarray/template.valarray/valarray.access |
| 1375 | not implemented: /cayuga/numerics/numarray/template.valarray/valarray.assign |
| 1376 | not implemented: /cayuga/numerics/numarray/template.valarray/valarray.cassign |
| 1377 | not implemented: /cayuga/numerics/numarray/template.valarray/valarray.cons |
| 1378 | not implemented: /cayuga/numerics/numarray/template.valarray/valarray.members |
| 1379 | not implemented: /cayuga/numerics/numarray/template.valarray/valarray.sub |
| 1380 | not implemented: /cayuga/numerics/numarray/template.valarray/valarray.unary |
| 1381 | not implemented: /cayuga/numerics/numarray/valarray.nonmembers |
| 1382 | not implemented: /cayuga/numerics/numarray/valarray.nonmembers/valarray.binary |
| 1383 | not implemented: /cayuga/numerics/numarray/valarray.nonmembers/valarray.comparison |
| 1384 | not implemented: /cayuga/numerics/numarray/valarray.nonmembers/valarray.special |
| 1385 | not implemented: /cayuga/numerics/numarray/valarray.nonmembers/valarray.transcend |
| 1386 | not implemented: /cayuga/numerics/numarray/valarray.syn |
| 1387 | passed 1 tests in /cayuga/numerics/numeric.ops |
| 1388 | passed 2 tests in /cayuga/numerics/numeric.ops/accumulate |
| 1389 | passed 2 tests in /cayuga/numerics/numeric.ops/adjacent.difference |
| 1390 | passed 2 tests in /cayuga/numerics/numeric.ops/inner.product |
| 1391 | not implemented: /cayuga/numerics/numeric.ops/numeric.iota |
| 1392 | passed 2 tests in /cayuga/numerics/numeric.ops/partial.sum |
| 1393 | passed 1 tests in /cayuga/numerics/numeric.requirements |
| 1394 | not implemented: /cayuga/numerics/numerics.general |
| 1395 | not implemented: /cayuga/numerics/rand |
| 1396 | not implemented: /cayuga/numerics/rand/rand.adapt |
| 1397 | not implemented: /cayuga/numerics/rand/rand.adapt/rand.adapt.disc |
| 1398 | not implemented: /cayuga/numerics/rand/rand.adapt/rand.adapt.ibits |
| 1399 | not implemented: /cayuga/numerics/rand/rand.adapt/rand.adapt.shuf |
| 1400 | not implemented: /cayuga/numerics/rand/rand.concept |
| 1401 | not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.adapt |
| 1402 | not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.distr |
| 1403 | not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.eng |
| 1404 | not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.seedseq |
| 1405 | not implemented: /cayuga/numerics/rand/rand.concept/rand.concept.urng |
| 1406 | not implemented: /cayuga/numerics/rand/rand.device |
| 1407 | not implemented: /cayuga/numerics/rand/rand.dis |
| 1408 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern |
| 1409 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli |
| 1410 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin |
| 1411 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo |
| 1412 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin |
| 1413 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm |
| 1414 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy |
| 1415 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq |
| 1416 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f |
| 1417 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal |
| 1418 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal |
| 1419 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t |
| 1420 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois |
| 1421 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp |
| 1422 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme |
| 1423 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma |
| 1424 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson |
| 1425 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull |
| 1426 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.samp |
| 1427 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete |
| 1428 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf |
| 1429 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst |
| 1430 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.uni |
| 1431 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int |
| 1432 | not implemented: /cayuga/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real |
| 1433 | not implemented: /cayuga/numerics/rand/rand.eng |
| 1434 | not implemented: /cayuga/numerics/rand/rand.eng/rand.eng.lcong |
| 1435 | not implemented: /cayuga/numerics/rand/rand.eng/rand.eng.mers |
| 1436 | not implemented: /cayuga/numerics/rand/rand.eng/rand.eng.sub |
| 1437 | not implemented: /cayuga/numerics/rand/rand.predef |
| 1438 | not implemented: /cayuga/numerics/rand/rand.synopsis |
| 1439 | not implemented: /cayuga/numerics/rand/rand.util |
| 1440 | not implemented: /cayuga/numerics/rand/rand.util/rand.util.canonical |
| 1441 | not implemented: /cayuga/numerics/rand/rand.util/rand.util.seedseq |
| 1442 | not implemented: /cayuga/re |
| 1443 | not implemented: /cayuga/re/re.alg |
| 1444 | not implemented: /cayuga/re/re.alg/re.alg.match |
| 1445 | not implemented: /cayuga/re/re.alg/re.alg.replace |
| 1446 | not implemented: /cayuga/re/re.alg/re.alg.search |
| 1447 | not implemented: /cayuga/re/re.alg/re.except |
| 1448 | not implemented: /cayuga/re/re.badexp |
| 1449 | not implemented: /cayuga/re/re.const |
| 1450 | not implemented: /cayuga/re/re.const/re.err |
| 1451 | not implemented: /cayuga/re/re.const/re.matchflag |
| 1452 | not implemented: /cayuga/re/re.const/re.synopt |
| 1453 | not implemented: /cayuga/re/re.def |
| 1454 | not implemented: /cayuga/re/re.def/defns.regex.collating.element |
| 1455 | not implemented: /cayuga/re/re.def/defns.regex.finite.state.machine |
| 1456 | not implemented: /cayuga/re/re.def/defns.regex.format.specifier |
| 1457 | not implemented: /cayuga/re/re.def/defns.regex.matched |
| 1458 | not implemented: /cayuga/re/re.def/defns.regex.primary.equivalence.class |
| 1459 | not implemented: /cayuga/re/re.def/defns.regex.regular.expression |
| 1460 | not implemented: /cayuga/re/re.def/defns.regex.subexpression |
| 1461 | not implemented: /cayuga/re/re.general |
| 1462 | not implemented: /cayuga/re/re.grammar |
| 1463 | not implemented: /cayuga/re/re.iter |
| 1464 | not implemented: /cayuga/re/re.iter/re.regiter |
| 1465 | not implemented: /cayuga/re/re.iter/re.regiter/re.regiter.cnstr |
| 1466 | not implemented: /cayuga/re/re.iter/re.regiter/re.regiter.comp |
| 1467 | not implemented: /cayuga/re/re.iter/re.regiter/re.regiter.deref |
| 1468 | not implemented: /cayuga/re/re.iter/re.regiter/re.regiter.incr |
| 1469 | not implemented: /cayuga/re/re.iter/re.tokiter |
| 1470 | not implemented: /cayuga/re/re.iter/re.tokiter/re.tokiter.cnstr |
| 1471 | not implemented: /cayuga/re/re.iter/re.tokiter/re.tokiter.comp |
| 1472 | not implemented: /cayuga/re/re.iter/re.tokiter/re.tokiter.deref |
| 1473 | not implemented: /cayuga/re/re.iter/re.tokiter/re.tokiter.incr |
| 1474 | not implemented: /cayuga/re/re.regex |
| 1475 | not implemented: /cayuga/re/re.regex/re.regex.assign |
| 1476 | not implemented: /cayuga/re/re.regex/re.regex.const |
| 1477 | not implemented: /cayuga/re/re.regex/re.regex.construct |
| 1478 | not implemented: /cayuga/re/re.regex/re.regex.locale |
| 1479 | not implemented: /cayuga/re/re.regex/re.regex.nonmemb |
| 1480 | not implemented: /cayuga/re/re.regex/re.regex.nonmemb/re.regex.nmswap |
| 1481 | not implemented: /cayuga/re/re.regex/re.regex.operations |
| 1482 | not implemented: /cayuga/re/re.regex/re.regex.swap |
| 1483 | not implemented: /cayuga/re/re.req |
| 1484 | not implemented: /cayuga/re/re.results |
| 1485 | not implemented: /cayuga/re/re.results/re.results.acc |
| 1486 | not implemented: /cayuga/re/re.results/re.results.all |
| 1487 | not implemented: /cayuga/re/re.results/re.results.const |
| 1488 | not implemented: /cayuga/re/re.results/re.results.form |
| 1489 | not implemented: /cayuga/re/re.results/re.results.nonmember |
| 1490 | not implemented: /cayuga/re/re.results/re.results.size |
| 1491 | not implemented: /cayuga/re/re.results/re.results.swap |
| 1492 | not implemented: /cayuga/re/re.submatch |
| 1493 | not implemented: /cayuga/re/re.submatch/re.submatch.concepts |
| 1494 | not implemented: /cayuga/re/re.submatch/re.submatch.members |
| 1495 | not implemented: /cayuga/re/re.submatch/re.submatch.op |
| 1496 | not implemented: /cayuga/re/re.syn |
| 1497 | not implemented: /cayuga/re/re.traits |
| 1498 | passed 1 tests in /cayuga/strings |
| 1499 | passed 1 tests in /cayuga/strings/basic.string |
| 1500 | passed 4 tests in /cayuga/strings/basic.string/string.access |
| 1501 | 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> >]’: |
| 1502 | shrink_to_fit.pass.cpp:48: instantiated from here |
| 1503 | 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’ |
| 1504 | shrink_to_fit.pass.cpp failed to compile |
| 1505 | failed 1 tests in /cayuga/strings/basic.string/string.capacity |
| 1506 | passed 9 tests in /cayuga/strings/basic.string/string.capacity |
| 1507 | 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> >]’: |
| 1508 | copy_alloc.pass.cpp:48: instantiated from here |
| 1509 | 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>&)’ |
| 1510 | ../../../../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>] |
| 1511 | ../../../../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>] |
| 1512 | ../../../../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>] |
| 1513 | ../../../../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>] |
| 1514 | ../../../../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>] |
| 1515 | ../../../../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>] |
| 1516 | ../../../../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>] |
| 1517 | ../../../../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>] |
| 1518 | ../../../../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>] |
| 1519 | ../../../../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>] |
| 1520 | ../../../../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>] |
| 1521 | copy_alloc.pass.cpp failed to compile |
| 1522 | initializer_list.pass.cpp:32:2: error: #error "basic_string(initializer_list<charT> il, const Allocator& a = Allocator()) not implemented" |
| 1523 | initializer_list.pass.cpp failed to compile |
| 1524 | initializer_list_assignment.pass.cpp:32:2: error: #error "basic_string& operator=(initializer_list<charT> il); not implemented" |
| 1525 | initializer_list_assignment.pass.cpp failed to compile |
| 1526 | 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> >]’: |
| 1527 | move_alloc.pass.cpp:55: instantiated from here |
| 1528 | 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>&)’ |
| 1529 | ../../../../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>] |
| 1530 | ../../../../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>] |
| 1531 | ../../../../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>] |
| 1532 | ../../../../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>] |
| 1533 | ../../../../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>] |
| 1534 | ../../../../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>] |
| 1535 | ../../../../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>] |
| 1536 | ../../../../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>] |
| 1537 | ../../../../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>] |
| 1538 | ../../../../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>] |
| 1539 | ../../../../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>] |
| 1540 | move_alloc.pass.cpp failed to compile |
| 1541 | failed 4 tests in /cayuga/strings/basic.string/string.cons |
| 1542 | passed 12 tests in /cayuga/strings/basic.string/string.cons |
| 1543 | passed 8 tests in /cayuga/strings/basic.string/string.iterators |
| 1544 | passed 1 tests in /cayuga/strings/basic.string/string.modifiers |
| 1545 | initializer_list.pass.cpp:32:2: error: #error "basic_string& append(initializer_list<charT> il) not implemented" |
| 1546 | initializer_list.pass.cpp failed to compile |
| 1547 | failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::append |
| 1548 | passed 7 tests in /cayuga/strings/basic.string/string.modifiers/string::append |
| 1549 | initializer_list.pass.cpp:32:2: error: #error "basic_string& assign(initializer_list<charT> il) not implemented" |
| 1550 | initializer_list.pass.cpp failed to compile |
| 1551 | failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::assign |
| 1552 | passed 7 tests in /cayuga/strings/basic.string/string.modifiers/string::assign |
| 1553 | passed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::copy |
| 1554 | passed 4 tests in /cayuga/strings/basic.string/string.modifiers/string::erase |
| 1555 | iter_initializer_list.pass.cpp:32:2: error: #error "void insert(const_iterator p, initializer_list<charT> il); not implemented" |
| 1556 | iter_initializer_list.pass.cpp failed to compile |
| 1557 | failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::insert |
| 1558 | passed 8 tests in /cayuga/strings/basic.string/string.modifiers/string::insert |
| 1559 | initializer_list.pass.cpp:32:2: error: #error "basic_string& operator+=(initializer_list<charT> il); not implemented" |
| 1560 | initializer_list.pass.cpp failed to compile |
| 1561 | failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::op+= |
| 1562 | passed 3 tests in /cayuga/strings/basic.string/string.modifiers/string::op+= |
| 1563 | iter_iter_initializer_list.pass.cpp:32:2: error: #error "basic_string& replace(iterator i1, iterator i2, initializer_list<charT> il) not implemented" |
| 1564 | iter_iter_initializer_list.pass.cpp failed to compile |
| 1565 | failed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::replace |
| 1566 | passed 10 tests in /cayuga/strings/basic.string/string.modifiers/string::replace |
| 1567 | passed 1 tests in /cayuga/strings/basic.string/string.modifiers/string::swap |
| 1568 | passed 1 tests in /cayuga/strings/basic.string/string.nonmembers |
| 1569 | not implemented: /cayuga/strings/basic.string/string.nonmembers/string.io |
| 1570 | passed 1 tests in /cayuga/strings/basic.string/string.nonmembers/string.special |
| 1571 | passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::op!= |
| 1572 | passed 5 tests in /cayuga/strings/basic.string/string.nonmembers/string::op+ |
| 1573 | passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::operator== |
| 1574 | passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::opgt |
| 1575 | passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::opgt= |
| 1576 | passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::oplt |
| 1577 | passed 3 tests in /cayuga/strings/basic.string/string.nonmembers/string::oplt= |
| 1578 | passed 1 tests in /cayuga/strings/basic.string/string.ops |
| 1579 | passed 3 tests in /cayuga/strings/basic.string/string.ops/string.accessors |
| 1580 | passed 6 tests in /cayuga/strings/basic.string/string.ops/string::compare |
| 1581 | passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find |
| 1582 | passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find.first.not.of |
| 1583 | passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find.first.of |
| 1584 | passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find.last.not.of |
| 1585 | passed 4 tests in /cayuga/strings/basic.string/string.ops/string::find.last.of |
| 1586 | passed 4 tests in /cayuga/strings/basic.string/string.ops/string::rfind |
| 1587 | passed 1 tests in /cayuga/strings/basic.string/string.ops/string::substr |
| 1588 | passed 1 tests in /cayuga/strings/basic.string/string.require |
| 1589 | cuchar.pass.cpp:26:18: error: cuchar: No such file or directory |
| 1590 | cuchar.pass.cpp failed to compile |
| 1591 | failed 1 tests in /cayuga/strings/c.strings |
| 1592 | passed 4 tests in /cayuga/strings/c.strings |
| 1593 | passed 1 tests in /cayuga/strings/char.traits |
| 1594 | passed 1 tests in /cayuga/strings/char.traits/char.traits.require |
| 1595 | passed 1 tests in /cayuga/strings/char.traits/char.traits.specializations |
| 1596 | passed 15 tests in /cayuga/strings/char.traits/char.traits.specializations/char.traits.specializations.char |
| 1597 | passed 15 tests in /cayuga/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t |
| 1598 | passed 15 tests in /cayuga/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t |
| 1599 | passed 15 tests in /cayuga/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t |
| 1600 | passed 1 tests in /cayuga/strings/char.traits/char.traits.typedefs |
| 1601 | passed 1 tests in /cayuga/strings/string.classes |
| 1602 | not implemented: /cayuga/strings/string.conversions |
| 1603 | not implemented: /cayuga/strings/strings.general |
| 1604 | not implemented: /cayuga/thread |
| 1605 | not implemented: /cayuga/thread/futures |
| 1606 | not implemented: /cayuga/thread/futures/future.shared_future |
| 1607 | not implemented: /cayuga/thread/futures/futures.errors |
| 1608 | not implemented: /cayuga/thread/futures/futures.future_error |
| 1609 | not implemented: /cayuga/thread/futures/futures.overview |
| 1610 | not implemented: /cayuga/thread/futures/futures.promise |
| 1611 | not implemented: /cayuga/thread/futures/futures.task |
| 1612 | not implemented: /cayuga/thread/futures/futures.unique_future |
| 1613 | not implemented: /cayuga/thread/thread.condition |
| 1614 | not implemented: /cayuga/thread/thread.condition/thread.condition.condvar |
| 1615 | not implemented: /cayuga/thread/thread.condition/thread.condition.condvarany |
| 1616 | not implemented: /cayuga/thread/thread.general |
| 1617 | not implemented: /cayuga/thread/thread.mutex |
| 1618 | not implemented: /cayuga/thread/thread.mutex/thread.lock |
| 1619 | not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.guard |
| 1620 | not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique |
| 1621 | not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons |
| 1622 | not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking |
| 1623 | not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod |
| 1624 | not implemented: /cayuga/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs |
| 1625 | not implemented: /cayuga/thread/thread.mutex/thread.lock.algorithm |
| 1626 | not implemented: /cayuga/thread/thread.mutex/thread.mutex.requirements |
| 1627 | not implemented: /cayuga/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class |
| 1628 | not implemented: /cayuga/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive |
| 1629 | not implemented: /cayuga/thread/thread.mutex/thread.once |
| 1630 | not implemented: /cayuga/thread/thread.mutex/thread.once/thread.once.callonce |
| 1631 | not implemented: /cayuga/thread/thread.mutex/thread.once/thread.once.onceflag |
| 1632 | not implemented: /cayuga/thread/thread.mutex/thread.timedmutex.requirements |
| 1633 | not implemented: /cayuga/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class |
| 1634 | not implemented: /cayuga/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive |
| 1635 | not implemented: /cayuga/thread/thread.req |
| 1636 | not implemented: /cayuga/thread/thread.req/thread.req.exception |
| 1637 | not implemented: /cayuga/thread/thread.req/thread.req.native |
| 1638 | not implemented: /cayuga/thread/thread.req/thread.req.paramname |
| 1639 | not implemented: /cayuga/thread/thread.req/thread.req.timing |
| 1640 | not implemented: /cayuga/thread/thread.threads |
| 1641 | not implemented: /cayuga/thread/thread.threads/thread.thread.class |
| 1642 | not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.algorithm |
| 1643 | not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.assign |
| 1644 | not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.constr |
| 1645 | not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.destr |
| 1646 | not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.id |
| 1647 | not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.member |
| 1648 | not implemented: /cayuga/thread/thread.threads/thread.thread.class/thread.thread.static |
| 1649 | not implemented: /cayuga/thread/thread.threads/thread.thread.this |
| 1650 | passed 1 tests in /cayuga/utilities |
| 1651 | tested_elsewhere.pass.cpp: In function ‘int main()’: |
| 1652 | tested_elsewhere.pass.cpp:49: warning: deprecated conversion from string constant to ‘char*’ |
| 1653 | tested_elsewhere.pass.cpp:49: warning: deprecated conversion from string constant to ‘char*’ |
| 1654 | passed 1 tests in /cayuga/utilities/date.time |
| 1655 | passed 1 tests in /cayuga/utilities/function.objects |
| 1656 | passed 6 tests in /cayuga/utilities/function.objects/arithmetic.operations |
| 1657 | passed 1 tests in /cayuga/utilities/function.objects/base |
| 1658 | passed 1 tests in /cayuga/utilities/function.objects/bind |
| 1659 | passed 1 tests in /cayuga/utilities/function.objects/bind/func.bind |
| 1660 | In file included from invoke_rvalue.pass.cpp:33: |
| 1661 | ../../../../../../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>]’: |
| 1662 | invoke_rvalue.pass.cpp:200: instantiated from here |
| 1663 | ../../../../../../include/functional:1604: warning: returning reference to temporary |
| 1664 | ../../../../../../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&&>]’: |
| 1665 | ../../../../../../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>]’ |
| 1666 | invoke_rvalue.pass.cpp:200: instantiated from here |
| 1667 | ../../../../../../include/functional:1578: warning: returning reference to temporary |
| 1668 | passed 4 tests in /cayuga/utilities/function.objects/bind/func.bind/func.bind.bind |
| 1669 | passed 1 tests in /cayuga/utilities/function.objects/bind/func.bind/func.bind.isbind |
| 1670 | passed 1 tests in /cayuga/utilities/function.objects/bind/func.bind/func.bind.isplace |
| 1671 | passed 1 tests in /cayuga/utilities/function.objects/bind/func.bind/func.bind.place |
| 1672 | passed 3 tests in /cayuga/utilities/function.objects/bitwise.operations |
| 1673 | passed 6 tests in /cayuga/utilities/function.objects/comparisons |
| 1674 | passed 1 tests in /cayuga/utilities/function.objects/func.def |
| 1675 | passed 6 tests in /cayuga/utilities/function.objects/func.memfn |
| 1676 | passed 2 tests in /cayuga/utilities/function.objects/func.require |
| 1677 | passed 1 tests in /cayuga/utilities/function.objects/func.ret |
| 1678 | passed 1 tests in /cayuga/utilities/function.objects/func.wrap |
| 1679 | passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.badcall |
| 1680 | passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const |
| 1681 | passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func |
| 1682 | passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg |
| 1683 | passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap |
| 1684 | passed 7 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con |
| 1685 | passed 4 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv |
| 1686 | passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod |
| 1687 | passed 1 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr |
| 1688 | passed 2 tests in /cayuga/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ |
| 1689 | passed 4 tests in /cayuga/utilities/function.objects/function.pointer.adaptors |
| 1690 | passed 1 tests in /cayuga/utilities/function.objects/identity.operation |
| 1691 | passed 3 tests in /cayuga/utilities/function.objects/logical.operations |
| 1692 | passed 16 tests in /cayuga/utilities/function.objects/member.pointer.adaptors |
| 1693 | passed 4 tests in /cayuga/utilities/function.objects/negators |
| 1694 | passed 4 tests in /cayuga/utilities/function.objects/refwrap |
| 1695 | passed 1 tests in /cayuga/utilities/function.objects/refwrap/refwrap.access |
| 1696 | passed 1 tests in /cayuga/utilities/function.objects/refwrap/refwrap.assign |
| 1697 | passed 3 tests in /cayuga/utilities/function.objects/refwrap/refwrap.const |
| 1698 | passed 5 tests in /cayuga/utilities/function.objects/refwrap/refwrap.helpers |
| 1699 | passed 4 tests in /cayuga/utilities/function.objects/refwrap/refwrap.invoke |
| 1700 | not implemented: /cayuga/utilities/function.objects/unord.hash |
| 1701 | passed 1 tests in /cayuga/utilities/memory |
| 1702 | not implemented: /cayuga/utilities/memory/allocator |
| 1703 | not implemented: /cayuga/utilities/memory/allocator/allocator.concepts |
| 1704 | not implemented: /cayuga/utilities/memory/allocator/allocator.concepts.legacy |
| 1705 | not implemented: /cayuga/utilities/memory/allocator/allocator.concepts.members |
| 1706 | not implemented: /cayuga/utilities/memory/allocator/allocator.general |
| 1707 | not implemented: /cayuga/utilities/memory/allocator.adaptor |
| 1708 | not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor.base |
| 1709 | not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor.cntr |
| 1710 | not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor.globals |
| 1711 | not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor.members |
| 1712 | not implemented: /cayuga/utilities/memory/allocator.adaptor/allocator.adaptor2.cntr |
| 1713 | not implemented: /cayuga/utilities/memory/allocator.element.concepts |
| 1714 | not implemented: /cayuga/utilities/memory/allocator.tag |
| 1715 | passed 1 tests in /cayuga/utilities/memory/c.malloc |
| 1716 | not implemented: /cayuga/utilities/memory/construct.element |
| 1717 | passed 2 tests in /cayuga/utilities/memory/default.allocator |
| 1718 | passed 1 tests in /cayuga/utilities/memory/default.allocator/allocator.globals |
| 1719 | passed 4 tests in /cayuga/utilities/memory/default.allocator/allocator.members |
| 1720 | not implemented: /cayuga/utilities/memory/ptr.align |
| 1721 | passed 1 tests in /cayuga/utilities/memory/specialized.algorithms |
| 1722 | passed 1 tests in /cayuga/utilities/memory/specialized.algorithms/object.addressof |
| 1723 | passed 2 tests in /cayuga/utilities/memory/specialized.algorithms/uninitialized.copy |
| 1724 | passed 1 tests in /cayuga/utilities/memory/specialized.algorithms/uninitialized.fill |
| 1725 | passed 1 tests in /cayuga/utilities/memory/specialized.algorithms/uninitialized.fill.n |
| 1726 | passed 1 tests in /cayuga/utilities/memory/storage.iterator |
| 1727 | passed 1 tests in /cayuga/utilities/memory/temporary.buffer |
| 1728 | passed 1 tests in /cayuga/utilities/memory/unique.ptr |
| 1729 | passed 1 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.dltr |
| 1730 | passed 3 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt |
| 1731 | passed 3 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 |
| 1732 | passed 17 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.runtime |
| 1733 | passed 41 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor |
| 1734 | passed 4 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers |
| 1735 | passed 6 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers |
| 1736 | passed 1 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single |
| 1737 | passed 16 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn |
| 1738 | passed 47 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor |
| 1739 | passed 1 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor |
| 1740 | passed 5 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers |
| 1741 | passed 6 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers |
| 1742 | passed 3 tests in /cayuga/utilities/memory/unique.ptr/unique.ptr.special |
| 1743 | passed 1 tests in /cayuga/utilities/memory/util.smartptr |
| 1744 | not implemented: /cayuga/utilities/memory/util.smartptr/util.dynamic.safety |
| 1745 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.enab |
| 1746 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.ownerless |
| 1747 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared |
| 1748 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter |
| 1749 | passed 6 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign |
| 1750 | passed 3 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast |
| 1751 | passed 2 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp |
| 1752 | passed 20 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const |
| 1753 | passed 2 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create |
| 1754 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest |
| 1755 | not implemented: /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io |
| 1756 | passed 5 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod |
| 1757 | passed 6 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs |
| 1758 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec |
| 1759 | not implemented: /cayuga/utilities/memory/util.smartptr/util.smartptr.shared.atomic |
| 1760 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak |
| 1761 | passed 3 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign |
| 1762 | passed 4 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const |
| 1763 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest |
| 1764 | passed 2 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod |
| 1765 | passed 4 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs |
| 1766 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec |
| 1767 | passed 1 tests in /cayuga/utilities/memory/util.smartptr/util.smartptr.weakptr |
| 1768 | passed 1 tests in /cayuga/utilities/meta |
| 1769 | passed 1 tests in /cayuga/utilities/meta/meta.hel |
| 1770 | passed 3 tests in /cayuga/utilities/meta/meta.rel |
| 1771 | passed 1 tests in /cayuga/utilities/meta/meta.rqmts |
| 1772 | passed 1 tests in /cayuga/utilities/meta/meta.trans |
| 1773 | passed 2 tests in /cayuga/utilities/meta/meta.trans/meta.trans.arr |
| 1774 | passed 6 tests in /cayuga/utilities/meta/meta.trans/meta.trans.cv |
| 1775 | passed 2 tests in /cayuga/utilities/meta/meta.trans/meta.trans.ptr |
| 1776 | passed 3 tests in /cayuga/utilities/meta/meta.trans/meta.trans.ref |
| 1777 | passed 2 tests in /cayuga/utilities/meta/meta.trans/meta.trans.sign |
| 1778 | passed 6 tests in /cayuga/utilities/meta/meta.trans.other |
| 1779 | passed 1 tests in /cayuga/utilities/meta/meta.type.synop |
| 1780 | passed 1 tests in /cayuga/utilities/meta/meta.unary |
| 1781 | passed 13 tests in /cayuga/utilities/meta/meta.unary/meta.unary.cat |
| 1782 | passed 13 tests in /cayuga/utilities/meta/meta.unary/meta.unary.comp |
| 1783 | has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: |
| 1784 | has_nothrow_assign.pass.cpp:80: instantiated from here |
| 1785 | has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| 1786 | has_nothrow_assign.pass.cpp:80: instantiated from here |
| 1787 | has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| 1788 | has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: |
| 1789 | has_nothrow_assign.pass.cpp:81: instantiated from here |
| 1790 | has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| 1791 | has_nothrow_assign.pass.cpp:81: instantiated from here |
| 1792 | has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| 1793 | has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: |
| 1794 | has_nothrow_assign.pass.cpp:82: instantiated from here |
| 1795 | has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| 1796 | has_nothrow_assign.pass.cpp:82: instantiated from here |
| 1797 | has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| 1798 | has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: |
| 1799 | has_nothrow_assign.pass.cpp:89: instantiated from here |
| 1800 | has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| 1801 | has_nothrow_assign.pass.cpp:89: instantiated from here |
| 1802 | has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| 1803 | has_nothrow_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: |
| 1804 | has_nothrow_assign.pass.cpp:90: instantiated from here |
| 1805 | has_nothrow_assign.pass.cpp:33: error: static assertion failed: "" |
| 1806 | has_nothrow_assign.pass.cpp:90: instantiated from here |
| 1807 | has_nothrow_assign.pass.cpp:35: error: static assertion failed: "" |
| 1808 | has_nothrow_assign.pass.cpp failed to compile |
| 1809 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: |
| 1810 | has_nothrow_copy_constructor.pass.cpp:78: instantiated from here |
| 1811 | has_nothrow_copy_constructor.pass.cpp:42: error: static assertion failed: "" |
| 1812 | has_nothrow_copy_constructor.pass.cpp:43: error: static assertion failed: "" |
| 1813 | has_nothrow_copy_constructor.pass.cpp:44: error: static assertion failed: "" |
| 1814 | has_nothrow_copy_constructor.pass.cpp:45: error: static assertion failed: "" |
| 1815 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: |
| 1816 | has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| 1817 | has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1818 | has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| 1819 | has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1820 | has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| 1821 | has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1822 | has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| 1823 | has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1824 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: |
| 1825 | has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| 1826 | has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1827 | has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| 1828 | has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1829 | has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| 1830 | has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1831 | has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| 1832 | has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1833 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: |
| 1834 | has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| 1835 | has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1836 | has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| 1837 | has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1838 | has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| 1839 | has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1840 | has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| 1841 | has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1842 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: |
| 1843 | has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| 1844 | has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1845 | has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| 1846 | has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1847 | has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| 1848 | has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1849 | has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| 1850 | has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1851 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: |
| 1852 | has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| 1853 | has_nothrow_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1854 | has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| 1855 | has_nothrow_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1856 | has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| 1857 | has_nothrow_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1858 | has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| 1859 | has_nothrow_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1860 | has_nothrow_copy_constructor.pass.cpp failed to compile |
| 1861 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: |
| 1862 | has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| 1863 | has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1864 | has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| 1865 | has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1866 | has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| 1867 | has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1868 | has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| 1869 | has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1870 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: |
| 1871 | has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| 1872 | has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1873 | has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| 1874 | has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1875 | has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| 1876 | has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1877 | has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| 1878 | has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1879 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: |
| 1880 | has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| 1881 | has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1882 | has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| 1883 | has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1884 | has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| 1885 | has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1886 | has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| 1887 | has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1888 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: |
| 1889 | has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| 1890 | has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1891 | has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| 1892 | has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1893 | has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| 1894 | has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1895 | has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| 1896 | has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1897 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: |
| 1898 | has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| 1899 | has_nothrow_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1900 | has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| 1901 | has_nothrow_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1902 | has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| 1903 | has_nothrow_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1904 | has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| 1905 | has_nothrow_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1906 | has_nothrow_default_constructor.pass.cpp failed to compile |
| 1907 | has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: |
| 1908 | has_trivial_assign.pass.cpp:80: instantiated from here |
| 1909 | has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| 1910 | has_trivial_assign.pass.cpp:80: instantiated from here |
| 1911 | has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| 1912 | has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: |
| 1913 | has_trivial_assign.pass.cpp:81: instantiated from here |
| 1914 | has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| 1915 | has_trivial_assign.pass.cpp:81: instantiated from here |
| 1916 | has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| 1917 | has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: |
| 1918 | has_trivial_assign.pass.cpp:82: instantiated from here |
| 1919 | has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| 1920 | has_trivial_assign.pass.cpp:82: instantiated from here |
| 1921 | has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| 1922 | has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: |
| 1923 | has_trivial_assign.pass.cpp:89: instantiated from here |
| 1924 | has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| 1925 | has_trivial_assign.pass.cpp:89: instantiated from here |
| 1926 | has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| 1927 | has_trivial_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: |
| 1928 | has_trivial_assign.pass.cpp:90: instantiated from here |
| 1929 | has_trivial_assign.pass.cpp:33: error: static assertion failed: "" |
| 1930 | has_trivial_assign.pass.cpp:90: instantiated from here |
| 1931 | has_trivial_assign.pass.cpp:35: error: static assertion failed: "" |
| 1932 | has_trivial_assign.pass.cpp failed to compile |
| 1933 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: |
| 1934 | has_trivial_copy_constructor.pass.cpp:78: instantiated from here |
| 1935 | has_trivial_copy_constructor.pass.cpp:42: error: static assertion failed: "" |
| 1936 | has_trivial_copy_constructor.pass.cpp:43: error: static assertion failed: "" |
| 1937 | has_trivial_copy_constructor.pass.cpp:44: error: static assertion failed: "" |
| 1938 | has_trivial_copy_constructor.pass.cpp:45: error: static assertion failed: "" |
| 1939 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: |
| 1940 | has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| 1941 | has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1942 | has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| 1943 | has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1944 | has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| 1945 | has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1946 | has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| 1947 | has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1948 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: |
| 1949 | has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| 1950 | has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1951 | has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| 1952 | has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1953 | has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| 1954 | has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1955 | has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| 1956 | has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1957 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: |
| 1958 | has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| 1959 | has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1960 | has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| 1961 | has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1962 | has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| 1963 | has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1964 | has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| 1965 | has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1966 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: |
| 1967 | has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| 1968 | has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1969 | has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| 1970 | has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1971 | has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| 1972 | has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1973 | has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| 1974 | has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1975 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: |
| 1976 | has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| 1977 | has_trivial_copy_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1978 | has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| 1979 | has_trivial_copy_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1980 | has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| 1981 | has_trivial_copy_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1982 | has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| 1983 | has_trivial_copy_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1984 | has_trivial_copy_constructor.pass.cpp failed to compile |
| 1985 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: |
| 1986 | has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| 1987 | has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1988 | has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| 1989 | has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1990 | has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| 1991 | has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 1992 | has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| 1993 | has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 1994 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: |
| 1995 | has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| 1996 | has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 1997 | has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| 1998 | has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 1999 | has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| 2000 | has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 2001 | has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| 2002 | has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 2003 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: |
| 2004 | has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| 2005 | has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 2006 | has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| 2007 | has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 2008 | has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| 2009 | has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 2010 | has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| 2011 | has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 2012 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: |
| 2013 | has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| 2014 | has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 2015 | has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| 2016 | has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 2017 | has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| 2018 | has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 2019 | has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| 2020 | has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 2021 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: |
| 2022 | has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| 2023 | has_trivial_default_constructor.pass.cpp:33: error: static assertion failed: "" |
| 2024 | has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| 2025 | has_trivial_default_constructor.pass.cpp:34: error: static assertion failed: "" |
| 2026 | has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| 2027 | has_trivial_default_constructor.pass.cpp:35: error: static assertion failed: "" |
| 2028 | has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| 2029 | has_trivial_default_constructor.pass.cpp:36: error: static assertion failed: "" |
| 2030 | has_trivial_default_constructor.pass.cpp failed to compile |
| 2031 | has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: |
| 2032 | has_trivial_destructor.pass.cpp:82: instantiated from here |
| 2033 | has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" |
| 2034 | has_trivial_destructor.pass.cpp:82: instantiated from here |
| 2035 | has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" |
| 2036 | has_trivial_destructor.pass.cpp:82: instantiated from here |
| 2037 | has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" |
| 2038 | has_trivial_destructor.pass.cpp:82: instantiated from here |
| 2039 | has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" |
| 2040 | has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: |
| 2041 | has_trivial_destructor.pass.cpp:83: instantiated from here |
| 2042 | has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" |
| 2043 | has_trivial_destructor.pass.cpp:83: instantiated from here |
| 2044 | has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" |
| 2045 | has_trivial_destructor.pass.cpp:83: instantiated from here |
| 2046 | has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" |
| 2047 | has_trivial_destructor.pass.cpp:83: instantiated from here |
| 2048 | has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" |
| 2049 | has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: |
| 2050 | has_trivial_destructor.pass.cpp:90: instantiated from here |
| 2051 | has_trivial_destructor.pass.cpp:33: error: static assertion failed: "" |
| 2052 | has_trivial_destructor.pass.cpp:90: instantiated from here |
| 2053 | has_trivial_destructor.pass.cpp:34: error: static assertion failed: "" |
| 2054 | has_trivial_destructor.pass.cpp:90: instantiated from here |
| 2055 | has_trivial_destructor.pass.cpp:35: error: static assertion failed: "" |
| 2056 | has_trivial_destructor.pass.cpp:90: instantiated from here |
| 2057 | has_trivial_destructor.pass.cpp:36: error: static assertion failed: "" |
| 2058 | has_trivial_destructor.pass.cpp failed to compile |
| 2059 | has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: |
| 2060 | has_virtual_destructor.pass.cpp:89: instantiated from here |
| 2061 | has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" |
| 2062 | has_virtual_destructor.pass.cpp:89: instantiated from here |
| 2063 | has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" |
| 2064 | has_virtual_destructor.pass.cpp:89: instantiated from here |
| 2065 | has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" |
| 2066 | has_virtual_destructor.pass.cpp:89: instantiated from here |
| 2067 | has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" |
| 2068 | has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: |
| 2069 | has_virtual_destructor.pass.cpp:90: instantiated from here |
| 2070 | has_virtual_destructor.pass.cpp:33: error: static assertion failed: "" |
| 2071 | has_virtual_destructor.pass.cpp:90: instantiated from here |
| 2072 | has_virtual_destructor.pass.cpp:34: error: static assertion failed: "" |
| 2073 | has_virtual_destructor.pass.cpp:90: instantiated from here |
| 2074 | has_virtual_destructor.pass.cpp:35: error: static assertion failed: "" |
| 2075 | has_virtual_destructor.pass.cpp:90: instantiated from here |
| 2076 | has_virtual_destructor.pass.cpp:36: error: static assertion failed: "" |
| 2077 | has_virtual_destructor.pass.cpp failed to compile |
| 2078 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: |
| 2079 | is_pod.pass.cpp:60: instantiated from here |
| 2080 | is_pod.pass.cpp:34: error: static assertion failed: "" |
| 2081 | is_pod.pass.cpp:60: instantiated from here |
| 2082 | is_pod.pass.cpp:36: error: static assertion failed: "" |
| 2083 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: |
| 2084 | is_pod.pass.cpp:61: instantiated from here |
| 2085 | is_pod.pass.cpp:34: error: static assertion failed: "" |
| 2086 | is_pod.pass.cpp:61: instantiated from here |
| 2087 | is_pod.pass.cpp:36: error: static assertion failed: "" |
| 2088 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: |
| 2089 | is_pod.pass.cpp:62: instantiated from here |
| 2090 | is_pod.pass.cpp:34: error: static assertion failed: "" |
| 2091 | is_pod.pass.cpp:62: instantiated from here |
| 2092 | is_pod.pass.cpp:36: error: static assertion failed: "" |
| 2093 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: |
| 2094 | is_pod.pass.cpp:63: instantiated from here |
| 2095 | is_pod.pass.cpp:34: error: static assertion failed: "" |
| 2096 | is_pod.pass.cpp:63: instantiated from here |
| 2097 | is_pod.pass.cpp:36: error: static assertion failed: "" |
| 2098 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: |
| 2099 | is_pod.pass.cpp:64: instantiated from here |
| 2100 | is_pod.pass.cpp:34: error: static assertion failed: "" |
| 2101 | is_pod.pass.cpp:64: instantiated from here |
| 2102 | is_pod.pass.cpp:36: error: static assertion failed: "" |
| 2103 | is_pod.pass.cpp failed to compile |
| 2104 | is_standard_layout.pass.cpp: In function ‘int main()’: |
| 2105 | is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ |
| 2106 | is_standard_layout.pass.cpp:32: error: expected primary-expression before ‘int’ |
| 2107 | is_standard_layout.pass.cpp:32: error: expected ‘,’ before ‘int’ |
| 2108 | is_standard_layout.pass.cpp:32: error: expected string-literal before ‘int’ |
| 2109 | is_standard_layout.pass.cpp:32: error: expected ‘)’ before ‘int’ |
| 2110 | is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ |
| 2111 | is_standard_layout.pass.cpp:33: error: expected primary-expression before ‘int’ |
| 2112 | is_standard_layout.pass.cpp:33: error: expected ‘,’ before ‘int’ |
| 2113 | is_standard_layout.pass.cpp:33: error: expected string-literal before ‘int’ |
| 2114 | is_standard_layout.pass.cpp:33: error: expected ‘)’ before ‘int’ |
| 2115 | is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ |
| 2116 | is_standard_layout.pass.cpp:34: error: expected primary-expression before ‘volatile’ |
| 2117 | is_standard_layout.pass.cpp:34: error: expected ‘,’ before ‘volatile’ |
| 2118 | is_standard_layout.pass.cpp:34: error: expected string-literal before ‘volatile’ |
| 2119 | is_standard_layout.pass.cpp:34: error: expected ‘)’ before ‘volatile’ |
| 2120 | is_standard_layout.pass.cpp failed to compile |
| 2121 | is_trivial.pass.cpp: In function ‘int main()’: |
| 2122 | is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ |
| 2123 | is_trivial.pass.cpp:32: error: expected primary-expression before ‘int’ |
| 2124 | is_trivial.pass.cpp:32: error: expected ‘,’ before ‘int’ |
| 2125 | is_trivial.pass.cpp:32: error: expected string-literal before ‘int’ |
| 2126 | is_trivial.pass.cpp:32: error: expected ‘)’ before ‘int’ |
| 2127 | is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ |
| 2128 | is_trivial.pass.cpp:33: error: expected primary-expression before ‘int’ |
| 2129 | is_trivial.pass.cpp:33: error: expected ‘,’ before ‘int’ |
| 2130 | is_trivial.pass.cpp:33: error: expected string-literal before ‘int’ |
| 2131 | is_trivial.pass.cpp:33: error: expected ‘)’ before ‘int’ |
| 2132 | is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ |
| 2133 | is_trivial.pass.cpp:34: error: expected primary-expression before ‘volatile’ |
| 2134 | is_trivial.pass.cpp:34: error: expected ‘,’ before ‘volatile’ |
| 2135 | is_trivial.pass.cpp:34: error: expected string-literal before ‘volatile’ |
| 2136 | is_trivial.pass.cpp:34: error: expected ‘)’ before ‘volatile’ |
| 2137 | is_trivial.pass.cpp failed to compile |
| 2138 | failed 11 tests in /cayuga/utilities/meta/meta.unary/meta.unary.prop |
| 2139 | passed 10 tests in /cayuga/utilities/meta/meta.unary/meta.unary.prop |
| 2140 | passed 1 tests in /cayuga/utilities/ratio |
| 2141 | passed 8 tests in /cayuga/utilities/ratio/ratio.arithmetic |
| 2142 | passed 6 tests in /cayuga/utilities/ratio/ratio.comparison |
| 2143 | passed 4 tests in /cayuga/utilities/ratio/ratio.ratio |
| 2144 | passed 1 tests in /cayuga/utilities/ratio/ratio.si |
| 2145 | passed 6 tests in /cayuga/utilities/time |
| 2146 | passed 1 tests in /cayuga/utilities/time/time.clock |
| 2147 | passed 2 tests in /cayuga/utilities/time/time.clock/time.clock.hires |
| 2148 | passed 2 tests in /cayuga/utilities/time/time.clock/time.clock.monotonic |
| 2149 | passed 5 tests in /cayuga/utilities/time/time.clock/time.clock.system |
| 2150 | passed 1 tests in /cayuga/utilities/time/time.clock.req |
| 2151 | passed 5 tests in /cayuga/utilities/time/time.duration |
| 2152 | passed 12 tests in /cayuga/utilities/time/time.duration/time.duration.arithmetic |
| 2153 | passed 2 tests in /cayuga/utilities/time/time.duration/time.duration.cast |
| 2154 | passed 2 tests in /cayuga/utilities/time/time.duration/time.duration.comparisons |
| 2155 | passed 11 tests in /cayuga/utilities/time/time.duration/time.duration.cons |
| 2156 | passed 11 tests in /cayuga/utilities/time/time.duration/time.duration.nonmember |
| 2157 | passed 1 tests in /cayuga/utilities/time/time.duration/time.duration.observer |
| 2158 | passed 3 tests in /cayuga/utilities/time/time.duration/time.duration.special |
| 2159 | passed 2 tests in /cayuga/utilities/time/time.point |
| 2160 | passed 2 tests in /cayuga/utilities/time/time.point/time.point.arithmetic |
| 2161 | passed 2 tests in /cayuga/utilities/time/time.point/time.point.cast |
| 2162 | passed 4 tests in /cayuga/utilities/time/time.point/time.point.comparisons |
| 2163 | passed 5 tests in /cayuga/utilities/time/time.point/time.point.cons |
| 2164 | passed 3 tests in /cayuga/utilities/time/time.point/time.point.nonmember |
| 2165 | passed 1 tests in /cayuga/utilities/time/time.point/time.point.observer |
| 2166 | passed 2 tests in /cayuga/utilities/time/time.point/time.point.special |
| 2167 | passed 1 tests in /cayuga/utilities/time/time.traits |
| 2168 | passed 3 tests in /cayuga/utilities/time/time.traits/time.traits.duration_values |
| 2169 | passed 1 tests in /cayuga/utilities/time/time.traits/time.traits.is_fp |
| 2170 | passed 2 tests in /cayuga/utilities/time/time.traits/time.traits.specializations |
| 2171 | not implemented: /cayuga/utilities/tuple |
| 2172 | not implemented: /cayuga/utilities/tuple/tuple.general |
| 2173 | not implemented: /cayuga/utilities/tuple/tuple.tuple |
| 2174 | not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.cnstr |
| 2175 | not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.concepts |
| 2176 | not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.creation |
| 2177 | not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.elem |
| 2178 | not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.helper |
| 2179 | not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.rel |
| 2180 | not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.special |
| 2181 | not implemented: /cayuga/utilities/tuple/tuple.tuple/tuple.swap |
| 2182 | not implemented: /cayuga/utilities/utilities.general |
| 2183 | passed 1 tests in /cayuga/utilities/utility |
| 2184 | passed 13 tests in /cayuga/utilities/utility/forward |
| 2185 | passed 1 tests in /cayuga/utilities/utility/operators |
| 2186 | not implemented: /cayuga/utilities/utility/pair.astuple |
| 2187 | not implemented: /cayuga/utilities/utility/pair.concepts |
| 2188 | not implemented: /cayuga/utilities/utility/pairs |
| 2189 | passed 1 tests in /cayuga/utilities/utility/template.bitset |
| 2190 | passed 4 tests in /cayuga/utilities/utility/template.bitset/bitset.cons |
| 2191 | passed 26 tests in /cayuga/utilities/utility/template.bitset/bitset.members |
| 2192 | stream_in.pass.cpp: In function ‘int main()’: |
| 2193 | stream_in.pass.cpp:34: error: static assertion failed: "bitset stream extraction operator not implemented" |
| 2194 | stream_in.pass.cpp failed to compile |
| 2195 | stream_out.pass.cpp: In function ‘int main()’: |
| 2196 | stream_out.pass.cpp:34: error: static assertion failed: "bitset stream insertion operator not implemented" |
| 2197 | stream_out.pass.cpp failed to compile |
| 2198 | failed 2 tests in /cayuga/utilities/utility/template.bitset/bitset.operators |
| 2199 | passed 3 tests in /cayuga/utilities/utility/template.bitset/bitset.operators |
| 2200 | not implemented: /cayuga/utilities/utility.concepts |
| 2201 | not implemented: /cayuga/utilities/utility.concepts/concept.arithmetic |
| 2202 | not implemented: /cayuga/utilities/utility.concepts/concept.classify |
| 2203 | not implemented: /cayuga/utilities/utility.concepts/concept.comparison |
| 2204 | not implemented: /cayuga/utilities/utility.concepts/concept.construct |
| 2205 | not implemented: /cayuga/utilities/utility.concepts/concept.convertible |
| 2206 | not implemented: /cayuga/utilities/utility.concepts/concept.copymove |
| 2207 | not implemented: /cayuga/utilities/utility.concepts/concept.destruct |
| 2208 | not implemented: /cayuga/utilities/utility.concepts/concept.memory |
| 2209 | not implemented: /cayuga/utilities/utility.concepts/concept.operator |
| 2210 | not implemented: /cayuga/utilities/utility.concepts/concept.predicate |
| 2211 | not implemented: /cayuga/utilities/utility.concepts/concept.regular |
| 2212 | not implemented: /cayuga/utilities/utility.concepts/concept.transform |
| 2213 | not implemented: /cayuga/utilities/utility.concepts/concept.true |
| 2214 | **************************************************** |
| 2215 | Results for /cayuga: |
| 2216 | using g++ (GCC) 4.4.0 |
| 2217 | Copyright (C) 2009 Free Software Foundation, Inc. |
| 2218 | This is free software; see the source for copying conditions. There is NO |
| 2219 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 2220 | with -std=c++0x -nostdinc++ -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib |
| 2221 | ---------------------------------------------------- |
| 2222 | sections without tests : 408 |
| 2223 | sections with failures : 33 |
| 2224 | sections without failures: 608 |
| 2225 | + ---- |
| 2226 | total number of sections : 1049 |
| 2227 | ---------------------------------------------------- |
| 2228 | number of tests failed : 87 |
| 2229 | number of tests passed : 1907 |
| 2230 | + ---- |
| 2231 | total number of tests : 1994 |
| 2232 | **************************************************** |