This is the mail archive of the gdb-testers@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

4.17.86 on Unixware 7.0.1


I'll confess that I haven't actively tracked GDB development in a long
time and I'm not on the GDB dev lists. 

I did have to override --host on 4.17.86 becuase it doesn't recognize
Unixware7 as a valid host.   I thought that treating it as an earlier
version of unixware was the thing to do.   The testsuite results make
me wonder if that was wise.

I've excluded the "PASS:" lines from the testsuite summary.  I was using
EGCS 1.1.1 as the host compiler for both GDB and for the testsuite.  I'm
hoping that a GDB expert will recognize these failures as some known x86
phenomenon. :-)   This is a elf+dwarf1 (currently) target.

As an aside, I see the testsuite complaining that it can't find the 
corefiles.   Unixware has long named core dumps as 'core.<pid>' where
<pid> is the PID of the dumping process.   Is there support for this
in the harness that I need to "turn on"?

If anyone can offer me hints on where to start looking (Would you guess
these to be dwarf-specific?  X86-specific?  Unixware-specific? Test
harness problem?) I'll roll up my sleeves and help dig in.

I suppose that wiring in GAS and telling the tests to be built with
'-gstabs' might be the easiest way to [dis]prove that first datapoint.
What's the syntax for doing that in the GDB testsuite?

Thanx,
RJL



Test Run By robertl on Mon Mar 22 10:44:30 1999
Native configuration is i686-pc-sysv42mp

		=== gdb tests ===

Schedule of variations:
    unix

Running target unix
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.asm/asm-source.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/a1-selftest.exp ...
FAIL: gdb.base/a1-selftest.exp: run until breakpoint at main
WARNING: Couldn't test self
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/a2-run.exp ...
FAIL: gdb.base/a2-run.exp: run "run" with no args
FAIL: gdb.base/a2-run.exp: run "run" with arg
FAIL: gdb.base/a2-run.exp: run "run" again with same args
FAIL: gdb.base/a2-run.exp: run after setting args to nil
FAIL: gdb.base/a2-run.exp: run "run" again after setting args
FAIL: gdb.base/a2-run.exp: (timeout) run "run" with shell
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/all-bin.exp ...
FAIL: gdb.base/all-bin.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/arithmet.exp ...
UNRESOLVED: gdb.base/arithmet.exp: gdb.base/arithmet.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/assign.exp ...
UNRESOLVED: gdb.base/assign.exp: gdb.base/assign.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/bitfields.exp ...
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: running to break1 in runto
FAIL: gdb.base/bitfields.exp: print flags
FAIL: gdb.base/bitfields.exp: continuing to break1 #1
FAIL: gdb.base/bitfields.exp: bitfield uniqueness (s1)
FAIL: gdb.base/bitfields.exp: continuing to break1 #2
FAIL: gdb.base/bitfields.exp: bitfield uniqueness (u1)
FAIL: gdb.base/bitfields.exp: continuing to break1 #3
FAIL: gdb.base/bitfields.exp: bitfield uniqueness (s2)
FAIL: gdb.base/bitfields.exp: continuing to break1 #4
FAIL: gdb.base/bitfields.exp: bitfield uniqueness (u2)
FAIL: gdb.base/bitfields.exp: continuing to break1 #5
FAIL: gdb.base/bitfields.exp: bitfield uniqueness (s3)
FAIL: gdb.base/bitfields.exp: continuing to break1 #6
FAIL: gdb.base/bitfields.exp: bitfield uniqueness (u3)
FAIL: gdb.base/bitfields.exp: continuing to break1 #7
FAIL: gdb.base/bitfields.exp: bitfield uniqueness (s9)
FAIL: gdb.base/bitfields.exp: continuing to break1 #8
FAIL: gdb.base/bitfields.exp: bitfield uniqueness (u9)
FAIL: gdb.base/bitfields.exp: continuing to break1 #9
FAIL: gdb.base/bitfields.exp: bitfield uniqueness (sc)
FAIL: gdb.base/bitfields.exp: setting breakpoint at break2
FAIL: gdb.base/bitfields.exp: bitfield containment #1
ERROR: Process no longer exists
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: continuing to break2
ERROR: Couldn't send print/x flags to GDB.
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: bitfield containment #2
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: setting breakpoint at break3 (timeout)
ERROR: Couldn't send print flags to GDB.
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: unsigned bitfield ranges
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: setting breakpoint at break4 (timeout)
ERROR: Couldn't send print flags to GDB.
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: signed bitfields, max positive values
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: continuing to break4 #1
FAIL: gdb.base/bitfields.exp: determining signed-ness of bitfields
ERROR: Couldn't send print flags to GDB.
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: signed bitfields, max negative values
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: continuing to break4 #2
ERROR: Couldn't send print flags to GDB.
UNRESOLVED: gdb.base/bitfields.exp: gdb.base/bitfields.exp: signed bitfields with -1
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/bitops.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/break.exp ...
FAIL: gdb.base/break.exp: run until function breakpoint
FAIL: gdb.base/break.exp: run until breakpoint set at a line number
FAIL: gdb.base/break.exp: run until file:function(6) breakpoint
FAIL: gdb.base/break.exp: run until file:function(5) breakpoint
FAIL: gdb.base/break.exp: run until file:function(4) breakpoint
FAIL: gdb.base/break.exp: run until file:function(3) breakpoint
FAIL: gdb.base/break.exp: run until file:function(2) breakpoint
FAIL: gdb.base/break.exp: run until file:function(1) breakpoint
FAIL: gdb.base/break.exp: run until file:linenum breakpoint
FAIL: gdb.base/break.exp: Temporary breakpoint function
FAIL: gdb.base/break.exp: Temporary breakpoint function in file
FAIL: gdb.base/break.exp: Temporary breakpoint info
FAIL: gdb.base/break.exp: setting breakpoint at main
FAIL: gdb.base/break.exp: break tests suppressed
FAIL: gdb.base/break.exp: until 64
FAIL: gdb.base/break.exp: break on default location, 1st time
FAIL: gdb.base/break.exp: break on default location, 2nd time
FAIL: gdb.base/break.exp: break on default location, 3rd time
FAIL: gdb.base/break.exp: break on default location, 4th time
FAIL: gdb.base/break.exp: setting breakpoint at main
FAIL: gdb.base/break.exp: break tests suppressed
FAIL: gdb.base/break.exp: hit silent break 64
FAIL: gdb.base/break.exp: stopped for silent break 64
FAIL: gdb.base/break.exp: clear current line has no breakpoint disallowed
FAIL: gdb.base/break.exp: set breakpoint on to-be-called function
FAIL: gdb.base/break.exp: hit breakpoint on called function
FAIL: gdb.base/break.exp: setting breakpoint at main
FAIL: gdb.base/break.exp: break tests suppressed
ERROR: Couldn't send break main to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: break main #1
ERROR: Couldn't send break main to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: break main #2
ERROR: Couldn't send clear main to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: clear main
ERROR: Couldn't send kill to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: kill program
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
ERROR: Couldn't send break factorial to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: break at factorial
WARNING: remote_expect statement without a default case?!
FAIL: gdb.base/break.exp: run to factorial(6) (timeout)
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: continue to factorial(5)
ERROR: Couldn't send backtrace to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: backtrace from factorial(5)
ERROR: Couldn't send next to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: next to recursive call
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
ERROR: Couldn't send next to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: next over recursive call
ERROR: Couldn't send backtrace to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: backtrace from factorial(5.1)
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/break.exp: gdb.base/break.exp: continue until exit in recursive next test
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/call-ar-st.exp ...
FAIL: gdb.base/call-ar-st.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/call-rt-st.exp ...
UNRESOLVED: gdb.base/call-rt-st.exp: gdb.base/call-rt-st.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/call-strs.exp ...
UNRESOLVED: gdb.base/call-strs.exp: gdb.base/call-strs.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/callfuncs.exp ...
UNRESOLVED: gdb.base/callfuncs.exp: gdb.base/callfuncs.exp: set print sevenbit-strings
FAIL: gdb.base/callfuncs.exp: running to main in runto
FAIL: gdb.base/callfuncs.exp: p t_char_values(0,0)
FAIL: gdb.base/callfuncs.exp: p t_char_values('a','b')
FAIL: gdb.base/callfuncs.exp: p t_char_values(char_val1,char_val2)
FAIL: gdb.base/callfuncs.exp: p t_char_values('a',char_val2)
FAIL: gdb.base/callfuncs.exp: p t_char_values(char_val1,'b')
FAIL: gdb.base/callfuncs.exp: p t_short_values(0,0)
FAIL: gdb.base/callfuncs.exp: p t_short_values(10,-23)
FAIL: gdb.base/callfuncs.exp: p t_short_values(short_val1,short_val2)
FAIL: gdb.base/callfuncs.exp: p t_short_values(10,short_val2)
FAIL: gdb.base/callfuncs.exp: p t_short_values(short_val1,-23)
FAIL: gdb.base/callfuncs.exp: p t_int_values(0,0)
FAIL: gdb.base/callfuncs.exp: p t_int_values(87,-26)
FAIL: gdb.base/callfuncs.exp: p t_int_values(int_val1,int_val2)
FAIL: gdb.base/callfuncs.exp: p t_int_values(87,int_val2)
FAIL: gdb.base/callfuncs.exp: p t_int_values(int_val1,-26)
FAIL: gdb.base/callfuncs.exp: p t_long_values(0,0)
FAIL: gdb.base/callfuncs.exp: p t_long_values(789,-321)
FAIL: gdb.base/callfuncs.exp: p t_long_values(long_val1,long_val2)
FAIL: gdb.base/callfuncs.exp: p t_long_values(789,long_val2)
FAIL: gdb.base/callfuncs.exp: p t_long_values(long_val1,-321)
FAIL: gdb.base/callfuncs.exp: p t_float_values(0.0,0.0)
FAIL: gdb.base/callfuncs.exp: p t_float_values(3.14159,-2.3765)
FAIL: gdb.base/callfuncs.exp: p t_float_values(float_val1,float_val2)
FAIL: gdb.base/callfuncs.exp: p t_float_values(3.14159,float_val2)
FAIL: gdb.base/callfuncs.exp: p t_float_values(float_val1,-2.3765)
FAIL: gdb.base/callfuncs.exp: p t_float_values2(0.0,0.0)
FAIL: gdb.base/callfuncs.exp: p t_float_values2(3.14159,float_val2)
FAIL: gdb.base/callfuncs.exp: p t_small_values(1,2,3,4,5,6,7,8,9,10)
FAIL: gdb.base/callfuncs.exp: p t_double_values(0.0,0.0)
FAIL: gdb.base/callfuncs.exp: p t_double_values(45.654,-67.66)
FAIL: gdb.base/callfuncs.exp: p t_double_values(double_val1,double_val2)
FAIL: gdb.base/callfuncs.exp: p t_double_values(45.654,double_val2)
FAIL: gdb.base/callfuncs.exp: p t_double_values(double_val1,-67.66)
FAIL: gdb.base/callfuncs.exp: p t_string_values(string_val2,string_val1)
FAIL: gdb.base/callfuncs.exp: p t_string_values(string_val1,string_val2)
FAIL: gdb.base/callfuncs.exp: p t_string_values("string 1","string 2")
FAIL: gdb.base/callfuncs.exp: p t_string_values("string 1",string_val2)
FAIL: gdb.base/callfuncs.exp: p t_string_values(string_val1,"string 2")
FAIL: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val2,char_array_val1)
FAIL: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,char_array_val2)
FAIL: gdb.base/callfuncs.exp: p t_char_array_values("carray 1","carray 2")
FAIL: gdb.base/callfuncs.exp: p t_char_array_values("carray 1",char_array_val2)
FAIL: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,"carray 2")
FAIL: gdb.base/callfuncs.exp: p doubleit(4)
FAIL: gdb.base/callfuncs.exp: p add(4,5)
FAIL: gdb.base/callfuncs.exp: p t_func_values(func_val2,func_val1)
FAIL: gdb.base/callfuncs.exp: p t_func_values(func_val1,func_val2)
FAIL: gdb.base/callfuncs.exp: p t_func_values(add,func_val2)
FAIL: gdb.base/callfuncs.exp: p t_func_values(func_val1,doubleit)
FAIL: gdb.base/callfuncs.exp: p t_call_add(func_val1,3,4)
FAIL: gdb.base/callfuncs.exp: p t_call_add(add,3,4)
FAIL: gdb.base/callfuncs.exp: p t_enum_value1(enumval1)
FAIL: gdb.base/callfuncs.exp: p t_enum_value1(enum_val1)
FAIL: gdb.base/callfuncs.exp: p t_enum_value1(enum_val2)
FAIL: gdb.base/callfuncs.exp: p t_enum_value2(enumval2)
FAIL: gdb.base/callfuncs.exp: p t_enum_value2(enum_val2)
FAIL: gdb.base/callfuncs.exp: p t_enum_value2(enum_val1)
FAIL: gdb.base/callfuncs.exp: p sum_args(1,{2})
FAIL: gdb.base/callfuncs.exp: p sum_args(2,{2,3})
FAIL: gdb.base/callfuncs.exp: p sum_args(3,{2,3,4})
FAIL: gdb.base/callfuncs.exp: p sum_args(4,{2,3,4,5})
FAIL: gdb.base/callfuncs.exp: p sum10 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
FAIL: gdb.base/callfuncs.exp: p cmp10 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns char
FAIL: gdb.base/callfuncs.exp: call inferior func with struct -  returns short
FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns int
FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns long
XFAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns float
XFAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns double
FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns char *
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/callfuncs2.exp ...
FAIL: gdb.base/callfuncs2.exp: running to main in runto
FAIL: gdb.base/callfuncs2.exp: p t_char_values(0,0)
FAIL: gdb.base/callfuncs2.exp: p t_char_values('a','b')
FAIL: gdb.base/callfuncs2.exp: p t_char_values(char_val1,char_val2)
FAIL: gdb.base/callfuncs2.exp: p t_char_values('a',char_val2)
FAIL: gdb.base/callfuncs2.exp: p t_char_values(char_val1,'b')
FAIL: gdb.base/callfuncs2.exp: p t_short_values(0,0)
FAIL: gdb.base/callfuncs2.exp: p t_short_values(10,-23)
FAIL: gdb.base/callfuncs2.exp: p t_short_values(short_val1,short_val2)
FAIL: gdb.base/callfuncs2.exp: p t_short_values(10,short_val2)
FAIL: gdb.base/callfuncs2.exp: p t_short_values(short_val1,-23)
FAIL: gdb.base/callfuncs2.exp: p t_int_values(0,0)
FAIL: gdb.base/callfuncs2.exp: p t_int_values(87,-26)
FAIL: gdb.base/callfuncs2.exp: p t_int_values(int_val1,int_val2)
FAIL: gdb.base/callfuncs2.exp: p t_int_values(87,int_val2)
FAIL: gdb.base/callfuncs2.exp: p t_int_values(int_val1,-26)
FAIL: gdb.base/callfuncs2.exp: p t_long_values(0,0)
FAIL: gdb.base/callfuncs2.exp: p t_long_values(789,-321)
FAIL: gdb.base/callfuncs2.exp: p t_long_values(long_val1,long_val2)
FAIL: gdb.base/callfuncs2.exp: p t_long_values(789,long_val2)
FAIL: gdb.base/callfuncs2.exp: p t_long_values(long_val1,-321)
FAIL: gdb.base/callfuncs2.exp: p t_float_values(0.0,0.0)
FAIL: gdb.base/callfuncs2.exp: p t_float_values(3.14159,-2.3765)
FAIL: gdb.base/callfuncs2.exp: p t_float_values(float_val1,float_val2)
FAIL: gdb.base/callfuncs2.exp: p t_float_values(3.14159,float_val2)
FAIL: gdb.base/callfuncs2.exp: p t_float_values(float_val1,-2.3765)
FAIL: gdb.base/callfuncs2.exp: p t_float_values2(0.0,0.0)
FAIL: gdb.base/callfuncs2.exp: p t_float_values2(3.14159,float_val2)
FAIL: gdb.base/callfuncs2.exp: p t_small_values(1,2,3,4,5,6,7,8,9,10)
FAIL: gdb.base/callfuncs2.exp: p t_double_values(0.0,0.0)
FAIL: gdb.base/callfuncs2.exp: p t_double_values(45.654,-67.66)
FAIL: gdb.base/callfuncs2.exp: p t_double_values(double_val1,double_val2)
FAIL: gdb.base/callfuncs2.exp: p t_double_values(45.654,double_val2)
FAIL: gdb.base/callfuncs2.exp: p t_double_values(double_val1,-67.66)
FAIL: gdb.base/callfuncs2.exp: p t_string_values(string_val2,string_val1)
FAIL: gdb.base/callfuncs2.exp: p t_string_values(string_val1,string_val2)
FAIL: gdb.base/callfuncs2.exp: p t_string_values("string 1","string 2")
FAIL: gdb.base/callfuncs2.exp: p t_string_values("string 1",string_val2)
FAIL: gdb.base/callfuncs2.exp: p t_string_values(string_val1,"string 2")
FAIL: gdb.base/callfuncs2.exp: p t_char_array_values(char_array_val2,char_array_val1)
FAIL: gdb.base/callfuncs2.exp: p t_char_array_values(char_array_val1,char_array_val2)
FAIL: gdb.base/callfuncs2.exp: p t_char_array_values("carray 1","carray 2")
FAIL: gdb.base/callfuncs2.exp: p t_char_array_values("carray 1",char_array_val2)
FAIL: gdb.base/callfuncs2.exp: p t_char_array_values(char_array_val1,"carray 2")
FAIL: gdb.base/callfuncs2.exp: p doubleit(4)
FAIL: gdb.base/callfuncs2.exp: p add(4,5)
FAIL: gdb.base/callfuncs2.exp: p t_func_values(func_val2,func_val1)
FAIL: gdb.base/callfuncs2.exp: p t_func_values(func_val1,func_val2)
FAIL: gdb.base/callfuncs2.exp: p t_func_values(add,func_val2)
FAIL: gdb.base/callfuncs2.exp: p t_func_values(func_val1,doubleit)
FAIL: gdb.base/callfuncs2.exp: p t_call_add(func_val1,3,4)
FAIL: gdb.base/callfuncs2.exp: p t_call_add(add,3,4)
FAIL: gdb.base/callfuncs2.exp: p t_enum_value1(enumval1)
FAIL: gdb.base/callfuncs2.exp: p t_enum_value1(enum_val1)
FAIL: gdb.base/callfuncs2.exp: p t_enum_value1(enum_val2)
FAIL: gdb.base/callfuncs2.exp: p t_enum_value2(enumval2)
FAIL: gdb.base/callfuncs2.exp: p t_enum_value2(enum_val2)
FAIL: gdb.base/callfuncs2.exp: p t_enum_value2(enum_val1)
FAIL: gdb.base/callfuncs2.exp: p sum_args(1,{2})
FAIL: gdb.base/callfuncs2.exp: p sum_args(2,{2,3})
FAIL: gdb.base/callfuncs2.exp: p sum_args(3,{2,3,4})
FAIL: gdb.base/callfuncs2.exp: p sum_args(4,{2,3,4,5})
FAIL: gdb.base/callfuncs2.exp: p sum10 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
FAIL: gdb.base/callfuncs2.exp: call inferior func with struct - returns char
FAIL: gdb.base/callfuncs2.exp: call inferior func with struct -  returns short
FAIL: gdb.base/callfuncs2.exp: call inferior func with struct - returns int
FAIL: gdb.base/callfuncs2.exp: call inferior func with struct - returns long
XFAIL: gdb.base/callfuncs2.exp: call inferior func with struct - returns float
XFAIL: gdb.base/callfuncs2.exp: call inferior func with struct - returns double
FAIL: gdb.base/callfuncs2.exp: call inferior func with struct - returns char *
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/commands.exp ...
FAIL: gdb.base/commands.exp: running to factorial in runto
FAIL: gdb.base/commands.exp: progvar_simple_if_test #1
FAIL: gdb.base/commands.exp: progvar_simple_if_test #2
FAIL: gdb.base/commands.exp: setting breakpoint at factorial
FAIL: gdb.base/commands.exp: progvar_simple_while_test #1
FAIL: gdb.base/commands.exp: setting breakpoint at factorial
FAIL: gdb.base/commands.exp: progvar_complex_if_while_test #1
FAIL: gdb.base/commands.exp: setting breakpoint at factorial
FAIL: gdb.base/commands.exp: break factorial #1
FAIL: gdb.base/commands.exp: (timeout or eof) commands in if_while_breakpoint_command_test
ERROR: Process no longer exists
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: if_while_breakpoint_command_test #1
ERROR: Couldn't send info break to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: info break in if_while_breakpoint_command_test
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: setting breakpoint at factorial (timeout)
ERROR: Couldn't send p value=6 to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: set value to 6 in progvar_simple_if_test #1
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
ERROR: Couldn't send break factorial if value == 5 to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: break factorial if value == 5
FAIL: gdb.base/commands.exp: (timeout or eof) commands in infrun_breakpoint_command_test
ERROR: Couldn't send step
step
step
step
bt
end to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: commands in infrun_breakpoint_command_test #2
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: continue in infrun_breakpoint_command_test
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: setting breakpoint at factorial (timeout)
ERROR: Couldn't send p value=6 to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: set value to 6 in progvar_simple_if_test #2
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
ERROR: Couldn't send break factorial to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: break factorial #2
ERROR: Couldn't send commands
printf "Now the value is %d\n", value
end to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: commands in breakpoint_command_test
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: continue in breakpoint_command_test
ERROR: Couldn't send print value to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: print value in breakpoint_command_test
ERROR: Couldn't send set $foo = 4 to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: set foo in user_defined_command_test
FAIL: gdb.base/commands.exp: (timeout or eof) define mycommand in user_defined_command_test
ERROR: Couldn't send while $arg0 > 0
set $arg0 -= 1
if ($arg0 % 2) == 1
p/x 0xdeadbeef
else
p/x 0xfeedface
end
end
end to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: enter commands in user_defined_command_test
ERROR: Couldn't send mycommand $foo to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: execute user defined command in user_defined_command_test
ERROR: Couldn't send show user mycommand to GDB.
UNRESOLVED: gdb.base/commands.exp: gdb.base/commands.exp: display user command in user_defined_command_test
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/completion.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/cond-expr.exp ...
FAIL: gdb.base/cond-expr.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/condbreak.exp ...
UNRESOLVED: gdb.base/condbreak.exp: gdb.base/condbreak.exp: breakpoint function
FAIL: gdb.base/condbreak.exp: run until function breakpoint
FAIL: gdb.base/condbreak.exp: run until breakpoint set at a line number
FAIL: gdb.base/condbreak.exp: run until breakpoint at marker1
FAIL: gdb.base/condbreak.exp: run until breakpoint at marker2
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/constvars.exp ...
FAIL: gdb.base/constvars.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/corefile.exp ...
WARNING: can't generate a core file - core tests suppressed - check ulimit -c
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/crossload.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/default.exp ...
UNRESOLVED: gdb.base/default.exp: gdb.base/default.exp: add-symbol-file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/define.exp ...
FAIL: gdb.base/define.exp: running to main in runto
FAIL: gdb.base/define.exp: define tests suppressed
FAIL: gdb.base/define.exp: use user command: nextwhere
FAIL: gdb.base/define.exp: use hook-stop command
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/display.exp ...
FAIL: gdb.base/display.exp: get to main
FAIL: gdb.base/display.exp: break do_loops
FAIL: gdb.base/display.exp: get to do_loops
FAIL: gdb.base/display.exp: set watch
FAIL: gdb.base/display.exp: break 19
FAIL: gdb.base/display.exp: display i
FAIL: gdb.base/display.exp: display j
FAIL: gdb.base/display.exp: display &k
FAIL: gdb.base/display.exp: display/f sum
FAIL: gdb.base/display.exp: display/s &sum
FAIL: gdb.base/display.exp: first disp
FAIL: gdb.base/display.exp: second disp
FAIL: gdb.base/display.exp: info disp
FAIL: gdb.base/display.exp: next hit
FAIL: gdb.base/display.exp: watch off
FAIL: gdb.base/display.exp: finish
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/dollar.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/echo.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/ena-dis-br.exp ...
FAIL: gdb.base/ena-dis-br.exp: running to main in runto
FAIL: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
FAIL: gdb.base/ena-dis-br.exp: break marker1
FAIL: gdb.base/ena-dis-br.exp: info break marker1
FAIL: gdb.base/ena-dis-br.exp: continue to break marker1
FAIL: gdb.base/ena-dis-br.exp: break marker2
FAIL: gdb.base/ena-dis-br.exp: info auto-disabled break marker2
FAIL: gdb.base/ena-dis-br.exp: continue to auto-disabled break marker2
FAIL: gdb.base/ena-dis-br.exp: info auto-disabled break marker2
FAIL: gdb.base/ena-dis-br.exp: no stop
FAIL: gdb.base/ena-dis-br.exp: (timeout) rerun to main
FAIL: gdb.base/ena-dis-br.exp: (timeout) no stop at auto-disabled break marker2
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/ena-dis-br.exp: gdb.base/ena-dis-br.exp: setting breakpoint at main (timeout)
FAIL: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
FAIL: gdb.base/ena-dis-br.exp: (timeout) break marker3
FAIL: gdb.base/ena-dis-br.exp: (timeout) enable del break marker3
FAIL: gdb.base/ena-dis-br.exp: (timeout) info auto-deleted break marker2
FAIL: gdb.base/ena-dis-br.exp: (timeout) continue to break marker3
FAIL: gdb.base/ena-dis-br.exp: (timeout) info auto-deleted break marker3
FAIL: gdb.base/ena-dis-br.exp: (timeout) break marker4
FAIL: gdb.base/ena-dis-br.exp: (timeout) disable break marker4
FAIL: gdb.base/ena-dis-br.exp: (timeout) info break marker4
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/ena-dis-br.exp: gdb.base/ena-dis-br.exp: setting breakpoint at main (timeout)
FAIL: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
FAIL: gdb.base/ena-dis-br.exp: (timeout) break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) ignore non-existent break
FAIL: gdb.base/ena-dis-br.exp: (timeout) ignore break with missing ignore count
FAIL: gdb.base/ena-dis-br.exp: (timeout) ignore break marker1 -1
FAIL: gdb.base/ena-dis-br.exp: (timeout) ignore break marker1 0
FAIL: gdb.base/ena-dis-br.exp: (timeout) ignore break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) info ignored break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) no stop at ignored break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) rerun to main
FAIL: gdb.base/ena-dis-br.exp: (timeout) continue to break marker1
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/ena-dis-br.exp: gdb.base/ena-dis-br.exp: setting breakpoint at main (timeout)
FAIL: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
FAIL: gdb.base/ena-dis-br.exp: (timeout) break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) ignore break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) enable del break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) info break marker2
FAIL: gdb.base/ena-dis-br.exp: (timeout) no stop at ignored & auto-deleted break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) rerun to main
FAIL: gdb.base/ena-dis-br.exp: (timeout) continue to ignored & auto-deleted break marker1
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/ena-dis-br.exp: gdb.base/ena-dis-br.exp: setting breakpoint at main (timeout)
FAIL: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
FAIL: gdb.base/ena-dis-br.exp: (timeout) break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) ignore break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) disable break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) no stop at ignored & disabled break marker1
FAIL: gdb.base/ena-dis-br.exp: (timeout) rerun to main
FAIL: gdb.base/ena-dis-br.exp: (timeout) info ignored & disabled break marker1
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/ena-dis-br.exp: gdb.base/ena-dis-br.exp: setting breakpoint at main (timeout)
FAIL: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
FAIL: gdb.base/ena-dis-br.exp: (timeout) prepare to continue with ignore count
FAIL: gdb.base/ena-dis-br.exp: (timeout) continue with ignore count
FAIL: gdb.base/ena-dis-br.exp: step after continue with ignore count
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/ending-run.exp ...
FAIL: gdb.base/ending-run.exp: clear worked
FAIL: gdb.base/ending-run.exp: clear bp
FAIL: gdb.base/ending-run.exp: Only cleared 1 by line
FAIL: gdb.base/ending-run.exp: Clear 2 by default
FAIL: gdb.base/ending-run.exp: didn't clear bps
FAIL: gdb.base/ending-run.exp: Step to return
FAIL: gdb.base/ending-run.exp: hang or timeout on step at end 1
FAIL: gdb.base/ending-run.exp: step to end of run
FAIL: gdb.base/ending-run.exp: don't step after run
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/environ.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/eval-skip.exp ...
FAIL: gdb.base/eval-skip.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/exprs.exp ...
UNRESOLVED: gdb.base/exprs.exp: gdb.base/exprs.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/funcargs.exp ...
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: run to call0a
FAIL: gdb.base/funcargs.exp: print c after run to call0a
FAIL: gdb.base/funcargs.exp: print s after run to call0a
FAIL: gdb.base/funcargs.exp: print i after run to call0a
FAIL: gdb.base/funcargs.exp: print l after run to call0a
FAIL: gdb.base/funcargs.exp: continue to call0b
FAIL: gdb.base/funcargs.exp: continue to call0c
FAIL: gdb.base/funcargs.exp: continue to call0d
FAIL: gdb.base/funcargs.exp: continue to call0e
FAIL: gdb.base/funcargs.exp: setting breakpoint at call1a
FAIL: gdb.base/funcargs.exp: setting breakpoint at call1b
FAIL: gdb.base/funcargs.exp: setting breakpoint at call1c
FAIL: gdb.base/funcargs.exp: setting breakpoint at call1d
FAIL: gdb.base/funcargs.exp: setting breakpoint at call1e
FAIL: gdb.base/funcargs.exp: run to call1a
FAIL: gdb.base/funcargs.exp: print uc
FAIL: gdb.base/funcargs.exp: print us
FAIL: gdb.base/funcargs.exp: print ui
FAIL: gdb.base/funcargs.exp: print ul
ERROR: Process no longer exists
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call1b
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call1c
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call1d
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call1e
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call2a (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call2b (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call2c (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call2d (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call2e (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call2f (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call2g (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call2h (timeout)
WARNING: remote_expect statement without a default case?!
FAIL: gdb.base/funcargs.exp: (timeout) run to call2a
ERROR: Couldn't send print c to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print c after run to call2a
ERROR: Couldn't send print f1 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print f1 after run to call2a
ERROR: Couldn't send print s to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print s after run to call2a
ERROR: Couldn't send print d1 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print d1 after run to call2a
ERROR: Couldn't send print i to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print i after run to call2a
ERROR: Couldn't send print f2 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print f2 after run to call2a
ERROR: Couldn't send print l to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print l after run to call2a
ERROR: Couldn't send print d2 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print d2 after run to call2a
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call2b
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call2c
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call2d
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call2e
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call2f
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call2g
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call2h
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call2i (timeout)
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call2i
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call3a (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call3b (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call3c (timeout)
WARNING: remote_expect statement without a default case?!
FAIL: gdb.base/funcargs.exp: (timeout) run to call3a
ERROR: Couldn't send print *cp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *cp
ERROR: Couldn't send print *sp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *sp
ERROR: Couldn't send print *ip to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *ip
ERROR: Couldn't send print *lp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *lp
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call3b
ERROR: Couldn't send print *ucp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *ucp
ERROR: Couldn't send print *usp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *usp
ERROR: Couldn't send print *uip to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *uip
ERROR: Couldn't send print *ulp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *ulp
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call3c
ERROR: Couldn't send print *fp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *fp
ERROR: Couldn't send print *dp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *dp
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call4a (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call4b (timeout)
WARNING: remote_expect statement without a default case?!
FAIL: gdb.base/funcargs.exp: (timeout) run to call4a
ERROR: Couldn't send print *stp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *stp
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call4b
ERROR: Couldn't send print *unp to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print *unp (sizeof long == sizeof int)
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call5a (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call5b (timeout)
WARNING: remote_expect statement without a default case?!
FAIL: gdb.base/funcargs.exp: (timeout) run to call5a
ERROR: Couldn't send print st to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print st
ERROR: Couldn't send cont to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call5b (sizeof long == sizeof int)
ERROR: Couldn't send print un to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print un (sizeof long == sizeof int)
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call6a (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call6b (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call6c (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call6d (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call6e (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call6f (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call6g (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call6h (timeout)
WARNING: remote_expect statement without a default case?!
FAIL: gdb.base/funcargs.exp: (timeout) run to call6a
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6a
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6b
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6b
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6c
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6c
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6d
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6d
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6e
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6e
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6f
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6f
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6g
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6g
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6h
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6h
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call6i (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call6j (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call6k (timeout)
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6i
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6i
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6j
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6j
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call6k
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call6k
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call7a (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call7b (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call7c (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call7d (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call7e (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call7f (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call7g (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call7h (timeout)
WARNING: remote_expect statement without a default case?!
FAIL: gdb.base/funcargs.exp: (timeout) run to call7a
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7a
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7b
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7b
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7c
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7c
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7d
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7d
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7e
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7e
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7f
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7f
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7g
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7g
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7h
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7h
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call7i (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call7j (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call7k (timeout)
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7i
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7i
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7j
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7j
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call7k
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call7k
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at hitbottom (timeout)
WARNING: remote_expect statement without a default case?!
FAIL: gdb.base/funcargs.exp: (timeout) run to hitbottom
ERROR: Couldn't send backtrace 100 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: recursive passing of structs by value
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at localvars_after_alloca (timeout)
ERROR: Couldn't send print c to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print c after runto localvars_after_alloca
ERROR: Couldn't send print s to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print s after runto localvars_after_alloca
ERROR: Couldn't send print i to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print i after runto localvars_after_alloca
ERROR: Couldn't send print l to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print l after runto localvars_after_alloca
ERROR: Couldn't send next to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: next in localvars_after_alloca()
ERROR: Couldn't send print c to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print c in localvars_after_alloca
ERROR: Couldn't send print s to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print s in localvars_after_alloca
ERROR: Couldn't send print i to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print i in localvars_after_alloca
ERROR: Couldn't send print l to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print l in localvars_after_alloca
ERROR: Couldn't send backtrace 8 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace after alloca
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at call_after_alloca_subr (timeout)
ERROR: Couldn't send print c to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print c in call_after_alloca
ERROR: Couldn't send print s to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print s in call_after_alloca
ERROR: Couldn't send print i to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print i in call_after_alloca
ERROR: Couldn't send print l to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print l in call_after_alloca
ERROR: Couldn't send backtrace 8 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace from call_after_alloca_subr
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at marker_indirect_call (timeout)
FAIL: gdb.base/funcargs.exp: setting breakpoint at call0a (timeout)
ERROR: Couldn't send continue to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: continue to call0a
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
ERROR: Couldn't send print c to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print c in localvars_in_indirect_call
ERROR: Couldn't send print s to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print s in localvars_in_indirect_call
ERROR: Couldn't send print i to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print i in localvars_in_indirect_call
ERROR: Couldn't send print l to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: print l in localvars_in_indirect_call
ERROR: Couldn't send backtrace 8 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace in indirectly called function
FAIL: gdb.base/funcargs.exp: finish from indirectly called function
ERROR: Couldn't send step to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: stepping into indirectly called function
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: setting breakpoint at marker_call_with_trampolines (timeout)
FAIL: gdb.base/funcargs.exp: finish from marker_call_with_trampolines
ERROR: Couldn't send step to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: stepping into function called with trampolines
ERROR: Couldn't send backtrace 8 to GDB.
UNRESOLVED: gdb.base/funcargs.exp: gdb.base/funcargs.exp: backtrace through call with trampolines
FAIL: gdb.base/funcargs.exp: stepping back to main from function called with trampolines
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/gdbvars.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/help.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/interrupt.exp ...
FAIL: gdb.base/interrupt.exp: running to main in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/jump.exp ...
FAIL: gdb.base/jump.exp: running to main in runto
ERROR: Couldn't run to main
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/langs.exp ...
UNRESOLVED: gdb.base/langs.exp: gdb.base/langs.exp: break on nonexistent function in langs.exp
FAIL: gdb.base/langs.exp: running to csub in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/list.exp ...
XFAIL: gdb.base/list.exp: list line 1 with listsize 3
XFAIL: gdb.base/list.exp: list line 1 with unlimited listsize
XFAIL: gdb.base/list.exp: list line 1 in include file
XFAIL: gdb.base/list.exp: list message for lines past EOF
XFAIL: gdb.base/list.exp: list function in include file
XFAIL: gdb.base/list.exp: list list0.h:foo
XFAIL: gdb.base/list.exp: list filename:function; wrong filename rejected
XFAIL: gdb.base/list.exp: list filename:function; nonexistant function
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/logical.exp ...
FAIL: gdb.base/logical.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/long_long.exp ...
UNRESOLVED: gdb.base/long_long.exp: gdb.base/long_long.exp: running to known_types in runto
FAIL: gdb.base/long_long.exp: run to known_types
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/maint.exp ...
FAIL: gdb.base/maint.exp: running to main in runto
ERROR: tests suppressed
UNRESOLVED: gdb.base/maint.exp: gdb.base/maint.exp: maint check-symtabs
FAIL: gdb.base/maint.exp: maint print type
FAIL: gdb.base/maint.exp: maint info breakpoints
XFAIL: gdb.base/maint.exp: maint info breakpoints: shlib events
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/mips_pro.exp ...
FAIL: gdb.base/mips_pro.exp: running to middle in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/miscexprs.exp ...
FAIL: gdb.base/miscexprs.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/nodebug.exp ...
UNRESOLVED: gdb.base/nodebug.exp: gdb.base/nodebug.exp: running to inner in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/opaque.exp ...
FAIL: gdb.base/opaque.exp: running to main in runto
ERROR: cannot run to breakpoint at main
UNRESOLVED: gdb.base/opaque.exp: gdb.base/opaque.exp: whatis on opaque struct pointer (dynamically)
FAIL: gdb.base/opaque.exp: running to getfoo in runto
ERROR: cannot run to breakpoint at getfoo
UNRESOLVED: gdb.base/opaque.exp: gdb.base/opaque.exp: whatis on opaque struct pointer (dynamically) 1
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/overlays.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/pointers.exp ...
FAIL: gdb.base/pointers.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/pointers2.exp ...
UNRESOLVED: gdb.base/pointers2.exp: gdb.base/pointers2.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/printcmds.exp ...
UNRESOLVED: gdb.base/printcmds.exp: gdb.base/printcmds.exp: print $pc
FAIL: gdb.base/printcmds.exp: running to main in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/ptype.exp ...
XFAIL: gdb.base/ptype.exp: whatis unnamed typedef'd enum (compiler bug in IBM's xlc)
XFAIL: gdb.base/ptype.exp: ptype t_char_array
FAIL: gdb.base/ptype.exp: running to main in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/radix.exp ...
XFAIL: gdb.base/radix.exp: Float printing when output radix is 8
XFAIL: gdb.base/radix.exp: Float printing when output radix is 16
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/recurse.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/regs.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/relational.exp ...
FAIL: gdb.base/relational.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/reread.exp ...
UNRESOLVED: gdb.base/reread.exp: gdb.base/reread.exp: breakpoint foo in first file (PRMS 13484)
FAIL: gdb.base/reread.exp: run to foo() (PRMS 13484)
FAIL: gdb.base/reread.exp: run to foo() second time (PRMS 13484)
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/restore.exp ...
FAIL: gdb.base/restore.exp: running to driver in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/return.exp ...
FAIL: gdb.base/return.exp: running to func1 in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/scope.exp ...
FAIL: gdb.base/scope.exp: running to main in runto
FAIL: gdb.base/scope.exp: running to foo in runto
FAIL: gdb.base/scope.exp: running to bar in runto
FAIL: gdb.base/scope.exp: running to localscopes in runto
FAIL: gdb.base/scope.exp: setting breakpoint at autovars
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/sect-cmd.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/setshow.exp ...
FAIL: gdb.base/setshow.exp: running to main in runto
FAIL: gdb.base/setshow.exp: (timeout) annotation_level 2
FAIL: gdb.base/setshow.exp: annotation_level 1
FAIL: gdb.base/setshow.exp: annotation_level 0
ERROR: Got interactive prompt.
UNRESOLVED: gdb.base/setshow.exp: gdb.base/setshow.exp: set check range on
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/setvar.exp ...
FAIL: gdb.base/setvar.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/shlib-call.exp ...
UNRESOLVED: gdb.base/shlib-call.exp: gdb.base/shlib-call.exp: running to main in runto
ERROR: C function calling tests suppressed
UNRESOLVED: gdb.base/shlib-call.exp: gdb.base/shlib-call.exp: next to shr2
FAIL: gdb.base/shlib-call.exp: print  g
FAIL: gdb.base/shlib-call.exp: next over shr1
FAIL: gdb.base/shlib-call.exp: print  g
FAIL: gdb.base/shlib-call.exp: print  shr1(1)
FAIL: gdb.base/shlib-call.exp: print  shr1(g)
FAIL: gdb.base/shlib-call.exp: breakpoint function shr2
FAIL: gdb.base/shlib-call.exp: run until breakpoint set at a function
FAIL: gdb.base/shlib-call.exp: print  shr1(1)
FAIL: gdb.base/shlib-call.exp: print  mainshr1(1) from shlib func
FAIL: gdb.base/shlib-call.exp: step inside shr2 (shlib func)
FAIL: gdb.base/shlib-call.exp: step out of shr2 to main
FAIL: gdb.base/shlib-call.exp: print  mainshr1(1) from main
FAIL: gdb.base/shlib-call.exp: step into mainshr1
FAIL: gdb.base/shlib-call.exp: run to bp in shared library
FAIL: gdb.base/shlib-call.exp: cont
ERROR: Got interactive prompt.
UNRESOLVED: gdb.base/shlib-call.exp: gdb.base/shlib-call.exp: cont
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/sigall.exp ...
FAIL: gdb.base/sigall.exp: running to gen_ABRT in runto
FAIL: gdb.base/sigall.exp: b handle_ABRT
FAIL: gdb.base/sigall.exp: b gen_HUP
FAIL: gdb.base/sigall.exp: get signal ABRT
FAIL: gdb.base/sigall.exp: advance to HUP
FAIL: gdb.base/sigall.exp: b handle_HUP
FAIL: gdb.base/sigall.exp: b gen_QUIT
FAIL: gdb.base/sigall.exp: get signal HUP
FAIL: gdb.base/sigall.exp: advance to QUIT
FAIL: gdb.base/sigall.exp: b handle_QUIT
FAIL: gdb.base/sigall.exp: b gen_ILL
FAIL: gdb.base/sigall.exp: get signal QUIT
FAIL: gdb.base/sigall.exp: advance to ILL
FAIL: gdb.base/sigall.exp: b handle_ILL
FAIL: gdb.base/sigall.exp: b gen_EMT
FAIL: gdb.base/sigall.exp: get signal ILL
FAIL: gdb.base/sigall.exp: advance to EMT
FAIL: gdb.base/sigall.exp: b handle_EMT
FAIL: gdb.base/sigall.exp: b gen_FPE
FAIL: gdb.base/sigall.exp: get signal EMT
FAIL: gdb.base/sigall.exp: advance to FPE
FAIL: gdb.base/sigall.exp: b handle_FPE
FAIL: gdb.base/sigall.exp: b gen_BUS
FAIL: gdb.base/sigall.exp: get signal FPE
FAIL: gdb.base/sigall.exp: advance to BUS
FAIL: gdb.base/sigall.exp: b handle_BUS
FAIL: gdb.base/sigall.exp: b gen_SEGV
FAIL: gdb.base/sigall.exp: get signal BUS
FAIL: gdb.base/sigall.exp: advance to SEGV
FAIL: gdb.base/sigall.exp: b handle_SEGV
FAIL: gdb.base/sigall.exp: b gen_SYS
FAIL: gdb.base/sigall.exp: get signal SEGV
FAIL: gdb.base/sigall.exp: advance to SYS
FAIL: gdb.base/sigall.exp: b handle_SYS
FAIL: gdb.base/sigall.exp: b gen_PIPE
FAIL: gdb.base/sigall.exp: get signal SYS
FAIL: gdb.base/sigall.exp: advance to PIPE
FAIL: gdb.base/sigall.exp: b handle_PIPE
FAIL: gdb.base/sigall.exp: b gen_ALRM
FAIL: gdb.base/sigall.exp: get signal PIPE
FAIL: gdb.base/sigall.exp: advance to ALRM
FAIL: gdb.base/sigall.exp: b handle_ALRM
FAIL: gdb.base/sigall.exp: b gen_URG
FAIL: gdb.base/sigall.exp: get signal ALRM
FAIL: gdb.base/sigall.exp: advance to URG
FAIL: gdb.base/sigall.exp: b handle_URG
FAIL: gdb.base/sigall.exp: b gen_TSTP
FAIL: gdb.base/sigall.exp: get signal URG
FAIL: gdb.base/sigall.exp: advance to TSTP
FAIL: gdb.base/sigall.exp: b handle_TSTP
FAIL: gdb.base/sigall.exp: b gen_CONT
FAIL: gdb.base/sigall.exp: get signal TSTP
FAIL: gdb.base/sigall.exp: advance to CONT
FAIL: gdb.base/sigall.exp: b handle_CONT
FAIL: gdb.base/sigall.exp: b gen_CHLD
FAIL: gdb.base/sigall.exp: get signal CONT
FAIL: gdb.base/sigall.exp: advance to CHLD
FAIL: gdb.base/sigall.exp: b handle_CHLD
FAIL: gdb.base/sigall.exp: b gen_TTIN
FAIL: gdb.base/sigall.exp: get signal CHLD
FAIL: gdb.base/sigall.exp: advance to TTIN
FAIL: gdb.base/sigall.exp: b handle_TTIN
FAIL: gdb.base/sigall.exp: b gen_TTOU
FAIL: gdb.base/sigall.exp: get signal TTIN
FAIL: gdb.base/sigall.exp: advance to TTOU
FAIL: gdb.base/sigall.exp: b handle_TTOU
FAIL: gdb.base/sigall.exp: b gen_IO
FAIL: gdb.base/sigall.exp: get signal TTOU
FAIL: gdb.base/sigall.exp: advance to IO
FAIL: gdb.base/sigall.exp: b handle_IO
FAIL: gdb.base/sigall.exp: b gen_XCPU
FAIL: gdb.base/sigall.exp: get signal IO
FAIL: gdb.base/sigall.exp: advance to XCPU
FAIL: gdb.base/sigall.exp: b handle_XCPU
FAIL: gdb.base/sigall.exp: b gen_XFSZ
FAIL: gdb.base/sigall.exp: get signal XCPU
FAIL: gdb.base/sigall.exp: advance to XFSZ
FAIL: gdb.base/sigall.exp: b handle_XFSZ
FAIL: gdb.base/sigall.exp: b gen_VTALRM
FAIL: gdb.base/sigall.exp: get signal XFSZ
FAIL: gdb.base/sigall.exp: advance to VTALRM
FAIL: gdb.base/sigall.exp: b handle_VTALRM
FAIL: gdb.base/sigall.exp: b gen_PROF
FAIL: gdb.base/sigall.exp: get signal VTALRM
FAIL: gdb.base/sigall.exp: advance to PROF
FAIL: gdb.base/sigall.exp: b handle_PROF
FAIL: gdb.base/sigall.exp: b gen_WINCH
FAIL: gdb.base/sigall.exp: get signal PROF
FAIL: gdb.base/sigall.exp: advance to WINCH
FAIL: gdb.base/sigall.exp: b handle_WINCH
FAIL: gdb.base/sigall.exp: b gen_LOST
FAIL: gdb.base/sigall.exp: get signal WINCH
FAIL: gdb.base/sigall.exp: advance to LOST
FAIL: gdb.base/sigall.exp: b handle_LOST
FAIL: gdb.base/sigall.exp: b gen_USR1
FAIL: gdb.base/sigall.exp: get signal LOST
FAIL: gdb.base/sigall.exp: advance to USR1
FAIL: gdb.base/sigall.exp: b handle_USR1
FAIL: gdb.base/sigall.exp: b gen_USR2
FAIL: gdb.base/sigall.exp: get signal USR1
FAIL: gdb.base/sigall.exp: advance to USR2
FAIL: gdb.base/sigall.exp: b handle_USR2
FAIL: gdb.base/sigall.exp: b gen_PWR
FAIL: gdb.base/sigall.exp: get signal USR2
FAIL: gdb.base/sigall.exp: advance to PWR
FAIL: gdb.base/sigall.exp: b handle_PWR
FAIL: gdb.base/sigall.exp: b gen_POLL
FAIL: gdb.base/sigall.exp: get signal PWR
FAIL: gdb.base/sigall.exp: advance to POLL
FAIL: gdb.base/sigall.exp: b handle_POLL
FAIL: gdb.base/sigall.exp: b gen_WIND
FAIL: gdb.base/sigall.exp: get signal POLL
FAIL: gdb.base/sigall.exp: advance to WIND
FAIL: gdb.base/sigall.exp: b handle_WIND
FAIL: gdb.base/sigall.exp: b gen_PHONE
FAIL: gdb.base/sigall.exp: get signal WIND
FAIL: gdb.base/sigall.exp: advance to PHONE
FAIL: gdb.base/sigall.exp: b handle_PHONE
FAIL: gdb.base/sigall.exp: b gen_WAITING
FAIL: gdb.base/sigall.exp: get signal PHONE
FAIL: gdb.base/sigall.exp: advance to WAITING
FAIL: gdb.base/sigall.exp: b handle_WAITING
FAIL: gdb.base/sigall.exp: b gen_LWP
FAIL: gdb.base/sigall.exp: get signal WAITING
FAIL: gdb.base/sigall.exp: advance to LWP
FAIL: gdb.base/sigall.exp: b handle_LWP
FAIL: gdb.base/sigall.exp: b gen_DANGER
FAIL: gdb.base/sigall.exp: get signal LWP
FAIL: gdb.base/sigall.exp: advance to DANGER
FAIL: gdb.base/sigall.exp: b handle_DANGER
FAIL: gdb.base/sigall.exp: b gen_GRANT
FAIL: gdb.base/sigall.exp: get signal DANGER
FAIL: gdb.base/sigall.exp: advance to GRANT
FAIL: gdb.base/sigall.exp: b handle_GRANT
FAIL: gdb.base/sigall.exp: b gen_RETRACT
FAIL: gdb.base/sigall.exp: get signal GRANT
FAIL: gdb.base/sigall.exp: advance to RETRACT
FAIL: gdb.base/sigall.exp: b handle_RETRACT
FAIL: gdb.base/sigall.exp: b gen_MSG
FAIL: gdb.base/sigall.exp: get signal RETRACT
FAIL: gdb.base/sigall.exp: advance to MSG
FAIL: gdb.base/sigall.exp: b handle_MSG
FAIL: gdb.base/sigall.exp: b gen_SOUND
FAIL: gdb.base/sigall.exp: get signal MSG
FAIL: gdb.base/sigall.exp: advance to SOUND
FAIL: gdb.base/sigall.exp: b handle_SOUND
FAIL: gdb.base/sigall.exp: b gen_SAK
FAIL: gdb.base/sigall.exp: get signal SOUND
FAIL: gdb.base/sigall.exp: advance to SAK
FAIL: gdb.base/sigall.exp: b handle_SAK
FAIL: gdb.base/sigall.exp: b gen_PRIO
FAIL: gdb.base/sigall.exp: get signal SAK
FAIL: gdb.base/sigall.exp: advance to PRIO
FAIL: gdb.base/sigall.exp: b handle_PRIO
FAIL: gdb.base/sigall.exp: b gen_33
FAIL: gdb.base/sigall.exp: get signal PRIO
FAIL: gdb.base/sigall.exp: advance to 33
FAIL: gdb.base/sigall.exp: b handle_33
FAIL: gdb.base/sigall.exp: b gen_34
FAIL: gdb.base/sigall.exp: get signal 33
FAIL: gdb.base/sigall.exp: advance to 34
FAIL: gdb.base/sigall.exp: b handle_34
FAIL: gdb.base/sigall.exp: b gen_35
FAIL: gdb.base/sigall.exp: get signal 34
FAIL: gdb.base/sigall.exp: advance to 35
FAIL: gdb.base/sigall.exp: b handle_35
FAIL: gdb.base/sigall.exp: b gen_36
FAIL: gdb.base/sigall.exp: get signal 35
FAIL: gdb.base/sigall.exp: advance to 36
FAIL: gdb.base/sigall.exp: b handle_36
FAIL: gdb.base/sigall.exp: b gen_37
FAIL: gdb.base/sigall.exp: get signal 36
FAIL: gdb.base/sigall.exp: advance to 37
FAIL: gdb.base/sigall.exp: b handle_37
FAIL: gdb.base/sigall.exp: b gen_38
FAIL: gdb.base/sigall.exp: get signal 37
FAIL: gdb.base/sigall.exp: advance to 38
FAIL: gdb.base/sigall.exp: b handle_38
FAIL: gdb.base/sigall.exp: b gen_39
FAIL: gdb.base/sigall.exp: get signal 38
FAIL: gdb.base/sigall.exp: advance to 39
FAIL: gdb.base/sigall.exp: b handle_39
FAIL: gdb.base/sigall.exp: b gen_40
FAIL: gdb.base/sigall.exp: get signal 39
FAIL: gdb.base/sigall.exp: advance to 40
FAIL: gdb.base/sigall.exp: b handle_40
FAIL: gdb.base/sigall.exp: b gen_41
FAIL: gdb.base/sigall.exp: get signal 40
FAIL: gdb.base/sigall.exp: advance to 41
FAIL: gdb.base/sigall.exp: b handle_41
FAIL: gdb.base/sigall.exp: b gen_42
FAIL: gdb.base/sigall.exp: get signal 41
FAIL: gdb.base/sigall.exp: advance to 42
FAIL: gdb.base/sigall.exp: b handle_42
FAIL: gdb.base/sigall.exp: b gen_43
FAIL: gdb.base/sigall.exp: get signal 42
FAIL: gdb.base/sigall.exp: advance to 43
FAIL: gdb.base/sigall.exp: b handle_43
FAIL: gdb.base/sigall.exp: b gen_44
FAIL: gdb.base/sigall.exp: get signal 43
FAIL: gdb.base/sigall.exp: advance to 44
FAIL: gdb.base/sigall.exp: b handle_44
FAIL: gdb.base/sigall.exp: b gen_45
FAIL: gdb.base/sigall.exp: get signal 44
FAIL: gdb.base/sigall.exp: advance to 45
FAIL: gdb.base/sigall.exp: b handle_45
FAIL: gdb.base/sigall.exp: b gen_46
FAIL: gdb.base/sigall.exp: get signal 45
FAIL: gdb.base/sigall.exp: advance to 46
FAIL: gdb.base/sigall.exp: b handle_46
FAIL: gdb.base/sigall.exp: b gen_47
FAIL: gdb.base/sigall.exp: get signal 46
FAIL: gdb.base/sigall.exp: advance to 47
FAIL: gdb.base/sigall.exp: b handle_47
FAIL: gdb.base/sigall.exp: b gen_48
FAIL: gdb.base/sigall.exp: get signal 47
FAIL: gdb.base/sigall.exp: advance to 48
FAIL: gdb.base/sigall.exp: b handle_48
FAIL: gdb.base/sigall.exp: b gen_49
FAIL: gdb.base/sigall.exp: get signal 48
FAIL: gdb.base/sigall.exp: advance to 49
FAIL: gdb.base/sigall.exp: b handle_49
FAIL: gdb.base/sigall.exp: b gen_50
FAIL: gdb.base/sigall.exp: get signal 49
FAIL: gdb.base/sigall.exp: advance to 50
FAIL: gdb.base/sigall.exp: b handle_50
FAIL: gdb.base/sigall.exp: b gen_51
FAIL: gdb.base/sigall.exp: get signal 50
FAIL: gdb.base/sigall.exp: advance to 51
FAIL: gdb.base/sigall.exp: b handle_51
FAIL: gdb.base/sigall.exp: b gen_52
FAIL: gdb.base/sigall.exp: get signal 51
FAIL: gdb.base/sigall.exp: advance to 52
FAIL: gdb.base/sigall.exp: b handle_52
FAIL: gdb.base/sigall.exp: b gen_53
FAIL: gdb.base/sigall.exp: get signal 52
FAIL: gdb.base/sigall.exp: advance to 53
FAIL: gdb.base/sigall.exp: b handle_53
FAIL: gdb.base/sigall.exp: b gen_54
FAIL: gdb.base/sigall.exp: get signal 53
FAIL: gdb.base/sigall.exp: advance to 54
FAIL: gdb.base/sigall.exp: b handle_54
FAIL: gdb.base/sigall.exp: b gen_55
FAIL: gdb.base/sigall.exp: get signal 54
FAIL: gdb.base/sigall.exp: advance to 55
FAIL: gdb.base/sigall.exp: b handle_55
FAIL: gdb.base/sigall.exp: b gen_56
FAIL: gdb.base/sigall.exp: get signal 55
FAIL: gdb.base/sigall.exp: advance to 56
FAIL: gdb.base/sigall.exp: b handle_56
FAIL: gdb.base/sigall.exp: b gen_57
FAIL: gdb.base/sigall.exp: get signal 56
FAIL: gdb.base/sigall.exp: advance to 57
FAIL: gdb.base/sigall.exp: b handle_57
FAIL: gdb.base/sigall.exp: b gen_58
FAIL: gdb.base/sigall.exp: get signal 57
FAIL: gdb.base/sigall.exp: advance to 58
FAIL: gdb.base/sigall.exp: b handle_58
FAIL: gdb.base/sigall.exp: b gen_59
FAIL: gdb.base/sigall.exp: get signal 58
FAIL: gdb.base/sigall.exp: advance to 59
FAIL: gdb.base/sigall.exp: b handle_59
FAIL: gdb.base/sigall.exp: b gen_60
FAIL: gdb.base/sigall.exp: get signal 59
FAIL: gdb.base/sigall.exp: advance to 60
FAIL: gdb.base/sigall.exp: b handle_60
FAIL: gdb.base/sigall.exp: b gen_61
FAIL: gdb.base/sigall.exp: get signal 60
FAIL: gdb.base/sigall.exp: advance to 61
FAIL: gdb.base/sigall.exp: b handle_61
FAIL: gdb.base/sigall.exp: b gen_62
FAIL: gdb.base/sigall.exp: get signal 61
FAIL: gdb.base/sigall.exp: advance to 62
FAIL: gdb.base/sigall.exp: b handle_62
FAIL: gdb.base/sigall.exp: b gen_63
FAIL: gdb.base/sigall.exp: get signal 62
FAIL: gdb.base/sigall.exp: advance to 63
FAIL: gdb.base/sigall.exp: b handle_63
FAIL: gdb.base/sigall.exp: b gen_TERM
FAIL: gdb.base/sigall.exp: get signal 63
FAIL: gdb.base/sigall.exp: advance to TERM
FAIL: gdb.base/sigall.exp: b handle_TERM
FAIL: gdb.base/sigall.exp: get signal TERM
FAIL: gdb.base/sigall.exp: send signal TERM
FAIL: gdb.base/sigall.exp: continue to sigall exit
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/signals.exp ...
FAIL: gdb.base/signals.exp: running to main in runto
FAIL: gdb.base/signals.exp: setting breakpoint at main
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/smoke.exp ...
FAIL: gdb.base/smoke.exp: hit bp
FAIL: gdb.base/smoke.exp: next
FAIL: gdb.base/smoke.exp: step
FAIL: gdb.base/smoke.exp: print y in binary
FAIL: gdb.base/smoke.exp: set watch
FAIL: gdb.base/smoke.exp: continue, hit watch
FAIL: gdb.base/smoke.exp: continue, 2nd hit watch
FAIL: gdb.base/smoke.exp: hit bp
FAIL: gdb.base/smoke.exp: bt
FAIL: gdb.base/smoke.exp: finish
FAIL: gdb.base/smoke.exp: hit bp again
FAIL: gdb.base/smoke.exp: clear
FAIL: gdb.base/smoke.exp: call, didn't hit watch
FAIL: gdb.base/smoke.exp: info break
FAIL: gdb.base/smoke.exp: pgm exit
FAIL: gdb.base/smoke.exp: run to main
FAIL: gdb.base/smoke.exp: ptype
FAIL: gdb.base/smoke.exp: step
FAIL: gdb.base/smoke.exp: anon
FAIL: gdb.base/smoke.exp: print inherited class
FAIL: gdb.base/smoke.exp: set via print
FAIL: gdb.base/smoke.exp: run to end
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/so-impl-ld.exp ...
XFAIL: gdb.base/so-impl-ld.exp: running to main in runto
FAIL: gdb.base/so-impl-ld.exp: implicit solibs tests suppressed
FAIL: gdb.base/so-impl-ld.exp: step over solib call
FAIL: gdb.base/so-impl-ld.exp: step into solib call
FAIL: gdb.base/so-impl-ld.exp: step in solib call
FAIL: gdb.base/so-impl-ld.exp: step out of solib call
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/so-indr-cl.exp ...
XFAIL: gdb.base/so-indr-cl.exp: break on indirect solib call before running
FAIL: gdb.base/so-indr-cl.exp: running to main in runto
FAIL: gdb.base/so-indr-cl.exp: indirect solib call tests suppressed
FAIL: gdb.base/so-indr-cl.exp: break on indirect solib call after running
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/solib.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/step-test.exp ...
FAIL: gdb.base/step-test.exp: running to main in runto
FAIL: gdb.base/step-test.exp: Can't run to main
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/structs2.exp ...
FAIL: gdb.base/structs2.exp: running to main in runto
FAIL: gdb.base/structs2.exp: structs2 sanity check (PRMS 13536)
FAIL: gdb.base/structs2.exp: structs2 breakpoint set (PRMS 13536)
FAIL: gdb.base/structs2.exp: structs2 continue1 (PRMS 13536)
FAIL: gdb.base/structs2.exp: structs2 continue2 (PRMS 13536)
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/term.exp ...
FAIL: gdb.base/term.exp: term.exp, factorial didn't run to completion for info terminal
FAIL: gdb.base/term.exp: setting breakpoint at main
FAIL: gdb.base/term.exp: info terminal at breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/twice.exp ...
FAIL: gdb.base/twice.exp: running to main in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/varargs.exp ...
FAIL: gdb.base/varargs.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/volatile.exp ...
UNRESOLVED: gdb.base/volatile.exp: gdb.base/volatile.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/watchpoint.exp ...
UNRESOLVED: gdb.base/watchpoint.exp: gdb.base/watchpoint.exp: set breakpoint at marker1
FAIL: gdb.base/watchpoint.exp: run to marker1 in test_simple_watchpoint
FAIL: gdb.base/watchpoint.exp: run to marker1 in test_disabling_watchpoints
FAIL: gdb.base/watchpoint.exp: setting breakpoint at marker1
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/whatis-exp.exp ...
FAIL: gdb.base/whatis-exp.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.base/whatis.exp ...
UNRESOLVED: gdb.base/whatis.exp: gdb.base/whatis.exp: whatis char
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/anon-union.exp ...
FAIL: gdb.c++/anon-union.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/classes.exp ...
UNRESOLVED: gdb.c++/classes.exp: gdb.c++/classes.exp: running to main in runto
XFAIL: gdb.c++/classes.exp: ptype struct protected_struct
XFAIL: gdb.c++/classes.exp: ptype struct private_struct
XFAIL: gdb.c++/classes.exp: ptype struct mixed_protection_struct
XFAIL: gdb.c++/classes.exp: ptype class public_class (FIXME)
XFAIL: gdb.c++/classes.exp: ptype class protected_class
XFAIL: gdb.c++/classes.exp: ptype class default_private_class
XFAIL: gdb.c++/classes.exp: ptype class explicit_private_class
XFAIL: gdb.c++/classes.exp: ptype class mixed_protection_class
XFAIL: gdb.c++/classes.exp: ptype class B
XFAIL: gdb.c++/classes.exp: ptype class C
XFAIL: gdb.c++/classes.exp: ptype class D
XFAIL: gdb.c++/classes.exp: ptype class E
XFAIL: gdb.c++/classes.exp: ptype class vB
XFAIL: gdb.c++/classes.exp: ptype class vC
XFAIL: gdb.c++/classes.exp: ptype class vD
XFAIL: gdb.c++/classes.exp: ptype class vE
XFAIL: gdb.c++/classes.exp: ptype class Base1
XFAIL: gdb.c++/classes.exp: ptype class Foo
XFAIL: gdb.c++/classes.exp: ptype class Bar
FAIL: gdb.c++/classes.exp: setting breakpoint at 'inheritance2(void)'
FAIL: gdb.c++/classes.exp: setting breakpoint at main
FAIL: gdb.c++/classes.exp: setting breakpoint at marker_reg1
FAIL: gdb.c++/classes.exp: set break 498
FAIL: gdb.c++/classes.exp: (timeout) print obj_with_enum (1)
FAIL: gdb.c++/classes.exp: (timeout) next
FAIL: gdb.c++/classes.exp: (timeout) print obj_with_enum (2)
FAIL: gdb.c++/classes.exp: (timeout) print obj_with_enum.priv_enum
FAIL: gdb.c++/classes.exp: (timeout) ptype obj_with_enum.priv_enum
FAIL: gdb.c++/classes.exp: (timeout) ptype obj_with_enum
FAIL: gdb.c++/classes.exp: (timeout) print (ClassWithEnum::PrivEnum) 42
FAIL: gdb.c++/classes.exp: (timeout) demangle
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/cplusfuncs.exp ...
FAIL: gdb.c++/cplusfuncs.exp: running to main in runto
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(signed char)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(unsigned char)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(unsigned int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(unsigned long)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(unsigned short)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(char)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(double)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(float)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(long)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(short)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overload1arg(void)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int, int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int, int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int, int, int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int, int, int, int, int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator&&(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator&=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator&(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator/=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator^=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator<<=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator%=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator-=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator*=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator|=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator+=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator>>=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator()(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator, (foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator~(void)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator delete(void *)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator/(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator==(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator^(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator>=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator>(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator<=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator<<(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator<(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator%(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator-(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator*(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator--(int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator!=(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator!(void)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator new'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator||(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator char *(void)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator int(void)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator|(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator+(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator++(int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator->(void)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator->*(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator>>(foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'foo::operator[](foo &)'
FAIL: gdb.c++/cplusfuncs.exp: print &'hairyfunc1(int)'
FAIL: gdb.c++/cplusfuncs.exp: print &'hairyfunc2(int (*)(char *))'
FAIL: gdb.c++/cplusfuncs.exp: print &'hairyfunc3(int (*)(short (*)(long *)))'
FAIL: gdb.c++/cplusfuncs.exp: print &'hairyfunc4(int (*)(short (*)(char *)))'
FAIL: gdb.c++/cplusfuncs.exp: print &'hairyfunc5(int (*(*)(char *))(long))'
FAIL: gdb.c++/cplusfuncs.exp: print &'hairyfunc6(int (*(*)(int *))(long))'
FAIL: gdb.c++/cplusfuncs.exp: print &'hairyfunc7(int (*(*)(int (*)(char *)))(long))'
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator&&("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator&=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator&("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator/=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator^=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator<<=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator%=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator-=("
XFAIL: gdb.c++/cplusfuncs.exp: info function for "operator*=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator|=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator+=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator>>=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator()("
XFAIL: gdb.c++/cplusfuncs.exp: info function for "operator,("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator~("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator delete("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator/("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator==("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator^("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator>=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator>("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator<=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator<<("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator<("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator%("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator-("
XFAIL: gdb.c++/cplusfuncs.exp: info function for "operator*("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator--("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator!=("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator!("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator new("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator||("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator char \*("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator int("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator|("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator+("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator++("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator->("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator->\*("
FAIL: gdb.c++/cplusfuncs.exp: info function for "operator>>("
XFAIL: gdb.c++/cplusfuncs.exp: info function for "operator\[\]("
FAIL: gdb.c++/cplusfuncs.exp: info function for ".perator\[\]("
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/demangle.exp ...
XFAIL: gdb.c++/demangle.exp: maint demangle __vtbl__3foo__vt_cc_main_
FAIL: gdb.c++/demangle.exp: maint demangle __dt__21T5__pt__11_PFiPPdPv_iFv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__11T5__pt__2_iFv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__11T5__pt__2_cFv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__12T5__pt__3_1xFv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__17T5__pt__8_PFcPv_iFv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__21T5__pt__11_PFiPPdPv_iFi
FAIL: gdb.c++/demangle.exp: maint demangle __dl__12T5__pt__3_1xSFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__11T5__pt__2_iFi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__11T5__pt__2_cFi
FAIL: gdb.c++/demangle.exp: maint demangle __dl__17T5__pt__8_PFcPv_iSFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__12T5__pt__3_1xFi
FAIL: gdb.c++/demangle.exp: maint demangle __dl__21T5__pt__11_PFiPPdPv_iSFPv
FAIL: gdb.c++/demangle.exp: maint demangle __dl__11T5__pt__2_iSFPv
FAIL: gdb.c++/demangle.exp: maint demangle __dl__11T5__pt__2_cSFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__17T5__pt__8_PFcPv_iFi
FAIL: gdb.c++/demangle.exp: maint demangle __dt__11T1__pt__2_cFv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__12T1__pt__3_1tFv
FAIL: gdb.c++/demangle.exp: maint demangle __dl__12T1__pt__3_1tSFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__11T1__pt__2_cFi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__11T1__pt__2_cFv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__12T1__pt__3_1tFi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__12T1__pt__3_1tFv
FAIL: gdb.c++/demangle.exp: maint demangle __dl__11T1__pt__2_cSFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__15vector__pt__2_dFi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__15vector__pt__2_iFi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__25DListNode__pt__9_R6RLabelFR6RLabelP25DListNode__pt__9_R6RLabelT2
FAIL: gdb.c++/demangle.exp: maint demangle __dt__2T5XTPFiPPdPv_i__Fv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__2T5XTi__Fv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__2T5XTc__Fv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__2T5XT1x__Fv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__2T5XTPFcPv_i__Fv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T5XTPFiPPdPv_i__Fi
FAIL: gdb.c++/demangle.exp: maint demangle __dl__2T5XT1x__SFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T5XTi__Fi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T5XTc__Fi
FAIL: gdb.c++/demangle.exp: maint demangle __dl__2T5XTPFcPv_i__SFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T5XT1x__Fi
FAIL: gdb.c++/demangle.exp: maint demangle __dl__2T5XTPFiPPdPv_i__SFPv
FAIL: gdb.c++/demangle.exp: maint demangle __dl__2T5XTi__SFPv
FAIL: gdb.c++/demangle.exp: maint demangle __dl__2T5XTc__SFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T5XTPFcPv_i__Fi
FAIL: gdb.c++/demangle.exp: maint demangle __dt__2T1XTc__Fv
FAIL: gdb.c++/demangle.exp: maint demangle __dt__2T1XT1t__Fv
FAIL: gdb.c++/demangle.exp: maint demangle __dl__2T1XT1t__SFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T1XTc__Fi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T1XTc__Fv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T1XT1t__Fi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T1XT1t__Fv
FAIL: gdb.c++/demangle.exp: maint demangle __dl__2T1XTc__SFPv
FAIL: gdb.c++/demangle.exp: maint demangle __ct__6vectorXTd__Fi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__6vectorXTi__Fi
FAIL: gdb.c++/demangle.exp: maint demangle __ct__9DListNodeXTR6RLabel__FR6RLabelP9DListNodeXTR6RLabel_T2
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T5XTPFcPv_i__Fi_2
FAIL: gdb.c++/demangle.exp: maint demangle __ct__2T5XTPFcPv_i__Fi_19
FAIL: gdb.c++/demangle.exp: maint demangle add__XTPfTFPd_f_FcT1
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/derivation.exp ...
FAIL: gdb.c++/derivation.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/inherit.exp ...
UNRESOLVED: gdb.c++/inherit.exp: gdb.c++/inherit.exp: set language c++
FAIL: gdb.c++/inherit.exp: running to main in runto
XFAIL: gdb.c++/inherit.exp: ptype A (FIXME)
XFAIL: gdb.c++/inherit.exp: ptype class A (FIXME)
XFAIL: gdb.c++/inherit.exp: ptype g_A (FIXME)
XFAIL: gdb.c++/inherit.exp: ptype B
XFAIL: gdb.c++/inherit.exp: ptype class B
XFAIL: gdb.c++/inherit.exp: ptype g_B
XFAIL: gdb.c++/inherit.exp: ptype C
XFAIL: gdb.c++/inherit.exp: ptype class C
XFAIL: gdb.c++/inherit.exp: ptype g_C
XFAIL: gdb.c++/inherit.exp: ptype D
XFAIL: gdb.c++/inherit.exp: ptype class D
XFAIL: gdb.c++/inherit.exp: ptype g_D
XFAIL: gdb.c++/inherit.exp: ptype E
XFAIL: gdb.c++/inherit.exp: ptype class E
XFAIL: gdb.c++/inherit.exp: ptype g_E
FAIL: gdb.c++/inherit.exp: ptype vA
XFAIL: gdb.c++/inherit.exp: ptype vB
XFAIL: gdb.c++/inherit.exp: ptype class vB
XFAIL: gdb.c++/inherit.exp: ptype g_vB
XFAIL: gdb.c++/inherit.exp: ptype vC
XFAIL: gdb.c++/inherit.exp: ptype class vC
XFAIL: gdb.c++/inherit.exp: ptype g_vC
XFAIL: gdb.c++/inherit.exp: ptype vD
XFAIL: gdb.c++/inherit.exp: ptype class vD
XFAIL: gdb.c++/inherit.exp: ptype g_vD
XFAIL: gdb.c++/inherit.exp: ptype vE
XFAIL: gdb.c++/inherit.exp: ptype class vE
XFAIL: gdb.c++/inherit.exp: ptype g_vE
FAIL: gdb.c++/inherit.exp: setting breakpoint at 'inheritance2(void)'
FAIL: gdb.c++/inherit.exp: print g_A.A::a
FAIL: gdb.c++/inherit.exp: print g_A.A::x
FAIL: gdb.c++/inherit.exp: print g_A.a
FAIL: gdb.c++/inherit.exp: print g_A.x
FAIL: gdb.c++/inherit.exp: print g_B.A::a
FAIL: gdb.c++/inherit.exp: print g_B.A::x
FAIL: gdb.c++/inherit.exp: print g_B.B::b
FAIL: gdb.c++/inherit.exp: print g_B.B::x
XFAIL: gdb.c++/inherit.exp: print g_B.a
FAIL: gdb.c++/inherit.exp: print g_B.b
FAIL: gdb.c++/inherit.exp: print g_B.x
FAIL: gdb.c++/inherit.exp: print g_C.A::a
FAIL: gdb.c++/inherit.exp: print g_C.A::x
FAIL: gdb.c++/inherit.exp: print g_C.C::c
FAIL: gdb.c++/inherit.exp: print g_C.C::x
XFAIL: gdb.c++/inherit.exp: print g_C.a
FAIL: gdb.c++/inherit.exp: print g_C.c
FAIL: gdb.c++/inherit.exp: print g_C.x
FAIL: gdb.c++/inherit.exp: print g_A
XFAIL: gdb.c++/inherit.exp: print g_B
XFAIL: gdb.c++/inherit.exp: print g_C
FAIL: gdb.c++/inherit.exp: print g_A.A::a
FAIL: gdb.c++/inherit.exp: print g_A.A::x
FAIL: gdb.c++/inherit.exp: print g_B.A::a
FAIL: gdb.c++/inherit.exp: print g_B.A::x
FAIL: gdb.c++/inherit.exp: print g_B.B::b
FAIL: gdb.c++/inherit.exp: print g_B.B::x
FAIL: gdb.c++/inherit.exp: print g_C.A::a
FAIL: gdb.c++/inherit.exp: print g_C.A::x
FAIL: gdb.c++/inherit.exp: print g_C.C::c
FAIL: gdb.c++/inherit.exp: print g_C.C::x
XFAIL: gdb.c++/inherit.exp: print g_D.A::a
XFAIL: gdb.c++/inherit.exp: print g_D.A::x
FAIL: gdb.c++/inherit.exp: print g_D.B::b
FAIL: gdb.c++/inherit.exp: print g_D.B::x
XFAIL: gdb.c++/inherit.exp: print g_D.C::c
XFAIL: gdb.c++/inherit.exp: print g_D.C::x
FAIL: gdb.c++/inherit.exp: print g_D.D::d
FAIL: gdb.c++/inherit.exp: print g_D.D::x
XFAIL: gdb.c++/inherit.exp: print g_E.A::a
XFAIL: gdb.c++/inherit.exp: print g_E.A::x
FAIL: gdb.c++/inherit.exp: print g_E.B::b
FAIL: gdb.c++/inherit.exp: print g_E.B::x
XFAIL: gdb.c++/inherit.exp: print g_E.C::c
XFAIL: gdb.c++/inherit.exp: print g_E.C::x
FAIL: gdb.c++/inherit.exp: print g_E.D::d
FAIL: gdb.c++/inherit.exp: print g_E.D::x
FAIL: gdb.c++/inherit.exp: print g_E.E::e
FAIL: gdb.c++/inherit.exp: print g_E.E::x
XFAIL: gdb.c++/inherit.exp: print g_D
XFAIL: gdb.c++/inherit.exp: print g_E
XFAIL: gdb.c++/inherit.exp: print anonymous union member
XFAIL: gdb.c++/inherit.exp: print variable of type anonymous union
XFAIL: gdb.c++/inherit.exp: print type of anonymous union
FAIL: gdb.c++/inherit.exp: setting breakpoint at 'inheritance4(void)'
FAIL: gdb.c++/inherit.exp: print g_vA.vA::va
FAIL: gdb.c++/inherit.exp: print g_vA.vA::vx
FAIL: gdb.c++/inherit.exp: print g_vA.va
FAIL: gdb.c++/inherit.exp: print g_vA.vx
XFAIL: gdb.c++/inherit.exp: print g_vB.vA::va
XFAIL: gdb.c++/inherit.exp: print g_vB.vA::vx
FAIL: gdb.c++/inherit.exp: print g_vB.vB::vb
FAIL: gdb.c++/inherit.exp: print g_vB.vB::vx
XFAIL: gdb.c++/inherit.exp: print g_vB.va
FAIL: gdb.c++/inherit.exp: print g_vB.vb
FAIL: gdb.c++/inherit.exp: print g_vB.vx
XFAIL: gdb.c++/inherit.exp: print g_vC.vA::va
XFAIL: gdb.c++/inherit.exp: print g_vC.vA::vx
FAIL: gdb.c++/inherit.exp: print g_vC.vC::vc
FAIL: gdb.c++/inherit.exp: print g_vC.vC::vx
XFAIL: gdb.c++/inherit.exp: print g_vC.va
FAIL: gdb.c++/inherit.exp: print g_vC.vc
FAIL: gdb.c++/inherit.exp: print g_vC.vx
FAIL: gdb.c++/inherit.exp: print g_vA
XFAIL: gdb.c++/inherit.exp: print g_vB
XFAIL: gdb.c++/inherit.exp: print g_vC
XFAIL: gdb.c++/inherit.exp: print g_vD.vA::va
XFAIL: gdb.c++/inherit.exp: print g_vD.vA::vx
XFAIL: gdb.c++/inherit.exp: print g_vD.vB::vb
XFAIL: gdb.c++/inherit.exp: print g_vD.vB::vx
XFAIL: gdb.c++/inherit.exp: print g_vD.vC::vc
XFAIL: gdb.c++/inherit.exp: print g_vD.vC::vx
FAIL: gdb.c++/inherit.exp: print g_vD.vD::vd
FAIL: gdb.c++/inherit.exp: print g_vD.vD::vx
XFAIL: gdb.c++/inherit.exp: print g_vE.vA::va
XFAIL: gdb.c++/inherit.exp: print g_vE.vA::vx
XFAIL: gdb.c++/inherit.exp: print g_vE.vB::vb
XFAIL: gdb.c++/inherit.exp: print g_vE.vB::vx
XFAIL: gdb.c++/inherit.exp: print g_vE.vC::vc
XFAIL: gdb.c++/inherit.exp: print g_vE.vC::vx
XFAIL: gdb.c++/inherit.exp: print g_vE.vD::vd
FAIL: gdb.c++/inherit.exp: print g_vE.vD::vx
FAIL: gdb.c++/inherit.exp: print g_vE.vE::ve
FAIL: gdb.c++/inherit.exp: print g_vE.vE::vx
XFAIL: gdb.c++/inherit.exp: print g_vD
XFAIL: gdb.c++/inherit.exp: print g_vE
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/local.exp ...
gdb compile failed, /play/egcs-release/egcs/gcc/dwarfout.c:5253: Internal compiler error in function dwarfout_file_scope_decl
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

ERROR: (timeout) GDB never initialized after 10 seconds.
WARNING: remote_expect statement without a default case?!
ERROR: couldn't load /home3/gdb/g/gdb/testsuite/gdb.c++/local into /home3/gdb/g/gdb/testsuite/../../gdb/gdb (end of file).
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.c++/local.exp: gdb.c++/local.exp: setting breakpoint at main (timeout)
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/member-ptr.exp ...
UNRESOLVED: gdb.c++/member-ptr.exp: gdb.c++/member-ptr.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/method.exp ...
UNRESOLVED: gdb.c++/method.exp: gdb.c++/method.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/misc.exp ...
UNRESOLVED: gdb.c++/misc.exp: gdb.c++/misc.exp: deduced language is C++, before full symbols
FAIL: gdb.c++/misc.exp: running to main in runto
FAIL: gdb.c++/misc.exp: print s.a for foo struct (known gcc 2.7.2 and earlier bug)
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/overload.exp ...
FAIL: gdb.c++/overload.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/ovldbreak.exp ...
UNRESOLVED: gdb.c++/ovldbreak.exp: gdb.c++/ovldbreak.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/ref-types.exp ...
UNRESOLVED: gdb.c++/ref-types.exp: gdb.c++/ref-types.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/ref-types2.exp ...
UNRESOLVED: gdb.c++/ref-types2.exp: gdb.c++/ref-types2.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/templates.exp ...
gdb compile failed, ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/templates.cc: In function `int main()':
../../../gdb-4.17.86/gdb/testsuite/gdb.c++/templates.cc:727: could not convert template argument `0' to `char *'
../../../gdb-4.17.86/gdb/testsuite/gdb.c++/templates.cc:727: warning: ANSI C++ forbids declaration `quxint2' with no type
../../../gdb-4.17.86/gdb/testsuite/gdb.c++/templates.cc:742: request for member `qux' in `quxint2', which is of non-aggregate type `int'
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

ERROR: (timeout) GDB never initialized after 10 seconds.
WARNING: remote_expect statement without a default case?!
ERROR: couldn't load /home3/gdb/g/gdb/testsuite/gdb.c++/templates into /home3/gdb/g/gdb/testsuite/../../gdb/gdb (end of file).
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.c++/templates.exp: gdb.c++/templates.exp: setting breakpoint at main (timeout)
FAIL: gdb.c++/templates.exp: ptype T5<int> (timeout)
FAIL: gdb.c++/templates.exp: ptype t5i (timeout)
FAIL: gdb.c++/templates.exp: constructor breakpoint (timeout)
FAIL: gdb.c++/templates.exp: destructor breakpoint
FAIL: gdb.c++/templates.exp: value method breakpoint
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
UNRESOLVED: gdb.c++/templates.exp: gdb.c++/templates.exp: setting breakpoint at main (timeout)
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/userdef.exp ...
FAIL: gdb.c++/userdef.exp: running to main in runto
ERROR: couldn't run to breakpoint
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.c++/virtfunc.exp ...
UNRESOLVED: gdb.c++/virtfunc.exp: gdb.c++/virtfunc.exp: running to main in runto
FAIL: gdb.c++/virtfunc.exp: ptype VB
FAIL: gdb.c++/virtfunc.exp: ptype V
FAIL: gdb.c++/virtfunc.exp: ptype A
FAIL: gdb.c++/virtfunc.exp: ptype B
FAIL: gdb.c++/virtfunc.exp: ptype C
FAIL: gdb.c++/virtfunc.exp: ptype AD
FAIL: gdb.c++/virtfunc.exp: ptype D
FAIL: gdb.c++/virtfunc.exp: ptype E
FAIL: gdb.c++/virtfunc.exp: ptype dd
FAIL: gdb.c++/virtfunc.exp: ptype ppd
FAIL: gdb.c++/virtfunc.exp: ptype pAd
FAIL: gdb.c++/virtfunc.exp: ptype a
FAIL: gdb.c++/virtfunc.exp: ptype b
FAIL: gdb.c++/virtfunc.exp: ptype c
FAIL: gdb.c++/virtfunc.exp: ptype d
FAIL: gdb.c++/virtfunc.exp: ptype e
FAIL: gdb.c++/virtfunc.exp: ptype v
FAIL: gdb.c++/virtfunc.exp: ptype vb
FAIL: gdb.c++/virtfunc.exp: ptype pAa
FAIL: gdb.c++/virtfunc.exp: ptype pAe
FAIL: gdb.c++/virtfunc.exp: ptype pBe
FAIL: gdb.c++/virtfunc.exp: ptype pDd
FAIL: gdb.c++/virtfunc.exp: ptype pDe
FAIL: gdb.c++/virtfunc.exp: ptype pVa
FAIL: gdb.c++/virtfunc.exp: ptype pVv
FAIL: gdb.c++/virtfunc.exp: ptype pVe
FAIL: gdb.c++/virtfunc.exp: ptype pVd
FAIL: gdb.c++/virtfunc.exp: ptype pADe
FAIL: gdb.c++/virtfunc.exp: ptype pEe
FAIL: gdb.c++/virtfunc.exp: ptype pVB
FAIL: gdb.c++/virtfunc.exp: running to 'test_calls(void)' in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/builtins.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/callch.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/chexp.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/chillvars.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/enum.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/extstruct.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/gch1041.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/gch1272.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/gch1280.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/gch922.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/gch981.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/misc.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/powerset.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-4975.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-5016.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-5020.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-5022.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-5646.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-5984.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-6292.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-6632.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-8134.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-8136.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-8405.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-8742.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-8894.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-9095.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/pr-9946.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/result.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/string.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/tests1.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/tests2.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.chill/tuples.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.disasm/hppa.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.disasm/mn10200.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.disasm/mn10300.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.disasm/sh3.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.fortran/exprs.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.fortran/types.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/ambiguous.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/ambiguous.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/ambiguous.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/attach.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/attach2.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/classes-hp.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/misc-hp.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/misc-hp.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/ctti.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/ctti-add.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/ctti-add.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/dbx.exp ...
gdb compile failed, UX:as: ERROR: (EOF):cannot open output file: /home3/gdb/g/gdb/testsuite/gdb.hp/average.o: No such file or directory
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

gdb compile failed, UX:as: ERROR: (EOF):cannot open output file: /home3/gdb/g/gdb/testsuite/gdb.hp/sum.o: No such file or directory
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

gdb compile failed, gcc: /home3/gdb/g/gdb/testsuite/gdb.hp/average.o: No such file or directory
gcc: /home3/gdb/g/gdb/testsuite/gdb.hp/sum.o: No such file or directory
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/dbx-test.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/dbx-test.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/exception.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/exception.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/exception.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/foll-exec.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/foll-fork.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/foll-vfork.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/hwwatchbus.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/inherit-hp.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/inherit-hp.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/inherit-hp.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/more-steps.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/more-steps.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/more-steps.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/namespace.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/namespace.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/namespace.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/optimize.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/optimize.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/optimize.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/pxdb.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/pxdb.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/pxdb.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/quicksort.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/reg-test.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/sized-enum.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/sized-enum.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/sized-enum.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/so-thresh.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/so-thresh.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/so-thresh.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/start-stop.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/templ-hp.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/templ-hp.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/templ-hp.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/thr-lib.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/thr-stg.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/virtfun-hp.exp ...
gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/virtfun-hp.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/virtfun-hp.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/watch-cmd.exp ...
gdb compile failed, /usr/local/lib/gcc-lib/i686-UnixWare7.0.1-sysv5/egcs-2.91.61/ld: cannot open output file /home3/gdb/g/gdb/testsuite/gdb.hp/run-hp: No such file or directory
collect2: ld returned 1 exit status
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/watch-hp.exp ...
gdb compile failed, /usr/local/lib/gcc-lib/i686-UnixWare7.0.1-sysv5/egcs-2.91.61/ld: cannot open output file /home3/gdb/g/gdb/testsuite/gdb.hp/watch-hp: No such file or directory
collect2: ld returned 1 exit status
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/watch-hp.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/watch-hp.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/xdb1.exp ...
gdb compile failed, /usr/local/lib/gcc-lib/i686-UnixWare7.0.1-sysv5/egcs-2.91.61/ld: cannot open output file /home3/gdb/g/gdb/testsuite/gdb.hp/xdb: No such file or directory
collect2: ld returned 1 exit status
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/xdb.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/xdb.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/xdb2.exp ...
gdb compile failed, UX:as: ERROR: (EOF):cannot open output file: /home3/gdb/g/gdb/testsuite/gdb.hp/xdb0.o: No such file or directory
ERROR: Couldn't compile xdb0.c to object
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.hp/xdb3.exp ...
gdb compile failed, UX:as: ERROR: (EOF):cannot open output file: /home3/gdb/g/gdb/testsuite/gdb.hp/average.o: No such file or directory
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

gdb compile failed, UX:as: ERROR: (EOF):cannot open output file: /home3/gdb/g/gdb/testsuite/gdb.hp/sum.o: No such file or directory
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

gdb compile failed, gcc: /home3/gdb/g/gdb/testsuite/gdb.hp/average.o: No such file or directory
gcc: /home3/gdb/g/gdb/testsuite/gdb.hp/sum.o: No such file or directory
WARNING: Testcase compile failed, so all tests in this file will automatically fail.

gdb compile failed, cpp: /home3/gdb/g/gdb/testsuite/gdb.hp/xdb-test.ci: No such file or directory
ERROR: Couldn't make /home3/gdb/g/gdb/testsuite/gdb.hp/xdb-test.ci file
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.stabs/weird.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.threads/pthreads.exp ...
gdb compile failed, /usr/local/lib/gcc-lib/i686-UnixWare7.0.1-sysv5/egcs-2.91.61/ld: cannot open -lpthreads: No such file or directory
collect2: ld returned 1 exit status
gdb compile failed, /usr/local/lib/gcc-lib/i686-UnixWare7.0.1-sysv5/egcs-2.91.61/ld: cannot open -lpthread: No such file or directory
collect2: ld returned 1 exit status
UNRESOLVED: gdb.threads/pthreads.exp: gdb.threads/pthreads.exp: Couldn't compile pthreads.c, missing runtime threads library
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.threads/step.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.threads/step2.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/actions.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/backtrace.exp ...
FAIL: gdb.trace/backtrace.exp: running to main in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/circ.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/collection.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/deltrace.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/infotrace.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/limits.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/packetlen.exp ...
FAIL: gdb.trace/packetlen.exp: running to main in runto
FAIL: gdb.trace/packetlen.exp: setup collect actions
FAIL: gdb.trace/packetlen.exp: run trace experiment
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/passc-dyn.exp ...
FAIL: gdb.trace/passc-dyn.exp: running to main in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/passcount.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/report.exp ...
FAIL: gdb.trace/report.exp: running to main in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/save-trace.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/tfind.exp ...
FAIL: gdb.trace/tfind.exp: running to main in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/tracecmd.exp ...
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/while-dyn.exp ...
FAIL: gdb.trace/while-dyn.exp: running to main in runto
Running ../../../gdb-4.17.86/gdb/testsuite/gdb.trace/while-stepping.exp ...

		=== gdb Summary ===

# of expected passes		2363
# of unexpected failures	1020
# of unexpected successes	4
# of expected failures		110
# of unresolved testcases	201
/home3/gdb/g/gdb/testsuite/../../gdb/gdb version  4.17.86 -nx