public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic
@ 2016-05-03 10:39 sergiodj+buildbot
  2016-05-03 10:39 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master sergiodj+buildbot
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 10:39 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT a4a1c15754d144d14dc48cd8ff62601f977e908c ***

Author: Pedro Alves <palves@redhat.com>
Branch: master
Commit: a4a1c15754d144d14dc48cd8ff62601f977e908c

Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

GDB's use of --dynamic-list to only export the proc-service symbols is
broken due to Python's "python-config --ldflags" saying we should link
with -export-dynamic, causing us to export _all_ extern symbols
anyway.  On Fedora 23:

 $ python-config --ldflags
 -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic
 $ python3.4-config --ldflags
  -L/usr/lib64 -lpython3.4m -lpthread -ldl  -lutil -lm  -Xlinker -export-dynamic

Having GDB export all its symbols leads to issues such as PR gdb/16818
(GDB crashes when using name for target remote hostname:port), where a
GDB symbol unintentionally preempts a symbol in one of the NSS modules
glibc loads into the process.  NSS modules should not define symbols
outside the implementation namespace or the relevant standards, but,
alas, that's a longstanding and hard to fix issue.  See libc-alpha
discussion at:

  [symbol name space issues with NSS modules]
  https://sourceware.org/ml/libc-alpha/2016-04/msg00130.html

Python should instead be either using GCC's symbol visibility feature
or -Wl,--dynamic-list as well, to only export Python API symbols, but,
it doesn't.  There are bugs open upstream for that:

  [Use -Wl,--dynamic-list=x.list, not -Xlinker -export-dynamic]
  http://bugs.python.org/issue10112

  [Use GCC visibility attrs in PyAPI_*]
  http://bugs.python.org/issue11410

But that's taking a long while to resolve.

I thought of working around this Python issue by making GDB build with
-fvisibility=hidden, as Jan suggests in Python issue 10112, as then
Python's "-Xlinker -export-dynamic" has no effect.  However, that
would need to be done in the whole source tree (bfd, libiberty, etc.),
and I think that would break GCC plugins, as I believe those have
access to all of GCCs symbols, by "design".  So we'd need a new
configure switch, or have the libraries in the tree detect which of
GCC or GDB is being built, but that doesn't work, because the answer
can be "both" with combined builds...

So this patch instead works around Python's bug, by simply sed'ing
away "-Xlinker -export-dynamic" from the result of python-config.py
--ldflags, making -Wl,--dynamic-list work again as it used to.  It's
ugly, but so is the bug...

Note that if -Wl,--dynamic-list doesn't work, we always link with
-rdynamic, so static Python should still work.

Tested on F23 with --python=python (Python 2.7) and
--python=python3.4.

