summaryrefslogtreecommitdiff
path: root/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum
blob: 1768e2007a3fd1a485176bf7a821cf73c0b9ec2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
Test Run By thomas on Fri Jun 14 12:06:11 2013
Native configuration is i686-unknown-gnu0.3

		=== gdb tests ===

Schedule of variations:
    unix

Running target unix
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/aliased_array.exp ...
PASS: gdb.ada/aliased_array.exp: compilation foo.adb
FAIL: gdb.ada/aliased_array.exp: print bt
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/array_bounds.exp ...
PASS: gdb.ada/array_bounds.exp: compilation bar.adb
PASS: gdb.ada/array_bounds.exp: print itable'first
PASS: gdb.ada/array_bounds.exp: print itable'last
FAIL: gdb.ada/array_bounds.exp: print table'first
FAIL: gdb.ada/array_bounds.exp: print table'last
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/array_return.exp ...
PASS: gdb.ada/array_return.exp: compilation p.adb
PASS: gdb.ada/array_return.exp: insert breakpoint in create_small
PASS: gdb.ada/array_return.exp: insert breakpoint in create_large
PASS: gdb.ada/array_return.exp: insert breakpoint in create_small_float_vector
PASS: gdb.ada/array_return.exp: Continuing to Create_Small
PASS: gdb.ada/array_return.exp: value printed by finish of Create_Small
PASS: gdb.ada/array_return.exp: Continuing to Create_Large
PASS: gdb.ada/array_return.exp: value printed by finish of Create_Large
PASS: gdb.ada/array_return.exp: Continuing to Create_Small_Float_Vector
PASS: gdb.ada/array_return.exp: value printed by finish of Create_Small_Float_Vector
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/array_subscript_addr.exp ...
PASS: gdb.ada/array_subscript_addr.exp: compilation p.adb
PASS: gdb.ada/array_subscript_addr.exp: print a(2)'Address
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/arrayidx.exp ...
PASS: gdb.ada/arrayidx.exp: compilation p.adb
PASS: gdb.ada/arrayidx.exp: set print array-indexes off
PASS: gdb.ada/arrayidx.exp: print one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print r_two_three, indexes off
PASS: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
PASS: gdb.ada/arrayidx.exp: print few_reps, indexes off
PASS: gdb.ada/arrayidx.exp: print many_reps, indexes off
PASS: gdb.ada/arrayidx.exp: print empty, indexes off
PASS: gdb.ada/arrayidx.exp: set print array-indexes on
PASS: gdb.ada/arrayidx.exp: print one_two_three
FAIL: gdb.ada/arrayidx.exp: print e_one_two_three
FAIL: gdb.ada/arrayidx.exp: print r_two_three
PASS: gdb.ada/arrayidx.exp: print u_one_two_three
FAIL: gdb.ada/arrayidx.exp: print p_one_two_three
PASS: gdb.ada/arrayidx.exp: print few_reps
PASS: gdb.ada/arrayidx.exp: print many_reps
PASS: gdb.ada/arrayidx.exp: print empty
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/arrayparam.exp ...
PASS: gdb.ada/arrayparam.exp: compilation foo.adb
PASS: gdb.ada/arrayparam.exp: print call_me ("bonjour")
PASS: gdb.ada/arrayparam.exp: print first after function call
PASS: gdb.ada/arrayparam.exp: print last after function call
PASS: gdb.ada/arrayparam.exp: print length after function call
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/arrayptr.exp ...
PASS: gdb.ada/arrayptr.exp: compilation foo.adb
PASS: gdb.ada/arrayptr.exp: print string_p
PASS: gdb.ada/arrayptr.exp: print string_p (3..4)
PASS: gdb.ada/arrayptr.exp: print null_string
PASS: gdb.ada/arrayptr.exp: print arr_ptr
PASS: gdb.ada/arrayptr.exp: print arr_ptr (2)
PASS: gdb.ada/arrayptr.exp: print arr_ptr (3..4)
PASS: gdb.ada/arrayptr.exp: ptype string_access
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/assign_1.exp ...
PASS: gdb.ada/assign_1.exp: Changing the language to ada
PASS: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/atomic_enum.exp ...
PASS: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS: gdb.ada/atomic_enum.exp: ptype pck.data_flag
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/bad-task-bp-keyword.exp ...
PASS: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
PASS: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK 2
KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2 (PRMS: gdb/14111)
PASS: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK if
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/boolean_expr.exp ...
PASS: gdb.ada/boolean_expr.exp: Changing the language to ada
PASS: gdb.ada/boolean_expr.exp: print 1 = 2
PASS: gdb.ada/boolean_expr.exp: print 3 = 3
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/bp_enum_homonym.exp ...
PASS: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS: gdb.ada/bp_enum_homonym.exp: list pck.adb:1
PASS: gdb.ada/bp_enum_homonym.exp: break archive
PASS: gdb.ada/bp_enum_homonym.exp: run to pck.archive breakpoint
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/bp_on_var.exp ...
PASS: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS: gdb.ada/bp_on_var.exp: set breakpoint pending off
PASS: gdb.ada/bp_on_var.exp: break pck.my_global_variable
PASS: gdb.ada/bp_on_var.exp: set breakpoint pending off
PASS: gdb.ada/bp_on_var.exp: break pck.my_hidden_variable
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/bp_range_type.exp ...
PASS: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS: gdb.ada/bp_range_type.exp: break foo.adb:24 if small_value > 20
PASS: gdb.ada/bp_range_type.exp: run to breakpoint
PASS: gdb.ada/bp_range_type.exp: print small_value
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/bp_reset.exp ...
PASS: gdb.ada/bp_reset.exp: compilation foo.adb
PASS: gdb.ada/bp_reset.exp: break nested_sub
PASS: gdb.ada/bp_reset.exp: break do_nothing
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/call_pn.exp ...
PASS: gdb.ada/call_pn.exp: compilation foo.adb
PASS: gdb.ada/call_pn.exp: print last_node_id before calling pn
PASS: gdb.ada/call_pn.exp: print pn (4321)
PASS: gdb.ada/call_pn.exp: print last_node_id after calling pn
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/catch_ex.exp ...
PASS: gdb.ada/catch_ex.exp: compilation foo.adb
UNSUPPORTED: gdb.ada/catch_ex.exp: insert catchpoint on all Ada exceptions
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/char_enum.exp ...
PASS: gdb.ada/char_enum.exp: compilation foo.adb
PASS: gdb.ada/char_enum.exp: print Char_Enum_Type'('B')
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/char_param.exp ...
PASS: gdb.ada/char_param.exp: compilation foo.adb
PASS: gdb.ada/char_param.exp: print procedure_result before calling same
PASS: gdb.ada/char_param.exp: call same
PASS: gdb.ada/char_param.exp: print procedure_result after calling same
PASS: gdb.ada/char_param.exp: call next
PASS: gdb.ada/char_param.exp: print procedure_result after calling next
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/complete.exp ...
PASS: gdb.ada/complete.exp: compilation foo.adb
PASS: gdb.ada/complete.exp: complete p my_glob
PASS: gdb.ada/complete.exp: complete p insi
PASS: gdb.ada/complete.exp: complete p inner.insi
PASS: gdb.ada/complete.exp: complete p pck.inne
PASS: gdb.ada/complete.exp: complete p pck__inner__ins
PASS: gdb.ada/complete.exp: complete p pck.inner.ins
PASS: gdb.ada/complete.exp: complete p side
PASS: gdb.ada/complete.exp: complete p exported
PASS: gdb.ada/complete.exp: complete p <Exported
PASS: gdb.ada/complete.exp: complete p __gnat_ada_main_progra
PASS: gdb.ada/complete.exp: complete p <__gnat_ada_main_prog
PASS: gdb.ada/complete.exp: complete p some
PASS: gdb.ada/complete.exp: complete p not_in_sco
PASS: gdb.ada/complete.exp: complete p pck.ins
PASS: gdb.ada/complete.exp: complete p pck.my
PASS: gdb.ada/complete.exp: complete p pck.inne
PASS: gdb.ada/complete.exp: complete p pck.inner.
PASS: gdb.ada/complete.exp: complete p local_ident
PASS: gdb.ada/complete.exp: complete p pck.local_ident
PASS: gdb.ada/complete.exp: complete p pck__local_ident
PASS: gdb.ada/complete.exp: complete p external_ident
PASS: gdb.ada/complete.exp: complete p pck
PASS: gdb.ada/complete.exp: complete p pck.
PASS: gdb.ada/complete.exp: complete p <pck__my
PASS: gdb.ada/complete.exp: interactive complete 'print some'
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/cond_lang.exp ...
PASS: gdb.ada/cond_lang.exp: compilation a.adb
PASS: gdb.ada/cond_lang.exp: show lang
PASS: gdb.ada/cond_lang.exp: break mixed.adb:33 if light = green
PASS: gdb.ada/cond_lang.exp: continue
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/dyn_loc.exp ...
PASS: gdb.ada/dyn_loc.exp: compilation p.adb
FAIL: gdb.ada/dyn_loc.exp: info locals
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/enum_idx_packed.exp ...
PASS: gdb.ada/enum_idx_packed.exp: compilation foo.adb
PASS: gdb.ada/enum_idx_packed.exp: print full
PASS: gdb.ada/enum_idx_packed.exp: print full'first
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/exec_changed.exp ...
PASS: gdb.ada/exec_changed.exp: compilation first.adb
PASS: gdb.ada/exec_changed.exp: compilation second.adb
PASS: gdb.ada/exec_changed.exp: start first
PASS: gdb.ada/exec_changed.exp: start second
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/expr_delims.exp ...
PASS: gdb.ada/expr_delims.exp: compilation foo.adb
PASS: gdb.ada/expr_delims.exp: break foo.adb:23
PASS: gdb.ada/expr_delims.exp: continue
PASS: gdb.ada/expr_delims.exp: Print variable 'thread'
PASS: gdb.ada/expr_delims.exp: delete 1
PASS: gdb.ada/expr_delims.exp: Set plain watchpoint on variable 'thread'
PASS: gdb.ada/expr_delims.exp: Set conditional watchpoint.
PASS: gdb.ada/expr_delims.exp: Check that watchpoint is set correctly.
PASS: gdb.ada/expr_delims.exp: Combination of 'if' and 'thread' delimiters.
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/exprs.exp ...
PASS: gdb.ada/exprs.exp: compilation p.adb
PASS: gdb.ada/exprs.exp: Long_Long_Integer ** Y
PASS: gdb.ada/exprs.exp: long_float'min
PASS: gdb.ada/exprs.exp: long_float'max
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/fixed_cmp.exp ...
PASS: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS: gdb.ada/fixed_cmp.exp: print My_Var > 10.0
PASS: gdb.ada/fixed_cmp.exp: print My_Var > 20.0
PASS: gdb.ada/fixed_cmp.exp: print My_Var > 10
PASS: gdb.ada/fixed_cmp.exp: print My_Var > 20
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/fixed_points.exp ...
PASS: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS: gdb.ada/fixed_points.exp: p on a fixed point type
PASS: gdb.ada/fixed_points.exp: p on a subtype fixed point type
PASS: gdb.ada/fixed_points.exp: p on a new fixed point type
PASS: gdb.ada/fixed_points.exp: print Overprecise_Object
PASS: gdb.ada/fixed_points.exp: ptype Overprecise_Object
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/float_param.exp ...
PASS: gdb.ada/float_param.exp: compilation foo.adb
PASS: gdb.ada/float_param.exp: call set_float(2.0)
PASS: gdb.ada/float_param.exp: print global_float
PASS: gdb.ada/float_param.exp: call set_double(1, 3.0)
PASS: gdb.ada/float_param.exp: print global_double
PASS: gdb.ada/float_param.exp: call set_long_double(1, global_small_struct, 4.0)
PASS: gdb.ada/float_param.exp: print global_long_double
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/formatted_ref.exp ...
PASS: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS: gdb.ada/formatted_ref.exp: print/x s
PASS: gdb.ada/formatted_ref.exp: print/x s'access
PASS: gdb.ada/formatted_ref.exp: print s.x = 13
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/frame_args.exp ...
PASS: gdb.ada/frame_args.exp: compilation foo.adb
PASS: gdb.ada/frame_args.exp: set print frame-arguments scalars
PASS: gdb.ada/frame_args.exp: display frame 1 with frame-arguments set to scalars
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/fullname_bp.exp ...
PASS: gdb.ada/fullname_bp.exp: compilation foo.adb
PASS: gdb.ada/fullname_bp.exp: break pck.hello
PASS: gdb.ada/fullname_bp.exp: break pck.adb:pck.hello
PASS: gdb.ada/fullname_bp.exp: break Pck.Hello
PASS: gdb.ada/fullname_bp.exp: break pck.adb:Pck.Hello
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/fun_addr.exp ...
PASS: gdb.ada/fun_addr.exp: compilation foo.adb
PASS: gdb.ada/fun_addr.exp: print foo'address
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/fun_in_declare.exp ...
PASS: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS: gdb.ada/fun_in_declare.exp: insert breakpoint inside foo.call_me
PASS: gdb.ada/fun_in_declare.exp: decoding of function name
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/funcall_param.exp ...
PASS: gdb.ada/funcall_param.exp: compilation foo.adb
PASS: gdb.ada/funcall_param.exp: p ident (ident (my_parameter))
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/homonym.exp ...
PASS: gdb.ada/homonym.exp: compilation homonym_main.adb
PASS: gdb.ada/homonym.exp: set breakpoint at Get_Value
PASS: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
PASS: gdb.ada/homonym.exp: set breakpoint at <homonym__get_value>
PASS: gdb.ada/homonym.exp: ptype local_type at BREAK_1
PASS: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
PASS: gdb.ada/homonym.exp: ptype int_type at BREAK_1
PASS: gdb.ada/homonym.exp: ptype lcl at BREAK_1
PASS: gdb.ada/homonym.exp: print lcl at BREAK_1
PASS: gdb.ada/homonym.exp: break at BREAK_2
PASS: gdb.ada/homonym.exp: continue until BREAK_2
PASS: gdb.ada/homonym.exp: ptype local_type at BREAK_2
PASS: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
PASS: gdb.ada/homonym.exp: ptype lcl at BREAK_2
PASS: gdb.ada/homonym.exp: print lcl at BREAK_2
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/info_locals_renaming.exp ...
PASS: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS: gdb.ada/info_locals_renaming.exp: info locals
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/info_types.exp ...
PASS: gdb.ada/info_types.exp: set lang ada
PASS: gdb.ada/info_types.exp: info types new_integer_type
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/int_deref.exp ...
PASS: gdb.ada/int_deref.exp: compilation foo.adb
PASS: gdb.ada/int_deref.exp: print *long_integer(watch'address)
PASS: gdb.ada/int_deref.exp: print long_integer(watch'address).all
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/interface.exp ...
PASS: gdb.ada/interface.exp: compilation foo.adb
PASS: gdb.ada/interface.exp: print r
PASS: gdb.ada/interface.exp: print s
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/iwide.exp ...
PASS: gdb.ada/iwide.exp: compilation p.adb
FAIL: gdb.ada/iwide.exp: print My_Drawable
PASS: gdb.ada/iwide.exp: print s_access.all
PASS: gdb.ada/iwide.exp: print sp_access.all
PASS: gdb.ada/iwide.exp: print d_access.all
PASS: gdb.ada/iwide.exp: print dp_access.all
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/lang_switch.exp ...
PASS: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS: gdb.ada/lang_switch.exp: set print frame-arguments all
PASS: gdb.ada/lang_switch.exp: backtrace
PASS: gdb.ada/lang_switch.exp: set lang c
PASS: gdb.ada/lang_switch.exp: backtrace with lang set to C
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mi_catch_ex.exp ...
PASS: gdb.ada/mi_catch_ex.exp: compilation foo.adb
UNSUPPORTED: gdb.ada/mi_catch_ex.exp: insert catchpoint on all Ada exceptions
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mi_task_arg.exp ...
PASS: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS: gdb.ada/mi_task_arg.exp: breakpoint at task_switch.break_me
FAIL: gdb.ada/mi_task_arg.exp: mi runto task_switch.break_me (unknown output after running)
FAIL: gdb.ada/mi_task_arg.exp: -stack-list-arguments 1
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mi_task_info.exp ...
PASS: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS: gdb.ada/mi_task_info.exp: breakpoint at task_switch.break_me
FAIL: gdb.ada/mi_task_info.exp: mi runto task_switch.break_me (unknown output after running)
FAIL: gdb.ada/mi_task_info.exp: -ada-task-info with no argument
FAIL: gdb.ada/mi_task_info.exp: -ada-task-info 3
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mod_from_name.exp ...
PASS: gdb.ada/mod_from_name.exp: compilation foo.adb
PASS: gdb.ada/mod_from_name.exp: print xp
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/nested.exp ...
PASS: gdb.ada/nested.exp: compilation hello.adb
PASS: gdb.ada/nested.exp: break on nested function First
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/null_array.exp ...
PASS: gdb.ada/null_array.exp: compilation foo.adb
FAIL: gdb.ada/null_array.exp: print my_table
FAIL: gdb.ada/null_array.exp: ptype my_table
PASS: gdb.ada/null_array.exp: print my_matrix
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/null_record.exp ...
PASS: gdb.ada/null_record.exp: compilation null_record.adb
PASS: gdb.ada/null_record.exp: ptype on null record
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/operator_bp.exp ...
PASS: gdb.ada/operator_bp.exp: compilation ops_test.adb
PASS: gdb.ada/operator_bp.exp: set debug-file-directory
PASS: gdb.ada/operator_bp.exp: break "+"
PASS: gdb.ada/operator_bp.exp: break "-"
PASS: gdb.ada/operator_bp.exp: break "*"
PASS: gdb.ada/operator_bp.exp: break "/"
PASS: gdb.ada/operator_bp.exp: break "mod"
PASS: gdb.ada/operator_bp.exp: break "rem"
PASS: gdb.ada/operator_bp.exp: break "**"
PASS: gdb.ada/operator_bp.exp: break "<"
PASS: gdb.ada/operator_bp.exp: break "<="
PASS: gdb.ada/operator_bp.exp: break ">"
PASS: gdb.ada/operator_bp.exp: break ">="
PASS: gdb.ada/operator_bp.exp: break "="
PASS: gdb.ada/operator_bp.exp: break "and"
PASS: gdb.ada/operator_bp.exp: break "or"
PASS: gdb.ada/operator_bp.exp: break "xor"
PASS: gdb.ada/operator_bp.exp: break "&"
PASS: gdb.ada/operator_bp.exp: break "abs"
PASS: gdb.ada/operator_bp.exp: break "not"
PASS: gdb.ada/operator_bp.exp: continue to "+"
PASS: gdb.ada/operator_bp.exp: continue to "-"
PASS: gdb.ada/operator_bp.exp: continue to "*"
PASS: gdb.ada/operator_bp.exp: continue to "/"
PASS: gdb.ada/operator_bp.exp: continue to "mod"
PASS: gdb.ada/operator_bp.exp: continue to "rem"
PASS: gdb.ada/operator_bp.exp: continue to "**"
PASS: gdb.ada/operator_bp.exp: continue to "<"
PASS: gdb.ada/operator_bp.exp: continue to "<="
PASS: gdb.ada/operator_bp.exp: continue to ">"
PASS: gdb.ada/operator_bp.exp: continue to ">="
PASS: gdb.ada/operator_bp.exp: continue to "="
PASS: gdb.ada/operator_bp.exp: continue to "and"
PASS: gdb.ada/operator_bp.exp: continue to "or"
PASS: gdb.ada/operator_bp.exp: continue to "xor"
PASS: gdb.ada/operator_bp.exp: continue to "&"
PASS: gdb.ada/operator_bp.exp: continue to "abs"
PASS: gdb.ada/operator_bp.exp: continue to "not"
PASS: gdb.ada/operator_bp.exp: break ops."+"
PASS: gdb.ada/operator_bp.exp: break ops."-"
PASS: gdb.ada/operator_bp.exp: break ops."*"
PASS: gdb.ada/operator_bp.exp: break ops."/"
PASS: gdb.ada/operator_bp.exp: break ops."mod"
PASS: gdb.ada/operator_bp.exp: break ops."rem"
PASS: gdb.ada/operator_bp.exp: break ops."**"
PASS: gdb.ada/operator_bp.exp: break ops."<"
PASS: gdb.ada/operator_bp.exp: break ops."<="
PASS: gdb.ada/operator_bp.exp: break ops.">"
PASS: gdb.ada/operator_bp.exp: break ops.">="
PASS: gdb.ada/operator_bp.exp: break ops."="
PASS: gdb.ada/operator_bp.exp: break ops."and"
PASS: gdb.ada/operator_bp.exp: break ops."or"
PASS: gdb.ada/operator_bp.exp: break ops."xor"
PASS: gdb.ada/operator_bp.exp: break ops."&"
PASS: gdb.ada/operator_bp.exp: break ops."abs"
PASS: gdb.ada/operator_bp.exp: break ops."not"
PASS: gdb.ada/operator_bp.exp: continue to ops."+"
PASS: gdb.ada/operator_bp.exp: continue to ops."-"
PASS: gdb.ada/operator_bp.exp: continue to ops."*"
PASS: gdb.ada/operator_bp.exp: continue to ops."/"
PASS: gdb.ada/operator_bp.exp: continue to ops."mod"
PASS: gdb.ada/operator_bp.exp: continue to ops."rem"
PASS: gdb.ada/operator_bp.exp: continue to ops."**"
PASS: gdb.ada/operator_bp.exp: continue to ops."<"
PASS: gdb.ada/operator_bp.exp: continue to ops."<="
PASS: gdb.ada/operator_bp.exp: continue to ops.">"
PASS: gdb.ada/operator_bp.exp: continue to ops.">="
PASS: gdb.ada/operator_bp.exp: continue to ops."="
PASS: gdb.ada/operator_bp.exp: continue to ops."and"
PASS: gdb.ada/operator_bp.exp: continue to ops."or"
PASS: gdb.ada/operator_bp.exp: continue to ops."xor"
PASS: gdb.ada/operator_bp.exp: continue to ops."&"
PASS: gdb.ada/operator_bp.exp: continue to ops."abs"
PASS: gdb.ada/operator_bp.exp: continue to ops."not"
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/optim_drec.exp ...
PASS: gdb.ada/optim_drec.exp: compilation foo.adb
PASS: gdb.ada/optim_drec.exp: print z
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/packed_array.exp ...
PASS: gdb.ada/packed_array.exp: compilation pa.adb
PASS: gdb.ada/packed_array.exp: print var
PASS: gdb.ada/packed_array.exp: ptype &var
PASS: gdb.ada/packed_array.exp: print &var
XFAIL: gdb.ada/packed_array.exp: print u_var
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/packed_tagged.exp ...
PASS: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
FAIL: gdb.ada/packed_tagged.exp: print x
PASS: gdb.ada/packed_tagged.exp: ptype x
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/print_chars.exp ...
PASS: gdb.ada/print_chars.exp: compilation foo.adb
PASS: gdb.ada/print_chars.exp: print C
PASS: gdb.ada/print_chars.exp: print WC
PASS: gdb.ada/print_chars.exp: print WWC
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/print_pc.exp ...
PASS: gdb.ada/print_pc.exp: compilation dummy.adb
PASS: gdb.ada/print_pc.exp: p /x $pc
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ptr_typedef.exp ...
PASS: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS: gdb.ada/ptr_typedef.exp: print my_blob.bees(1)
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ptype_arith_binop.exp ...
PASS: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ptype_field.exp ...
PASS: gdb.ada/ptype_field.exp: compilation foo.adb
PASS: gdb.ada/ptype_field.exp: ptype circle
PASS: gdb.ada/ptype_field.exp: ptype circle.pos
PASS: gdb.ada/ptype_field.exp: ptype circle.pos.x
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ptype_tagged_param.exp ...
PASS: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS: gdb.ada/ptype_tagged_param.exp: ptype s
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/rdv_wait.exp ...
PASS: gdb.ada/rdv_wait.exp: compilation foo.adb
PASS: gdb.ada/rdv_wait.exp: set debug-file-directory
FAIL: gdb.ada/rdv_wait.exp: task 2
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/rec_return.exp ...
PASS: gdb.ada/rec_return.exp: compilation foo.adb
PASS: gdb.ada/rec_return.exp: print bar
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ref_param.exp ...
PASS: gdb.ada/ref_param.exp: compilation foo.adb
PASS: gdb.ada/ref_param.exp: set print frame-arguments all
PASS: gdb.ada/ref_param.exp: frame argument value printed
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ref_tick_size.exp ...
PASS: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS: gdb.ada/ref_tick_size.exp: print d1'size = d2'size
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/same_enum.exp ...
PASS: gdb.ada/same_enum.exp: compilation a.adb
PASS: gdb.ada/same_enum.exp: print red
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/set_pckd_arr_elt.exp ...
PASS: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS: gdb.ada/set_pckd_arr_elt.exp: print sa(3) := 9
PASS: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/set_wstr.exp ...
PASS: gdb.ada/set_wstr.exp: compilation a.adb
PASS: gdb.ada/set_wstr.exp: print nnn before assignment
PASS: gdb.ada/set_wstr.exp: set variable nnn := "qcyom"
PASS: gdb.ada/set_wstr.exp: print nnn after assignment
PASS: gdb.ada/set_wstr.exp: print www before assignment
PASS: gdb.ada/set_wstr.exp: set variable www := "zenrk"
PASS: gdb.ada/set_wstr.exp: print www after assignment
PASS: gdb.ada/set_wstr.exp: print rws before assignment
PASS: gdb.ada/set_wstr.exp: set variable rws := "ndhci"
PASS: gdb.ada/set_wstr.exp: print rws after assignment
PASS: gdb.ada/set_wstr.exp: set variable www := "1#2#3#4#5#"
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/small_reg_param.exp ...
PASS: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS: gdb.ada/small_reg_param.exp: continue to call_me
PASS: gdb.ada/small_reg_param.exp: print w
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/start.exp ...
PASS: gdb.ada/start.exp: compilation dummy.adb
PASS: gdb.ada/start.exp: start
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/str_ref_cmp.exp ...
PASS: gdb.ada/str_ref_cmp.exp: compilation foo.adb
PASS: gdb.ada/str_ref_cmp.exp: operator = works for strings
PASS: gdb.ada/str_ref_cmp.exp: print String_Var (1 .. 3) = "Hel"
PASS: gdb.ada/str_ref_cmp.exp: print String_Var (1 .. 3) = "hel"
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/sym_print_name.exp ...
PASS: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS: gdb.ada/sym_print_name.exp: multiple matches for symbol integervar
PASS: gdb.ada/sym_print_name.exp: select first choice from multiple-choice menu
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/taft_type.exp ...
PASS: gdb.ada/taft_type.exp: compilation p.adb
PASS: gdb.ada/taft_type.exp: print w.e.all
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/tagged.exp ...
PASS: gdb.ada/tagged.exp: compilation foo.adb
PASS: gdb.ada/tagged.exp: ptype segm
PASS: gdb.ada/tagged.exp: print segm
PASS: gdb.ada/tagged.exp: ptype obj
PASS: gdb.ada/tagged.exp: print obj
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/tagged_not_init.exp ...
PASS: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS: gdb.ada/tagged_not_init.exp: print obj
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/task_bp.exp ...
PASS: gdb.ada/task_bp.exp: compilation foo.adb
PASS: gdb.ada/task_bp.exp: break pck.dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from psymtab
PASS: gdb.ada/task_bp.exp: break dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to dummy_task - from psymtab
PASS: gdb.ada/task_bp.exp: break pck.adb:pck.dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from psymtab
PASS: gdb.ada/task_bp.exp: break pck.adb:dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from psymtab
PASS: gdb.ada/task_bp.exp: expanding symtab for pck.dummy_task
PASS: gdb.ada/task_bp.exp: break pck.dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from full symtab
PASS: gdb.ada/task_bp.exp: expanding symtab for dummy_task
PASS: gdb.ada/task_bp.exp: break dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to dummy_task - from full symtab
PASS: gdb.ada/task_bp.exp: expanding symtab for pck.adb:pck.dummy_task
PASS: gdb.ada/task_bp.exp: break pck.adb:pck.dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from full symtab
PASS: gdb.ada/task_bp.exp: expanding symtab for pck.adb:dummy_task
PASS: gdb.ada/task_bp.exp: break pck.adb:dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from full symtab
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/tasks.exp ...
PASS: gdb.ada/tasks.exp: compilation foo.adb
FAIL: gdb.ada/tasks.exp: info tasks before inserting breakpoint
PASS: gdb.ada/tasks.exp: break break_me task 3
FAIL: gdb.ada/tasks.exp: continue to breakpoint
FAIL: gdb.ada/tasks.exp: info tasks after hitting breakpoint
FAIL: gdb.ada/tasks.exp: continue until exit
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/tick_last_segv.exp ...
PASS: gdb.ada/tick_last_segv.exp: compilation foo.adb
PASS: gdb.ada/tick_last_segv.exp: print short-integer'first
PASS: gdb.ada/tick_last_segv.exp: print short-integer'last
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/type_coercion.exp ...
PASS: gdb.ada/type_coercion.exp: compilation assign.adb
PASS: gdb.ada/type_coercion.exp: p q
PASS: gdb.ada/type_coercion.exp: save q'address in convenience variable
PASS: gdb.ada/type_coercion.exp: print {Integer} $addr
PASS: gdb.ada/type_coercion.exp: set {Integer} $addr := 19
PASS: gdb.ada/type_coercion.exp: p q
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp ...
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: compilation foo.adb
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object with null Ptr
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object.Ptr when null
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object with null Ptr
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when null
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: continue to STOP2
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object after setting Ptr
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object.ptr.all
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object after setting Ptr
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null
PASS: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object.ptr.all
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/uninitialized_vars.exp ...
PASS: gdb.ada/uninitialized_vars.exp: compilation parse.adb
PASS: gdb.ada/uninitialized_vars.exp: info locals
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/variant_record_packed_array.exp ...
PASS: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS: gdb.ada/variant_record_packed_array.exp: print empty
PASS: gdb.ada/variant_record_packed_array.exp: print address
FAIL: gdb.ada/variant_record_packed_array.exp: print adress content
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/watch_arg.exp ...
PASS: gdb.ada/watch_arg.exp: compilation watch.adb
PASS: gdb.ada/watch_arg.exp: Set watchpoint on function argument X
PASS: gdb.ada/watch_arg.exp: insert second breakpoint in watch.adb
FAIL: gdb.ada/watch_arg.exp: Continuing to second breakpoint
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/whatis_array_val.exp ...
PASS: gdb.ada/whatis_array_val.exp: compilation foo.adb
PASS: gdb.ada/whatis_array_val.exp: whatis full
FAIL: gdb.ada/whatis_array_val.exp: print full
PASS: gdb.ada/whatis_array_val.exp: whatis $
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/widewide.exp ...
PASS: gdb.ada/widewide.exp: compilation foo.adb
PASS: gdb.ada/widewide.exp: print some_easy
PASS: gdb.ada/widewide.exp: print some_larger
PASS: gdb.ada/widewide.exp: print some_big
PASS: gdb.ada/widewide.exp: print my_wws
PASS: gdb.ada/widewide.exp: print my_wws(1)
PASS: gdb.ada/widewide.exp: print my_wws(2)
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/win_fu_syms.exp ...
PASS: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS: gdb.ada/win_fu_syms.exp: info line on variable declaration
PASS: gdb.ada/win_fu_syms.exp: info line on Do_Nothing call

		=== gdb Summary ===

# of expected passes		419
# of unexpected failures	35
# of expected failures		1
# of known failures		1
# of unsupported tests		2
[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version  7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory