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