gdb/ChangeLog:y
2016-05-03  Pedro Alves  <palves@redhat.com>

	* configure.ac (PYTHON_LIBS): Sed away "-Xlinker -export-dynamic".
	* configure: Regenerate.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2016-05-03 10:39 [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic sergiodj+buildbot
@ 2016-05-03 10:39 ` sergiodj+buildbot
  2016-05-03 12:07 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 10:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m32/builds/3516>

Commit(s) tested:
	a4a1c15754d144d14dc48cd8ff62601f977e908c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-native-extended-gdbserver-m32/.git/tree/?h=master&id=58883d0e1af56176ea60c7e787b37fbb1e35124d>

*** Regressions found ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/i386-signal.exp: backtrace 10
new FAIL: gdb.base/a2-run.exp: run "a2-run" with shell
PASS -> FAIL: gdb.base/annota1.exp: run until main breakpoint
new FAIL: gdb.base/attach.exp: cmdline attach run: run to main
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints one
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 6 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 8 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 9 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 10 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 0 one
new FAIL: gdb.base/checkpoint-ns.exp: break3 one
new FAIL: gdb.base/checkpoint-ns.exp: Diff input and output one
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 two
new FAIL: gdb.base/checkpoint-ns.exp: Diff input and output two
new FAIL: gdb.base/checkpoint-ns.exp: break4 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 1 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 1
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 2 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 2
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 3 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 3
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 4 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 4
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 5 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 5
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 6 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 6
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 7 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 7
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 8 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 8
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 9 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 9
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 10 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 10
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork one
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork two
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork three
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork four
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork five
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints two
new FAIL: gdb.base/checkpoint-ns.exp: break2 with many checkpoints
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints with at least 600 checkpoints
new FAIL: gdb.base/interrupt.exp: echo data
new FAIL: gdb.base/interrupt.exp: Send Control-C, second time
new FAIL: gdb.base/interrupt.exp: signal SIGINT
new FAIL: gdb.base/interrupt.exp: echo more data
new FAIL: gdb.base/interrupt.exp: send end of file
PASS -> FAIL: gdb.base/print-symbol-loading.exp: shlib off: load shared-lib
PASS -> FAIL: gdb.base/print-symbol-loading.exp: shlib brief: load shared-lib
PASS -> FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/store.exp: var charest l; print old r, expecting -2 .*
PASS -> FAIL: gdb.base/store.exp: upvar charest l; print old r, expecting -2 .*
PASS -> FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 2
PASS -> FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 2
PASS -> FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 3
PASS -> FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 3
PASS -> FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 4
PASS -> FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 4
PASS -> FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 5
PASS -> FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 5
PASS -> FAIL: gdb.cp/annota2.exp: annotate-quit
PASS -> FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-unwind.exp: continue to breakpoint: break backtrace-broken
new FAIL: gdb.python/py-unwind.exp: Backtrace restored by unwinder
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: inferior 1 exited
PASS -> FAIL: gdb.threads/tls.exp: threads exited
PASS -> FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local char
new FAIL: gdb.trace/signal.exp: tracepoint 5 hit 3 times
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: info locals
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: tfile: info locals
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: print locc
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: tfile: print locc
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: info locals
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: tfile: info locals
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.ada/arraydim.exp: print m'first
FAIL: gdb.ada/arraydim.exp: print m'first(1)
FAIL: gdb.ada/arraydim.exp: print m'first(2)
FAIL: gdb.ada/arraydim.exp: print m'first(3)
FAIL: gdb.ada/arraydim.exp: print m'last
FAIL: gdb.ada/arraydim.exp: print m'last(1)
FAIL: gdb.ada/arraydim.exp: print m'last(2)
FAIL: gdb.ada/arraydim.exp: print m'last(3)
FAIL: gdb.ada/arraydim.exp: print m'length
FAIL: gdb.ada/arraydim.exp: print m'length(1)
FAIL: gdb.ada/arraydim.exp: print m'length(2)
FAIL: gdb.ada/arraydim.exp: print m'length(3)
FAIL: gdb.ada/arrayidx.exp: print e_one_two_three
FAIL: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print empty
FAIL: gdb.ada/arrayidx.exp: print empty, indexes off
FAIL: gdb.ada/arrayidx.exp: print few_reps
FAIL: gdb.ada/arrayidx.exp: print few_reps, indexes off
FAIL: gdb.ada/arrayidx.exp: print many_reps
FAIL: gdb.ada/arrayidx.exp: print many_reps, indexes off
FAIL: gdb.ada/arrayidx.exp: print one_two_three
FAIL: gdb.ada/arrayidx.exp: print one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print p_one_two_three
FAIL: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print r_two_three
FAIL: gdb.ada/arrayidx.exp: print r_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print u_one_two_three
FAIL: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
FAIL: gdb.ada/arrayparam.exp: print first after function call
FAIL: gdb.ada/arrayparam.exp: print last after function call
FAIL: gdb.ada/arrayparam.exp: print length after function call
FAIL: gdb.ada/bp_enum_homonym.exp: run to pck.archive breakpoint
FAIL: gdb.ada/bp_range_type.exp: print small_value
FAIL: gdb.ada/bp_range_type.exp: run to breakpoint
FAIL: gdb.ada/char_param.exp: call next
FAIL: gdb.ada/char_param.exp: print procedure_result after calling next
FAIL: gdb.ada/char_param.exp: print procedure_result after calling same
FAIL: gdb.ada/complete.exp: complete p external_ident
FAIL: gdb.ada/complete.exp: complete p some
FAIL: gdb.ada/complete.exp: interactive complete 'print some' (timeout)
FAIL: gdb.ada/cond_lang.exp: continue (the program is no longer running)
FAIL: gdb.ada/dyn_arrayidx.exp: ptype array_type
FAIL: gdb.ada/enum_idx_packed.exp: print full'first
FAIL: gdb.ada/expr_delims.exp: Check that watchpoint is set correctly.
FAIL: gdb.ada/expr_delims.exp: Print variable 'thread'
FAIL: gdb.ada/expr_delims.exp: Set conditional watchpoint.
FAIL: gdb.ada/expr_delims.exp: Set plain watchpoint on variable 'thread'
FAIL: gdb.ada/expr_delims.exp: continue (the program is no longer running)
FAIL: gdb.ada/exprs.exp: long_float'max
FAIL: gdb.ada/exprs.exp: long_float'min
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20.0
FAIL: gdb.ada/fixed_points.exp: p on a new fixed point type
FAIL: gdb.ada/fixed_points.exp: p on a subtype fixed point type
FAIL: gdb.ada/fixed_points.exp: print Overprecise_Object
FAIL: gdb.ada/fixed_points.exp: ptype Overprecise_Object
FAIL: gdb.ada/float_param.exp: call set_double(1, 3.0)
FAIL: gdb.ada/float_param.exp: call set_long_double(1, global_small_struct, 4.0)
FAIL: gdb.ada/float_param.exp: print global_double
FAIL: gdb.ada/float_param.exp: print global_float
FAIL: gdb.ada/float_param.exp: print global_long_double
FAIL: gdb.ada/formatted_ref.exp: print s.x = 13
FAIL: gdb.ada/formatted_ref.exp: print/x s'access
FAIL: gdb.ada/homonym.exp: continue until BREAK_2 (the program is no longer running)
FAIL: gdb.ada/homonym.exp: print lcl at BREAK_1
FAIL: gdb.ada/homonym.exp: print lcl at BREAK_2
FAIL: gdb.ada/homonym.exp: ptype int_type at BREAK_1
FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_1
FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_2
FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_1
FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_2
FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
FAIL: gdb.ada/interface.exp: print s
FAIL: gdb.ada/iwide.exp: print d_access.all
FAIL: gdb.ada/iwide.exp: print dp_access.all
FAIL: gdb.ada/iwide.exp: print s_access.all
FAIL: gdb.ada/iwide.exp: print sp_access.all
FAIL: gdb.ada/lang_switch.exp: backtrace
FAIL: gdb.ada/lang_switch.exp: backtrace with lang set to C
FAIL: gdb.ada/mi_dyn_arr.exp: Create bt varobj
FAIL: gdb.ada/mi_dyn_arr.exp: run to foo.adb:22 (exec-continue) (MI error)
FAIL: gdb.ada/mi_dyn_arr.exp: wait for stop (stop at start of main Ada procedure)
FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions const.aint
FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions task
FAIL: gdb.ada/mi_interface.exp: Create ggg1 varobj
FAIL: gdb.ada/mi_interface.exp: list ggg1's children
FAIL: gdb.ada/mi_interface.exp: run to foo.adb:22 (exec-continue) (MI error)
FAIL: gdb.ada/mi_interface.exp: wait for stop (stop at start of main Ada procedure)
FAIL: gdb.ada/mi_task_info.exp: -ada-task-info 3
FAIL: gdb.ada/null_array.exp: print my_matrix
FAIL: gdb.ada/null_array.exp: ptype my_table
FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."&" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."*" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."**" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."+" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."-" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."/" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."<" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."<=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops.">" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops.">=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."abs" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."and" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."mod" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."not" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."or" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."rem" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."xor" (the program is no longer running)
FAIL: gdb.ada/packed_array.exp: print &var
FAIL: gdb.ada/packed_array.exp: print u_var
FAIL: gdb.ada/packed_array.exp: ptype &var
FAIL: gdb.ada/packed_tagged.exp: ptype x
FAIL: gdb.ada/pkd_arr_elem.exp: print test.str
FAIL: gdb.ada/pkd_arr_elem.exp: print test.str(1)
FAIL: gdb.ada/pp-rec-component.exp: print /r before
FAIL: gdb.ada/pp-rec-component.exp: print before
FAIL: gdb.ada/print_chars.exp: print WC
FAIL: gdb.ada/print_chars.exp: print WWC
FAIL: gdb.ada/py_range.exp: python print(int(gdb.parse_and_eval('ir')))
FAIL: gdb.ada/py_range.exp: python print(int(gdb.parse_and_eval('si')))
FAIL: gdb.ada/rdv_wait.exp: task 2
FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small (the program is no longer running)
FAIL: gdb.ada/tagged.exp: print obj
FAIL: gdb.ada/tagged.exp: print segm
FAIL: gdb.ada/tagged.exp: ptype obj
FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
FAIL: gdb.ada/task_bp.exp: run to dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from psymtab
FAIL: gdb.ada/tasks.exp: break break_me task 1
FAIL: gdb.ada/tasks.exp: break break_me task 3
FAIL: gdb.ada/tick_length_array_enum_idx.exp: print cold'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: print prim'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: print vars'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype cold'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype full'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype prim'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype vars'length
FAIL: gdb.ada/type_coercion.exp: p q
FAIL: gdb.ada/type_coercion.exp: print {Integer} $addr
FAIL: gdb.ada/type_coercion.exp: save q'address in convenience variable
FAIL: gdb.ada/type_coercion.exp: set {Integer} $addr := 19
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: continue to STOP2 (the program is no longer running)
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object.Ptr when null
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null <<2>>
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when null
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object after setting Ptr
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object.ptr.all
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object after setting Ptr
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object.ptr.all
FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'last
FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'length
FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'first
FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'last
FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'length
FAIL: gdb.ada/variant_record_packed_array.exp: print address
FAIL: gdb.ada/variant_record_packed_array.exp: print adress content
FAIL: gdb.ada/watch_arg.exp: Continuing to second breakpoint (the program is no longer running)
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object with null Ptr
FAIL: gdb.ada/mi_var_array.exp: Create bt varobj
FAIL: gdb.ada/mi_var_array.exp: list vta's children
FAIL: gdb.ada/mi_var_array.exp: run to bar.adb:28 (exec-continue) (MI error)
FAIL: gdb.ada/mi_var_array.exp: wait for stop (stop at start of main Ada procedure)
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=off: next over function call
FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
FAIL: gdb.threads/print-threads.exp: all threads ran once (fast) (total 4 threads ran)
FAIL: gdb.threads/print-threads.exp: all threads ran once (slow with kill breakpoint) (total 4 threads ran)
FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 2
FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 2
FAIL: gdb.threads/print-threads.exp: all threads ran once
FAIL: gdb.threads/print-threads.exp: all threads ran once (slow) (total 4 threads ran)
FAIL: gdb.threads/watchthreads2.exp: all threads started
FAIL: gdb.threads/watchthreads2.exp: run to thread_started
FAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
FAIL: gdb.threads/tls.exp: third thread print me
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 67 out of 80 on watched_data
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 74 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 5 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 68 out of 80 on watched_data
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2
FAIL: gdb.threads/watchthreads2.exp: run to thread_started <<2>>
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 46 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: third thread local storage
FAIL: gdb.threads/tls.exp: p a_thread_local
FAIL: gdb.threads/wp-replication.exp: Thread 4 hit breakpoint at thread_started
FAIL: gdb.threads/watchthreads2.exp: all threads incremented x
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 69 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: 2 another thread local storage
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 12 out of 80 on watched_data
FAIL: gdb.threads/print-threads.exp: all threads ran once <<3>>
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 23 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 62 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 18 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 24 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 73 out of 80 on watched_data
FAIL: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 4 <<3>>
FAIL: gdb.threads/tls.exp: selected thread: 1
FAIL: gdb.threads/tls.exp: selected thread: 3
FAIL: gdb.threads/tls.exp: selected thread: 2
FAIL: gdb.threads/tls.exp: selected thread: 4
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 30 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 29 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 15 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 13 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: backtrace of thread number 1 not relevant
FAIL: gdb.threads/tls.exp: backtrace of thread number 3 in spin
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 72 out of 80 on watched_data
FAIL: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5 <<3>>
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 17 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 28 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 49 out of 80 on watched_data
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 3
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 56 out of 80 on watched_data
FAIL: gdb.threads/watchthreads2.exp: set var test_ready = 1
FAIL: gdb.threads/tls.exp: info address a_thread_local
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 64 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: 2 thread print me
FAIL: gdb.threads/tls.exp: p file2_thread_local
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 2 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: info address me
FAIL: gdb.threads/tls.exp: mess at end
FAIL: gdb.threads/tls.exp: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 10 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 14 out of 80 on watched_data
FAIL: gdb.threads/watchthreads2.exp: run to thread_started <<3>>
FAIL: gdb.threads/tls.exp: 4 thread local storage
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 65 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: 4 info address a_thread_local
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 76 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 9 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 11 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 34 out of 80 on watched_data
FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: inferior 1 exited
FAIL: gdb.threads/wp-replication.exp: Thread 9 hit breakpoint at thread_started
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 45 out of 80 on watched_data
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 42 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: 4 info address another_thread_local
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 70 out of 80 on watched_data
FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 8 out of 80 on watched_data
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 43 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: 4 another thread local storage
FAIL: gdb.threads/tls.exp: selected thread: 3 <<2>>
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 33 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 35 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 55 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 50 out of 80 on watched_data
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 61 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: Too many threads left at end
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 31 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: info address a_global
FAIL: gdb.threads/tls.exp: 3 thread local storage
FAIL: gdb.threads/tls.exp: get number of threads
FAIL: gdb.threads/tls.exp: thread 4 up
FAIL: gdb.threads/wp-replication.exp: Thread 6 hit breakpoint at thread_started
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 21 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: thread 3 up
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: set break in tight loop
FAIL: gdb.threads/tls.exp: p a_thread_local second time
FAIL: gdb.threads/tls.exp: third info address another_thread_local
FAIL: gdb.threads/tls.exp: 2 info address a_thread_local
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 36 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 32 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 38 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 22 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: No thread backtrace reported spin
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach <<2>>
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 3 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 60 out of 80 on watched_data
FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 37 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 26 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 16 out of 80 on watched_data
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 54 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: third info address a_thread_local
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 63 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 78 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: third another thread local storage
FAIL: gdb.threads/print-threads.exp: program exited normally <<3>>
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 59 out of 80 on watched_data
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 6 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 27 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 57 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: continue to third thread
FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left
FAIL: gdb.threads/tls.exp: selected thread: 2 <<2>>
FAIL: gdb.threads/tls.exp: 2 thread local storage
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 80 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 53 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 7 out of 80 on watched_data
FAIL: gdb.base/interrupt.exp: continue
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 47 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 51 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: set var test_ready=1
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 3
FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
FAIL: gdb.threads/wp-replication.exp: Thread 7 hit breakpoint at thread_started
FAIL: gdb.threads/tls.exp: thread 2 up
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 58 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 20 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 52 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 44 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 25 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Thread 5 hit breakpoint at thread_started
FAIL: gdb.threads/tls.exp: at least one th in spin while stopped at third th
FAIL: gdb.threads/tls.exp: 3 thread print me
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 48 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 79 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: info address file2_thread_local
FAIL: gdb.threads/tls.exp: selected thread: 4 <<2>>
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 40 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Thread 8 hit breakpoint at thread_started
FAIL: gdb.threads/tls.exp: backtrace of thread number 4 in spin
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 39 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 4 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 1 out of 80 on watched_data
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
FAIL: gdb.threads/tls.exp: 3 info address a_thread_local
FAIL: gdb.threads/tls.exp: 2 info address another_thread_local
FAIL: gdb.threads/tls.exp: backtrace of thread number 2 in spin
FAIL: gdb.threads/tls.exp: 3 another thread local storage
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 19 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 41 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Thread 3 hit breakpoint at thread_started
FAIL: gdb.threads/tls.exp: 3 info address another_thread_local
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 77 out of 80 on watched_data
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 66 out of 80 on watched_data
FAIL: gdb.threads/watchthreads2.exp: watch x
FAIL: gdb.threads/tls.exp: 4 thread print me
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 71 out of 80 on watched_data
FAIL: gdb.threads/tls.exp: at end
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 75 out of 80 on watched_data
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: no threads left
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: no threads left
FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach
FAIL: gdb.base/range-stepping.exp: interrupt: send ctrl-c to GDB: 1 vCont;r
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: no threads left
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: only inferior 1 left
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 5: attach
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 8: attach
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: no threads left
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 5: attach
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: continue for ctrl-c
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: continue to tight loop
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: set break in tight loop
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: switch to non-event thread
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: caught interrupt
FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 1
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: delete all breakpoints in delete_breakpoints
FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 1
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: caught interrupt
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
FAIL: gdb.threads/continue-pending-status.exp: attempt 0: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: continue to tight loop
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 3
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: get thread number
FAIL: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: caught interrupt
FAIL: gdb.threads/print-threads.exp: all threads ran once <<2>>
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: set break in tight loop
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: switch to non-event thread
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 4: attach
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: continue for ctrl-c
FAIL: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5 <<2>>
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: caught interrupt
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: only inferior 1 left
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: caught interrupt
FAIL: gdb.threads/print-threads.exp: program exited normally <<2>>
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach <<2>>
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: continue to tight loop
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: no threads left
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: inferior 1 exited
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: get thread number
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: get thread number
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: switch to non-event thread
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: inferior 1 exited
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 4: attach <<2>>
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: get thread number
FAIL: gdb.threads/continue-pending-status.exp: no thread starvation
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: continue to tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: switch to non-event thread
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: caught interrupt
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: get thread number
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: continue for ctrl-c
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 3
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: set break in tight loop
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: continue for ctrl-c
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: delete all breakpoints in delete_breakpoints
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: switch to non-event thread
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach <<2>>
FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no failure to remove breakpoints
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 15: attach
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 6: attach
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 3
FAIL: gdb.threads/tls.exp: backtrace of thread number 4 not relevant
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
FAIL: gdb.threads/tls.exp: continue to synch point
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: inferior 1 exited
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified <<2>>
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: no threads left
FAIL: gdb.threads/hand-call-new-thread.exp: iter 2: p new_thread
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: only inferior 1 left
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
FAIL: gdb.threads/wp-replication.exp: Thread 2 hit breakpoint at thread_started
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 5: attach <<2>>
FAIL: gdb.threads/pthreads.exp: All threads running after continuing from ^C stop
FAIL: gdb.threads/pthreads.exp: some threads didn't run
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 7: attach
FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc2 with x==4
FAIL: gdb.mi/mi-pending.exp: continuing execution to skip conditional bp
FAIL: gdb.mi/mi-pending.exp: continuing execution to thread condition
FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc3 on thread 2
FAIL: gdb.mi/mi-pending.exp: Delete breakpoint 3
FAIL: gdb.mi/mi-pending.exp: continuing execution to thread creation
FAIL: gdb.mi/mi-pending.exp: MI pending breakpoint on pendfunc3
FAIL: gdb.mi/mi-pending.exp: MI pending breakpoint on mi-pendshr.c:pendfunc2 if x==4
FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc1 a second time
FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc1
FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on thread_func
FAIL: gdb.mi/mi-pending.exp: continuing execution to conditional bp
FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=off,non-stop=on: continue over exec
FAIL: gdb.threads/pthreads.exp: All threads running after startup
FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=off,non-stop=on: continue to breakpoint: break-here
FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=off,non-stop=on: thread 2
FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=on,non-stop=off: continue to breakpoint: break-here
============================




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2016-05-03 10:39 [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic sergiodj+buildbot
  2016-05-03 10:39 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master sergiodj+buildbot
@ 2016-05-03 12:07 ` sergiodj+buildbot
  2016-05-03 12:56 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 12:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-wheezy-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-gdbserver-m64/builds/2228>

Commit(s) tested:
	a4a1c15754d144d14dc48cd8ff62601f977e908c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a4a1c15754d144d14dc48cd8ff62601f977e908c>





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2016-05-03 10:39 [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2016-05-03 12:56 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
@ 2016-05-03 12:56 ` sergiodj+buildbot
  2016-05-03 15:14 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 12:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-wheezy-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/2235>

Commit(s) tested:
	a4a1c15754d144d14dc48cd8ff62601f977e908c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Debian-s390x-native-extended-gdbserver-m64/.git/tree/?h=master&id=1d242d0d6e38efb0d4c9f831e15ca1cd2617e261>

*** Regressions found ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 5: thread apply 2 print $_siginfo.si_signo
new FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 5: detach
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 6 of 100
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.arch/s390-multiarch.exp: compile
PASS -> FAIL: gdb.arch/s390-multiarch.exp: core-file
new FAIL: gdb.base/a2-run.exp: run "a2-run" with shell
PASS -> FAIL: gdb.base/annota1.exp: run until main breakpoint
new FAIL: gdb.base/async-shell.exp: run &
new FAIL: gdb.base/async-shell.exp: interrupt
new FAIL: gdb.base/async-shell.exp: process stopped
new FAIL: gdb.base/attach.exp: cmdline attach run: run to main
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: ld.so exit
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: symbol-less: ld.so exit
new FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: symbol-less: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieYES: dl bt
new FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-tld
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called close
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall close has returned
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called chroot
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall chroot has returned
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called pipe
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall pipe has returned
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called write
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall write has returned
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called read
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall read has returned
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called vfork
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall vfork has returned
new FAIL: gdb.base/catch-syscall.exp: without arguments: ENOSYS: program has called 123456789
new FAIL: gdb.base/catch-syscall.exp: without arguments: ENOSYS: syscall 123456789 has returned
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called exit_group
new FAIL: gdb.base/catch-syscall.exp: without arguments: continue until exit
new FAIL: gdb.base/catch-syscall.exp: with arguments: program has called close
new FAIL: gdb.base/catch-syscall.exp: with arguments: syscall close has returned
new FAIL: gdb.base/catch-syscall.exp: with arguments: continue until exit
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called close
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall close has returned
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called chroot
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall chroot has returned
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called pipe
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall pipe has returned
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called write
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall write has returned
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called read
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall read has returned
new FAIL: gdb.base/catch-syscall.exp: with many arguments: continue until exit
new FAIL: gdb.base/catch-syscall.exp: wrong args: continue until exit at catch syscall with unused syscall
new FAIL: gdb.base/catch-syscall.exp: restarting inferior: entry: program has called chroot
new FAIL: gdb.base/catch-syscall.exp: restarting inferior: entry/return: program has called chroot
new FAIL: gdb.base/catch-syscall.exp: restarting inferior: entry/return: syscall chroot has returned
new FAIL: gdb.base/catch-syscall.exp: restarting inferior: entry/return: continue until exit
new FAIL: gdb.base/catch-syscall.exp: skipping return: entry: program has called write
new FAIL: gdb.base/catch-syscall.exp: skipping return: entry/return: program has called read
new FAIL: gdb.base/catch-syscall.exp: skipping return: entry/return: syscall read has returned
new FAIL: gdb.base/catch-syscall.exp: skipping return: entry/return: continue until exit
new FAIL: gdb.base/catch-syscall.exp: mid-vfork: syscall vfork has returned
new FAIL: gdb.base/catch-syscall.exp: mid-vfork: continue until exit
new FAIL: gdb.base/catch-syscall.exp: execve: program has called execve
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
new FAIL: gdb.base/catch-syscall.exp: without args noxml: close: program has called 6
new FAIL: gdb.base/catch-syscall.exp: without args noxml: close: syscall 6 has returned
new FAIL: gdb.base/catch-syscall.exp: without args noxml: chroot: program has called 61
new FAIL: gdb.base/catch-syscall.exp: without args noxml: chroot: syscall 61 has returned
new FAIL: gdb.base/catch-syscall.exp: without args noxml: pipe: program has called 42
new FAIL: gdb.base/catch-syscall.exp: without args noxml: pipe: syscall 42 has returned
new FAIL: gdb.base/catch-syscall.exp: without args noxml: write: program has called 4
new FAIL: gdb.base/catch-syscall.exp: without args noxml: write: syscall 4 has returned
new FAIL: gdb.base/catch-syscall.exp: without args noxml: read: program has called 3
new FAIL: gdb.base/catch-syscall.exp: without args noxml: read: syscall 3 has returned
new FAIL: gdb.base/catch-syscall.exp: without args noxml: program has called vfork
new FAIL: gdb.base/catch-syscall.exp: without args noxml: syscall vfork has returned
new FAIL: gdb.base/catch-syscall.exp: without args noxml: ENOSYS: program has called 123456789
new FAIL: gdb.base/catch-syscall.exp: without args noxml: ENOSYS: syscall 123456789 has returned
new FAIL: gdb.base/catch-syscall.exp: without args noxml: program has called 248
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 6
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 6 has returned
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 61
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 61 has returned
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 42
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 42 has returned
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 4
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 4 has returned
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 3
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 3 has returned
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 6 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 8 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 9 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 10 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 0 one
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 57
new FAIL: gdb.base/checkpoint-ns.exp: break3 one
new FAIL: gdb.base/checkpoint-ns.exp: Diff input and output one
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 49
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 two
new FAIL: gdb.base/checkpoint-ns.exp: continue
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 two
new FAIL: gdb.base/checkpoint-ns.exp: Diff input and output two
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 59
new FAIL: gdb.base/checkpoint-ns.exp: break4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: delete copy1
new FAIL: gdb.base/checkpoint-ns.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 1 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 1
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 2 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 2
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 3 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 3
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 4 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 4
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 5 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 5
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 6 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 6
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 7 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 7
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 8 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 8
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 9 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 9
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 10 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 10
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork two
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork three
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork four
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork five
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: kill all one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 0
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 1
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 2
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 3
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 4
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 5
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 6
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 7
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 8
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 9
PASS -> FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 10
new FAIL: gdb.base/checkpoint-ns.exp: break2 with many checkpoints
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints with at least 600 checkpoints
new FAIL: gdb.base/checkpoint.exp: info checkpoints one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 one
new FAIL: gdb.base/checkpoint.exp: restart 1 one
new FAIL: gdb.base/checkpoint.exp: verify i 1 one
new FAIL: gdb.base/checkpoint.exp: step in 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 1 one
new FAIL: gdb.base/checkpoint.exp: restart 2 one
new FAIL: gdb.base/checkpoint.exp: step in 2 one
new FAIL: gdb.base/checkpoint.exp: verify i 2 one
new FAIL: gdb.base/checkpoint.exp: verify lines 2 one
new FAIL: gdb.base/checkpoint.exp: restart 3 one
new FAIL: gdb.base/checkpoint.exp: step in 3 one
new FAIL: gdb.base/checkpoint.exp: verify i 3 one
new FAIL: gdb.base/checkpoint.exp: verify lines 3 one
new FAIL: gdb.base/checkpoint.exp: restart 4 one
new FAIL: gdb.base/checkpoint.exp: step in 4 one
new FAIL: gdb.base/checkpoint.exp: verify i 4 one
new FAIL: gdb.base/checkpoint.exp: verify lines 4 one
new FAIL: gdb.base/checkpoint.exp: restart 5 one
new FAIL: gdb.base/checkpoint.exp: step in 5 one
new FAIL: gdb.base/checkpoint.exp: verify i 5 one
new FAIL: gdb.base/checkpoint.exp: verify lines 5 one
new FAIL: gdb.base/checkpoint.exp: restart 6 one
new FAIL: gdb.base/checkpoint.exp: step in 6 one
new FAIL: gdb.base/checkpoint.exp: verify i 6 one
new FAIL: gdb.base/checkpoint.exp: verify lines 6 one
new FAIL: gdb.base/checkpoint.exp: restart 7 one
new FAIL: gdb.base/checkpoint.exp: step in 7 one
new FAIL: gdb.base/checkpoint.exp: verify i 7 one
new FAIL: gdb.base/checkpoint.exp: verify lines 7 one
new FAIL: gdb.base/checkpoint.exp: restart 8 one
new FAIL: gdb.base/checkpoint.exp: step in 8 one
new FAIL: gdb.base/checkpoint.exp: verify i 8 one
new FAIL: gdb.base/checkpoint.exp: verify lines 8 one
new FAIL: gdb.base/checkpoint.exp: restart 9 one
new FAIL: gdb.base/checkpoint.exp: step in 9 one
new FAIL: gdb.base/checkpoint.exp: verify i 9 one
new FAIL: gdb.base/checkpoint.exp: verify lines 9 one
new FAIL: gdb.base/checkpoint.exp: restart 10 one
new FAIL: gdb.base/checkpoint.exp: step in 10 one
new FAIL: gdb.base/checkpoint.exp: verify i 10 one
new FAIL: gdb.base/checkpoint.exp: verify lines 10 one
new FAIL: gdb.base/checkpoint.exp: restart 0 one
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 57
new FAIL: gdb.base/checkpoint.exp: break3 one
new FAIL: gdb.base/checkpoint.exp: Diff input and output one
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 49
new FAIL: gdb.base/checkpoint.exp: restart 1 two
new FAIL: gdb.base/checkpoint.exp: continue
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 1 one
new FAIL: gdb.base/checkpoint.exp: step in 1 two
new FAIL: gdb.base/checkpoint.exp: verify lines 1 two
new FAIL: gdb.base/checkpoint.exp: restart 2 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 2 one
new FAIL: gdb.base/checkpoint.exp: step in 2 two
new FAIL: gdb.base/checkpoint.exp: verify lines 2 two
new FAIL: gdb.base/checkpoint.exp: restart 3 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 3 one
new FAIL: gdb.base/checkpoint.exp: step in 3 two
new FAIL: gdb.base/checkpoint.exp: verify lines 3 two
new FAIL: gdb.base/checkpoint.exp: restart 4 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 4 one
new FAIL: gdb.base/checkpoint.exp: step in 4 two
new FAIL: gdb.base/checkpoint.exp: verify lines 4 two
new FAIL: gdb.base/checkpoint.exp: restart 5 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 5 one
new FAIL: gdb.base/checkpoint.exp: step in 5 two
new FAIL: gdb.base/checkpoint.exp: verify lines 5 two
new FAIL: gdb.base/checkpoint.exp: restart 6 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 6 one
new FAIL: gdb.base/checkpoint.exp: step in 6 two
new FAIL: gdb.base/checkpoint.exp: restart 7 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 7 one
new FAIL: gdb.base/checkpoint.exp: step in 7 two
new FAIL: gdb.base/checkpoint.exp: verify lines 7 two
new FAIL: gdb.base/checkpoint.exp: Diff input and output two
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 59
new FAIL: gdb.base/checkpoint.exp: break4 one
PASS -> FAIL: gdb.base/checkpoint.exp: delete copy1
new FAIL: gdb.base/checkpoint.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/checkpoint.exp: restart 1 three
new FAIL: gdb.base/checkpoint.exp: break2 1 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 1
new FAIL: gdb.base/checkpoint.exp: restart 2 three
new FAIL: gdb.base/checkpoint.exp: break2 2 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 2
new FAIL: gdb.base/checkpoint.exp: restart 3 three
new FAIL: gdb.base/checkpoint.exp: break2 3 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 3
new FAIL: gdb.base/checkpoint.exp: restart 4 three
new FAIL: gdb.base/checkpoint.exp: break2 4 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 4
new FAIL: gdb.base/checkpoint.exp: restart 5 three
new FAIL: gdb.base/checkpoint.exp: break2 5 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 5
new FAIL: gdb.base/checkpoint.exp: restart 6 three
new FAIL: gdb.base/checkpoint.exp: break2 6 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 6
new FAIL: gdb.base/checkpoint.exp: restart 7 three
new FAIL: gdb.base/checkpoint.exp: break2 7 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 7
new FAIL: gdb.base/checkpoint.exp: restart 8 three
new FAIL: gdb.base/checkpoint.exp: break2 8 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 8
new FAIL: gdb.base/checkpoint.exp: restart 9 three
new FAIL: gdb.base/checkpoint.exp: break2 9 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 9
new FAIL: gdb.base/checkpoint.exp: restart 10 three
new FAIL: gdb.base/checkpoint.exp: break2 10 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 10
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork two
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork three
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork four
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork five
new FAIL: gdb.base/checkpoint.exp: info checkpoints two
PASS -> FAIL: gdb.base/checkpoint.exp: kill all one
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 0
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 1
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 2
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 3
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 4
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 5
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 6
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 7
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 8
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 9
PASS -> FAIL: gdb.base/checkpoint.exp: no more checkpoint 10
new FAIL: gdb.base/checkpoint.exp: break2 with many checkpoints
new FAIL: gdb.base/checkpoint.exp: info checkpoints with at least 600 checkpoints
new FAIL: gdb.base/commands.exp: continue with watch
new FAIL: gdb.base/corefile.exp: run: with core
new FAIL: gdb.base/corefile.exp: run: core file is cleared
new FAIL: gdb.base/corefile.exp: attach: with core
new FAIL: gdb.base/corefile.exp: attach: core file is cleared
new FAIL: gdb.base/corefile.exp: core-file warning-free
new FAIL: gdb.base/dfp-test.exp: Correct _Decimal128 return value from called function.
new FAIL: gdb.base/display.exp: first disp
new FAIL: gdb.base/display.exp: second disp
new FAIL: gdb.base/display.exp: next hit
new FAIL: gdb.base/find-unmapped.exp: find global_var_0, global_var_2, 0xff
new FAIL: gdb.base/find-unmapped.exp: find global_var_1, global_var_2, 0xff
new FAIL: gdb.base/find-unmapped.exp: find global_var_2,
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at next
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at continue
new FAIL: gdb.base/longjmp.exp: next over longjmp
new FAIL: gdb.base/longjmp.exp: next over call_longjmp
new FAIL: gdb.base/pr11022.exp: breakpoint hit
new FAIL: gdb.base/pr11022.exp: watchpoint hit
new FAIL: gdb.base/pr11022.exp: breakpoint hit 2
new FAIL: gdb.base/pr11022.exp: watchpoint hit 2
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to recurse
new FAIL: gdb.base/recurse.exp: next over b = 0 in second instance
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
new FAIL: gdb.base/solib-corrupted.exp: corrupted list
new FAIL: gdb.base/solib-nodir.exp: library loaded
new FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
PASS -> FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: stepi
PASS -> FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: stepi
PASS -> FAIL: gdb.base/step-over-no-symbols.exp: displaced=auto: stepi
new FAIL: gdb.base/term.exp: info terminal at breakpoint
new FAIL: gdb.base/testenv.exp: Test no TEST_GDB var
new FAIL: gdb.base/testenv.exp: Test with one TEST_GDB var
new FAIL: gdb.base/testenv.exp: Test with two TEST_GDB var
new FAIL: gdb.base/testenv.exp: Test with one TEST_GDB var, after unset
new FAIL: gdb.base/testenv.exp: Test with TEST_GDB_GLOBAL
new FAIL: gdb.base/testenv.exp: Test with TEST_GDB_GLOBAL unset
new FAIL: gdb.base/value-double-free.exp: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: continue until exit
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: continue until exit
new FAIL: gdb.base/watch-cond-infcall.exp: hw: continue
new FAIL: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers
new FAIL: gdb.base/watch-cond.exp: condition of watchpoint 2 changes
new FAIL: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression
new FAIL: gdb.base/watchpoint-hw.exp: start
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
new FAIL: gdb.base/watchpoint-solib.exp: continue to foo again
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint at func1
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 1
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 2
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 3
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 4
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 5
new FAIL: gdb.base/watchpoint.exp: continue to marker2
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint disabled in table
new FAIL: gdb.base/watchpoint.exp: back at main from marker1
new FAIL: gdb.base/watchpoint.exp: next to `for' in watchpoint.exp
new FAIL: gdb.base/watchpoint.exp: until to ival1 assignment
new FAIL: gdb.base/watchpoint.exp: until to ival3 assignment
new FAIL: gdb.base/watchpoint.exp: until out of loop
new FAIL: gdb.base/watchpoint.exp: step to ival2 assignment
new FAIL: gdb.base/watchpoint.exp: Test complex watchpoint
new FAIL: gdb.base/watchpoint.exp: did not trigger wrong watchpoint
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here
new FAIL: gdb.base/watchpoint.exp: trigger local watch
new FAIL: gdb.base/watchpoint.exp: self-delete local watch
new FAIL: gdb.base/watchpoint.exp: trigger1 partially local watch
new FAIL: gdb.base/watchpoint.exp: trigger2 partially local watch
new FAIL: gdb.base/watchpoint.exp: self-delete partially local watch
new FAIL: gdb.base/watchpoint.exp: trigger static local watch
new FAIL: gdb.base/watchpoint.exp: continue after trigger static local watch
new FAIL: gdb.base/watchpoint.exp: cont
new FAIL: gdb.base/watchpoint.exp: next past local_x initialization
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: trigger local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call with explicit scope
new FAIL: gdb.base/watchpoint.exp: trigger local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
new FAIL: gdb.base/watchpoint.exp: global_ptr next
new FAIL: gdb.base/watchpoint.exp: next over ptr init
new FAIL: gdb.base/watchpoint.exp: next over buffer set
new FAIL: gdb.base/watchpoint.exp: global_ptr_ptr next
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr init
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr buffer set
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr pointer advance
new FAIL: gdb.base/watchpoint.exp: next after watch x
new FAIL: gdb.base/watchpoint.exp: continue with watch -location
new FAIL: gdb.base/watchpoint.exp: continue with watch foo2
new FAIL: gdb.base/watchpoint.exp: continue with watch foo4
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 1
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
new FAIL: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
new FAIL: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 4
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 5
new FAIL: gdb.cp/annota2.exp: continue until exit
new FAIL: gdb.cp/annota2.exp: delete bps
new FAIL: gdb.cp/annota2.exp: break at main
new FAIL: gdb.cp/annota2.exp: set watch on a.x
new FAIL: gdb.cp/annota2.exp: watch triggered on a.x
new FAIL: gdb.cp/annota2.exp: annotate-quit
new FAIL: gdb.cp/annota3.exp: continue to exit
new FAIL: gdb.cp/annota3.exp: watch triggered on a.x
new FAIL: gdb.cp/annota3.exp: annotate-quit
new FAIL: gdb.cp/exceptprint.exp: string: print exception value at catch
PASS -> FAIL: gdb.cp/exceptprint.exp: int: print exception value at throw
new FAIL: gdb.cp/exceptprint.exp: int: print exception value at catch
new FAIL: gdb.cp/exceptprint.exp: struct: print exception value at catch
new FAIL: gdb.cp/exceptprint.exp: reference to struct: print exception value at catch
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
new FAIL: gdb.dwarf2/dw2-anon-mptr.exp: ptype crash
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: get children of var1
new FAIL: gdb.dwarf2/implptrpiece.exp: print/d p[-1]
new FAIL: gdb.dwarf2/member-ptr-forwardref.exp: ptype c
new FAIL: gdb.gdb/python-interrupts.exp: signal SIGINT
new FAIL: gdb.gdb/python-selftest.exp: call catch_command_errors
new FAIL: gdb.go/methods.exp: setting breakpoint at main.T.Foo
new FAIL: gdb.go/methods.exp: setting breakpoint at
PASS -> FAIL: gdb.mi/mi-nonstop.exp: stacktrace of stopped thread
new FAIL: gdb.mi/mi-pending.exp: MI pending breakpoint on mi-pendshr.c:pendfunc2 if x==4
new FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": set x
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": set x
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2
new FAIL: gdb.modula2/unbounded-array.exp: print unbounded array contents
new FAIL: gdb.opt/solib-intra-step.exp: second-hit
new FAIL: gdb.python/py-breakpoint.exp: test_watchpoints: Test watchpoint write
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_internal: Test watchpoint write
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: Test watchpoint write
new FAIL: gdb.python/py-events.exp: get current thread
new FAIL: gdb.python/py-evsignal.exp: Signal Thread 3
new FAIL: gdb.python/py-evthreads.exp: Run to breakpoint 1
new FAIL: gdb.python/py-evthreads.exp: reached breakpoint 2
new FAIL: gdb.python/py-evthreads.exp: thread 2
new FAIL: gdb.python/py-evthreads.exp: reached breakpoint 3
new FAIL: gdb.python/py-evthreads.exp: thread 3
new FAIL: gdb.python/py-evthreads.exp: continue thread 1
new FAIL: gdb.python/py-evthreads.exp: thread 3 was signaled
new FAIL: gdb.python/py-value-cc.exp: u's second field via field
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
new FAIL: gdb.stabs/gdb11479.exp: Inspect t in test2 forced_stabs
new FAIL: gdb.stabs/gdb11479.exp: Inspect t in test forced_stabs
new FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 5: thread apply 2 print $_siginfo.si_signo
new FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 5: detach
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 6 of 100
new FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint triggers
new FAIL: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on breakpoint
new FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers
new FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted
PASS -> FAIL: gdb.threads/pthreads.exp: apply backtrace command to all three threads
new FAIL: gdb.threads/staticthreads.exp: tlsvar in thread
new FAIL: gdb.threads/staticthreads.exp: tlsvar in main
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: continue: continue
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
new FAIL: gdb.threads/thread_events.exp: continue to after_join_func with messages enabled
PASS -> FAIL: gdb.threads/threadapply.exp: thread apply all backthread
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
new FAIL: gdb.threads/watchthreads.exp: threaded watch loop
new FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit
new FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit
new FAIL: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread
new FAIL: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread
new FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
new FAIL: gdb.threads/watchthreads2.exp: x watch loop
new FAIL: gdb.threads/wp-replication.exp: No hardware watchpoints available
new FAIL: gdb.trace/collection.exp: collect register locals collectively: start trace experiment
new FAIL: gdb.trace/collection.exp: collect register locals collectively: tfind test frame
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local char
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local int
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local float
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local double
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member char
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member int
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member float
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member double
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #0
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #1
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #2
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #3
new FAIL: gdb.trace/collection.exp: collect register locals individually: define actions
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local char
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local int
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local float
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local double
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member char
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member int
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member float
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member double
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #0
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #1
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #2
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #3
PASS -> FAIL: gdb.trace/tspeed.exp: advance to trace begin
PASS -> FAIL: gdb.trace/tspeed.exp: start trace experiment
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: tfile: info locals
new FAIL: gdb.xml/tdesc-regs.exp: ptype $mixed_flags
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 6: thread apply 2 print $_siginfo.si_signo
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 2 of 100
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach <<2>>
FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 7 of 100
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 6: detach
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: no threads left
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 4: attach <<2>>
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: thread apply 2 print $_siginfo.si_signo
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: thread apply 2 print $_siginfo.si_signo
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 5: attach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 9: attach
FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 3 of 100
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 4: attach
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: no threads left
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: no threads left
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 9: attach <<2>>
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2 <<2>>
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach
FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 <<2>>
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
FAIL: gdb.multi/multi-attach.exp: backtrace 2
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 5: attach
FAIL: gdb.arch/s390-multiarch.exp: core-file #2
FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2 <<2>>
FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 8: attach
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 6: attach
FAIL: gdb.multi/multi-attach.exp: attach to program 2
FAIL: gdb.arch/s390-multiarch.exp: core-file #2 <<2>>
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: detach
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 7: attach
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: thread apply 2 print $_siginfo.si_signo
FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 4 of 100
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach
FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 5 of 100
FAIL: gdb.base/siginfo-thread.exp: Extract si_errno
FAIL: gdb.base/siginfo-thread.exp: p ssi_signo
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: no threads left
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach
FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_code from core file
FAIL: gdb.base/siginfo-thread.exp: thread 1
FAIL: gdb.base/siginfo-thread.exp: select thread 1 with core file
FAIL: gdb.base/siginfo-thread.exp: print $count
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 4: detach
FAIL: gdb.base/siginfo-thread.exp: update counter in thread 2
FAIL: gdb.base/siginfo-thread.exp: update counter in thread 1
FAIL: gdb.base/siginfo-thread.exp: p ssi_code
FAIL: gdb.base/siginfo-thread.exp: p $_siginfo._sifields._sigfault.si_addr from core file
FAIL: gdb.base/siginfo-thread.exp: core siginfo-thread.gcore
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 4: thread apply 2 print $_siginfo.si_signo
FAIL: gdb.base/siginfo-thread.exp: set variable $count = 0
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach <<2>>
FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_signo from core file
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: only inferior 1 left
FAIL: gdb.base/siginfo-thread.exp: select thread 2 with core file
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 8: attach
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 13: attach
FAIL: gdb.base/siginfo-thread.exp: p ssi_errno
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
FAIL: gdb.base/siginfo-thread.exp: test signal in main thread
FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_errno from core file
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 13: attach
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 7: attach
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 12: attach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
FAIL: gdb.arch/s390-multiarch.exp: core-file #3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 11: attach
FAIL: gdb.arch/s390-multiarch.exp: core-file #3 <<2>>
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: threaded: handle SIGALRM stop print pass
FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
FAIL: gdb.threads/attach-into-signal.exp: successfully compiled posix threads test case
FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified <<2>>
FAIL: gdb.trace/tspeed.exp: check on trace status <<2>>
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 10: attach
FAIL: gdb.trace/tspeed.exp: advance to trace begin <<2>>
FAIL: gdb.trace/tspeed.exp: set conditional fast tracepoint, done
FAIL: gdb.trace/tspeed.exp: check on trace status
FAIL: gdb.base/info-os.exp: get process groups
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 5: attach <<2>>
FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2 <<2>>
FAIL: gdb.trace/tspeed.exp: print iters = init_iters <<2>>
FAIL: gdb.trace/tspeed.exp: start trace experiment <<2>>
FAIL: gdb.trace/tspeed.exp: advance through tracing
FAIL: gdb.trace/tspeed.exp: set conditional fast tracepoint
FAIL: gdb.mi/mi-nonstop.exp: wait for thread exit
FAIL: gdb.trace/tspeed.exp: advance through tracing <<2>>
FAIL: gdb.mi/mi-nonstop.exp: probe for target remote
FAIL: gdb.trace/tspeed.exp: tstop
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach
FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
FAIL: gdb.base/dprintf-non-stop.exp: inferior stopped
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 7: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 11: attach <<2>>
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 14: attach
FAIL: gdb.base/random-signal.exp: run: stop with control-c
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 11: attach
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 9: detach
FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 10 of 100
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 9: thread apply 2 print $_siginfo.si_signo
============================




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Debian-i686-native-extended-gdbserver, branch master
  2016-05-03 10:39 [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic sergiodj+buildbot
  2016-05-03 10:39 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master sergiodj+buildbot
  2016-05-03 12:07 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-05-03 12:56 ` sergiodj+buildbot
  2016-05-03 12:56 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 12:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-i686

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-i686-native-extended-gdbserver/builds/3415>

Commit(s) tested:
	a4a1c15754d144d14dc48cd8ff62601f977e908c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Debian-i686-native-extended-gdbserver/.git/tree/?h=master&id=1d7c677cb6891722f72423c18edccc1989e78899>

*** Regressions found ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.ada/access_to_packed_array.exp: compilation foo.adb
new FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
new FAIL: gdb.ada/fun_overload_menu.exp: multiple matches for p
new FAIL: gdb.ada/fun_renaming.exp: print n
new FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
new FAIL: gdb.ada/rec_comp.exp: whatis r.ia
new FAIL: gdb.ada/rec_comp.exp: ptype r
new FAIL: gdb.ada/var_arr_typedef.exp: compilation var_arr_typedef.adb
new FAIL: gdb.arch/disp-step-insn-reloc.exp: can_relocate_jump: go to breakpoint 1
new FAIL: gdb.arch/disp-step-insn-reloc.exp: can_relocate_jump: relocated instruction
new FAIL: gdb.arch/ftrace-insn-reloc.exp: relocated instruction at can_relocate_jump
new FAIL: gdb.arch/ftrace-insn-reloc.exp: check on trace status
PASS -> FAIL: gdb.arch/i386-sse-stack-align.exp: print g0
PASS -> FAIL: gdb.arch/i386-sse-stack-align.exp: print g1
PASS -> FAIL: gdb.arch/i386-sse-stack-align.exp: print g2
PASS -> FAIL: gdb.arch/i386-sse-stack-align.exp: print g3
PASS -> FAIL: gdb.arch/i386-sse-stack-align.exp: print g4
new FAIL: gdb.base/a2-run.exp: run "a2-run" with shell
PASS -> FAIL: gdb.base/annota1.exp: run until main breakpoint
new FAIL: gdb.base/attach.exp: cmdline attach run: run to main
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints one
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 6 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 8 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 9 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 10 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 0 one
new FAIL: gdb.base/checkpoint-ns.exp: break3 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 two
new FAIL: gdb.base/checkpoint-ns.exp: Diff input and output two
new FAIL: gdb.base/checkpoint-ns.exp: break4 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 1 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 1
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 2 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 2
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 3 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 3
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 4 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 4
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 5 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 5
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 6 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 6
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 7 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 7
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 8 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 8
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 9 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 9
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 10 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 10
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork one
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork two
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork three
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork four
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork five
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints two
new FAIL: gdb.base/checkpoint-ns.exp: break2 with many checkpoints
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints with at least 600 checkpoints
PASS -> FAIL: gdb.base/foll-exec.exp: print follow-exec/local_k
PASS -> FAIL: gdb.base/foll-exec.exp: step through execlp call
PASS -> FAIL: gdb.base/foll-exec.exp: step after execlp call
PASS -> FAIL: gdb.base/foll-exec.exp: print execd-program/global_i
PASS -> FAIL: gdb.base/foll-exec.exp: step through execl call
PASS -> FAIL: gdb.base/foll-exec.exp: step after execl call
PASS -> FAIL: gdb.base/gnu-ifunc.exp: step
PASS -> FAIL: gdb.base/print-symbol-loading.exp: shlib off: load shared-lib
PASS -> FAIL: gdb.base/print-symbol-loading.exp: shlib brief: load shared-lib
PASS -> FAIL: gdb.guile/guile.exp: source source2.scm
PASS -> FAIL: gdb.guile/guile.exp: source -s source2.scm
new FAIL: gdb.guile/scm-value.exp: value->string with default #:errors = 'escape
new FAIL: gdb.guile/scm-value.exp: value->string with default #:errors = 'substitute
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
new FAIL: gdb.trace/signal.exp: tracepoint 5 hit 3 times
PASS -> FAIL: gdb.trace/tspeed.exp: advance to trace begin
PASS -> FAIL: gdb.trace/tspeed.exp: start trace experiment
PASS -> FAIL: gdb.trace/tspeed.exp: advance through tracing
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.ada/dyn_arrayidx.exp: ptype array_type
FAIL: gdb.ada/mi_var_array.exp: Create bt varobj
FAIL: gdb.ada/mi_var_array.exp: list vta's children
FAIL: gdb.ada/mi_var_array.exp: run to bar.adb:28 (exec-continue) (MI error)
FAIL: gdb.ada/mi_var_array.exp: wait for stop (stop at start of main Ada procedure)
FAIL: gdb.base/longjmp.exp: next over patt3
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=step: next over function call
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=off: next over function call
============================




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
  2016-05-03 10:39 [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2016-05-03 12:56 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-05-03 15:14 ` sergiodj+buildbot
  2016-05-03 15:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 15:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-native-gdbserver-m64/builds/3462>

Commit(s) tested:
	a4a1c15754d144d14dc48cd8ff62601f977e908c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a4a1c15754d144d14dc48cd8ff62601f977e908c>





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-05-03 10:39 [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2016-05-03 15:14 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-05-03 15:44 ` sergiodj+buildbot
  2016-05-03 15:51 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
  2016-05-03 16:37 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 15:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/3404>

Commit(s) tested:
	a4a1c15754d144d14dc48cd8ff62601f977e908c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a4a1c15754d144d14dc48cd8ff62601f977e908c>





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
  2016-05-03 10:39 [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2016-05-03 15:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-05-03 15:51 ` sergiodj+buildbot
  2016-05-03 16:37 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 15:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-native-extended-gdbserver-m64/builds/3469>

Commit(s) tested:
	a4a1c15754d144d14dc48cd8ff62601f977e908c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a4a1c15754d144d14dc48cd8ff62601f977e908c>





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch master
  2016-05-03 10:39 [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2016-05-03 15:51 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-05-03 16:37 ` sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2016-05-03 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3389>

Commit(s) tested:
	a4a1c15754d144d14dc48cd8ff62601f977e908c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/16818, workaround Python's forcing of -export-dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a4a1c15754d144d14dc48cd8ff62601f977e908c>





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-05-03 16:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-03 10:39 [binutils-gdb] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic sergiodj+buildbot
2016-05-03 10:39 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master sergiodj+buildbot
2016-05-03 12:07 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2016-05-03 12:56 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2016-05-03 12:56 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-05-03 15:14 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2016-05-03 15:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-05-03 15:51 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-05-03 16:37 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).