public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
@ 2018-05-22  4:46 sergiodj+buildbot
  2018-05-22  4:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
                   ` (10 more replies)
  0 siblings, 11 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-22  4:46 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 34a87bb07a4a3b2202fc25167a6b0f12575edc87 ***

Author: H.J. Lu <hjl.tools@gmail.com>
Branch: master
Commit: 34a87bb07a4a3b2202fc25167a6b0f12575edc87

ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

There should be no difference in output for symbols defined by HIDDEN
or PROVIDE_HIDDEN assignments whether they are explicitly marked as
hidden or not.  This patch adds a new BFD function, bfd_link_hide_symbol,
to hide symbols defined by HIDDEN and PROVIDE_HIDDEN assignments.

bfd

	PR ld/23201
	* aout-target.h (MY_bfd_link_hide_symbol): New.
	* aout-tic30.c (MY_bfd_link_hide_symbol): Likewise.
	* binary.c (binary_bfd_link_hide_symbol): Likewise.
	* coff-alpha.c (_bfd_ecoff_bfd_link_hide_symbol): Likewise.
	* coff-mips.c (_bfd_ecoff_bfd_link_hide_symbol): Likewise.
	* coff-rs6000.c (_bfd_xcoff_bfd_link_hide_symbol): Likewise.
	* coffcode.h (coff_bfd_link_hide_symbol): Likewise.
	* elf-bfd.h (_bfd_elf_link_hide_symbol): Likewise.
	* elfxx-target.h (bfd_elfNN_bfd_link_hide_symbol): Likewise.
	* i386msdos.c (msdos_bfd_link_hide_symbol): Likewise.
	* ihex.c (ihex_bfd_link_hide_symbol): Likewise.
	* libbfd-in.h (_bfd_nolink_bfd_link_hide_symbol): Likewise.
	* linker.c (_bfd_generic_link_hide_symbol): Likewise.
	(bfd_link_hide_symbol): Likewise.
	* mach-o-target.c (bfd_mach_o_bfd_link_hide_symbol): Likewise.
	* mmo.c (mmo_bfd_link_hide_symbol): Likewise.
	* pef.c (bfd_pef_bfd_link_hide_symbol): Likewise.
	* plugin.c (bfd_plugin_bfd_link_hide_symbol): Likewise.
	* ppcboot.c (ppcboot_bfd_link_hide_symbol): Likewise.
	* som.c (som_bfd_link_hide_symbol): Likewise.
	* srec.c (srec_bfd_link_hide_symbol): Likewise.
	* tekhex.c (tekhex_bfd_link_hide_symbol): Likewise.
	* vms-alpha.c (vms_bfd_link_hide_symbol): Likewise.
	(alpha_vms_bfd_link_hide_symbol): Likewise.
	* xsym.c (bfd_sym_bfd_link_hide_symbol): Likewise.
	* coff64-rs6000.c (rs6000_xcoff64_vec): Add
	_bfd_generic_link_hide_symbol.
	(rs6000_xcoff64_aix_vec): Likewise.
	* elflink.c (bfd_elf_record_link_assignment): Don't make forced
	local symbol dynamic.
	(_bfd_elf_link_hide_symbol): New function.
	* elfxx-x86.c (_bfd_x86_elf_link_symbol_references_local): Don't
	check root.ldscript_def.
	* targets.c (bfd_target): Add _bfd_link_hide_symbol.
	(BFD_JUMP_TABLE_LINK): Add NAME##_bfd_link_hide_symbol.
	* bfd-in2.h: Regenerated.
	* libbfd.h: Likewise.

ld/

	PR ld/23201
	* ldexp.c (exp_fold_tree_1): Call bfd_link_hide_symbol to hide
	a symbol.
	* testsuite/ld-elf/provide-hidden-dynabs.nd: Removed.
	* testsuite/ld-elf/provide-hidden-dynsec.nd: Likewise.
	* testsuite/ld-elf/provide-hidden.exp: Replace
	provide-hidden-dynsec.nd with provide-hidden-sec.nd and
	provide-hidden-dyn.nd.  Replace provide-hidden-dynabs.nd with
	provide-hidden-abs.nd and provide-hidden-dyn.nd.
	* testsuite/ld-i386/pr23189.d: Expect no dynamic relocation.
	* testsuite/ld-x86-64/pr23189.d: Likewise.


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

* Failures on RHEL-s390x-m64, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
@ 2018-05-22  4:58 ` sergiodj+buildbot
  2018-05-23  5:46 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-22  4:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/7244>

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=6da72a5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=6da72a5>




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

* Failures on Debian-s390x-m64, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
  2018-05-22  4:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
@ 2018-05-23  5:46 ` sergiodj+buildbot
  2018-05-23  7:12 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-23  5:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-m64/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-m64/xfails/master/xfail?id=6c960dc>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-m64/xfails/master/xfail.table?id=6c960dc>




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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
  2018-05-22  4:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
  2018-05-23  5:46 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2018-05-23  7:12 ` sergiodj+buildbot
  2018-05-31 23:19 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-23  7:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail?id=91933c9>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail.table?id=91933c9>




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

* Failures on Fedora-x86_64-m64, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-05-23  7:12 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-05-31 23:19 ` sergiodj+buildbot
  2018-05-31 23:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 23:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/9810>

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m64/xfails/master/xfail?id=370beeb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m64/xfails/master/xfail.table?id=370beeb>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-05-31 23:19 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2018-05-31 23:32 ` sergiodj+buildbot
  2018-05-31 23:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 23:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail?id=d3d9c05>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail.table?id=d3d9c05>




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-05-31 23:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-05-31 23:34 ` sergiodj+buildbot
  2018-05-31 23:52 ` Failures on Fedora-x86_64-cc-with-index, branch master sergiodj+buildbot
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 23:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/1705>

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Failed to compiled GDB.  ***
============================
make[1]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./intl
Configuring in ./libiberty
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... checking for a BSD-compatible install... configure: creating cache ./config.cache
/usr/bin/install -c
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
configure: creating ./config.status
checking for msgfmt... x86_64-w64-mingw32
checking target system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
config.status: creating Makefile
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... mkdir -p -- ./libdecnumber
checking for perl... perl
checking build system type... Configuring in ./libdecnumber
x86_64-pc-linux-gnu
checking host system type... .exe
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... checking for C compiler default output file name... none needed
a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking build system type... x86_64-pc-linux-gnu
checking host system type... .exe
configure: creating cache ./config.cache
checking for suffix of object files... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for library containing strerror... checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
o
checking whether we are using the GNU C compiler... checking for C compiler default output file name... none required
checking how to run the C preprocessor... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... a.exe
checking whether the C compiler works... yes
x86_64-w64-mingw32-gcc -E
checking whether we are cross compiling... yes
checking for suffix of executables... none needed
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... .exe
checking for suffix of object files... x86_64-w64-mingw32-gcc -E
o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for inline... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... inline
checking for sys/types.h... yes
checking for sys/types.h... yes
checking for sys/stat.h... none needed
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking whether x86_64-w64-mingw32-gcc supports -W... checking for sys/stat.h... yes
checking for stdlib.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... yes
checking for string.h... yes
yes
checking for stdlib.h... checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... yes
checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... yes
checking for string.h... yes
yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-prototypes... checking for memory.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wold-style-definition... yes
checking for inttypes.h... yes
checking for strings.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wmissing-format-attribute... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wcast-qual... yes
checking for stdint.h... checking for inttypes.h... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic -Wlong-long... yes
yes
yes
checking for unistd.h... checking how to run the C preprocessor... checking for stdint.h... yes
yes
checking for off_t... x86_64-w64-mingw32-gcc -E
checking for unistd.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for size_t... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/types.h... checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
checking for sys/stat.h... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
yes
checking for working alloca.h... 64
checking whether x86_64-w64-mingw32-gcc supports -W... yes
checking for stdlib.h... no
checking for alloca... yes
yes
checking whether x86_64-w64-mingw32-gcc supports -Wall... checking for string.h... yes
checking for stdlib.h... (cached) yes
checking for C compiler default output file name... checking for unistd.h... (cached) yes
yes
checking for getpagesize... yes
checking whether x86_64-w64-mingw32-gcc supports -Wwrite-strings... checking for memory.h... a.exe
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking whether x86_64-w64-mingw32-gcc supports -Wc++-compat... yes
yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... guessing no
checking for inttypes.h... checking for strings.h... yes
.exe
checking whether x86_64-w64-mingw32-gcc supports -Wstrict-prototypes... checking for suffix of object files... yes
yes
checking for stdint.h... yes
checking whether x86_64-w64-mingw32-gcc supports -Wshadow=local... checking for inttypes.h... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc supports -pedantic ... yes
checking for unsigned long long... yes
yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking whether x86_64-w64-mingw32-gcc and cc understand -c and -o together... checking for stdint.h... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... yes
checking for inttypes.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for unistd.h... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-w64-mingw32-gcc... no
checking for ld used by GCC... yes
checking ctype.h usability... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for an ANSI C-conforming const... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... yes
checking for shared library run path origin... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... yes
checking for inline... yes
checking ctype.h presence... yes
checking for ctype.h... yes
done
/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... inline
checking whether byte ordering is bigendian... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-w64-mingw32-nm
checking the name lister (x86_64-w64-mingw32-nm) interface... checking stddef.h usability... checking argz.h usability... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
no
checking argz.h presence... yes
checking stddef.h presence... checking for /usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
yes
checking for stddef.h... yes
checking how to recognize dependent libraries... checking for string.h... (cached) yes
no
checking for argz.h... no
checking limits.h usability... checking stdio.h usability... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse x86_64-w64-mingw32-nm output from x86_64-w64-mingw32-gcc object... yes
checking limits.h presence... no
checking for a BSD-compatible install... /usr/bin/install -c
yes
checking for limits.h... yes
yes
checking stdio.h presence... checking for sys/file.h... checking locale.h usability... yes
yes
checking for stdio.h... yes
checking for sys/param.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking locale.h presence... yes
checking for locale.h... yes
ok
checking how to run the C preprocessor... yes
checking for limits.h... checking nl_types.h usability... yes
x86_64-w64-mingw32-gcc -E
checking for stdlib.h... (cached) yes
yes
checking for uintptr_t... checking for malloc.h... yes
no
checking nl_types.h presence... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for ANSI C header files... checking for strings.h... (cached) yes
no
checking for nl_types.h... no
checking for sys/time.h... checking malloc.h usability... yes
yes
checking for int_least32_t... checking for time.h... yes
checking malloc.h presence... yes
yes
checking for malloc.h... yes
checking for sys/resource.h... checking stddef.h usability... yes
yes
checking for int_fast32_t... checking for sys/types.h... no
checking for sys/stat.h... (cached) yes
yes
checking stddef.h presence... checking for sys/mman.h... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/stat.h... yes
checking for uint64_t... no
checking for fcntl.h... checking for unistd.h... (cached) yes
yes
checking sys/param.h usability... checking for alloca.h... yes
checking for stdlib.h... no
yes
checking what to include in gstdint.h... checking for sys/pstat.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking sys/param.h presence... yes
no
yes
checking for off_t... checking for sys/sysmp.h... yes
checking for sys/param.h... yes
checking for string.h... checking for feof_unlocked... no
checking for sys/sysinfo.h... yes
no
checking for memory.h... checking for machine/hal_sysinfo.h... no
checking for fgets_unlocked... yes
checking size of int... no
yes
checking for sys/table.h... checking for strings.h... no
checking for getc_unlocked... no
checking for sys/sysctl.h... yes
checking for inttypes.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for stdint.h... no
checking for process.h... no
yes
checking for getcwd... checking for sys/prctl.h... yes
checking for unistd.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dlfcn.h... yes
checking for getegid... no
checking whether time.h and sys/time.h may both be included... no
checking for objdir... yes
checking whether errno must be declared... .libs
no
checking size of int... no
checking for geteuid... checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... 4
checking size of long... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... no
checking for getgid... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... no
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... no
checking for getuid... no
checking for mempcpy... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... 4
yes
checking dynamic linker characteristics... checking size of long... yes
checking for munmap... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for putenv... 4
checking for stdlib.h... (cached) yes
checking for ANSI C header files... (cached) yes
yes
checking for unistd.h... (cached) yes
checking build system type... checking for setenv... checking for getpagesize... x86_64-pc-linux-gnu
checking host system type... yes
checking for working mmap... no
checking for memcpy... x86_64-w64-mingw32
checking target system type... no
checking for setlocale... x86_64-w64-mingw32
checking for decimal floating point... bid
checking whether byte ordering is bigendian... yes
yes
checking for stpcpy... checking for strerror... 4
checking size of size_t... no
no
yes
configure: updating cache ./config.cache
checking for unistd.h... (cached) yes
checking for strcasecmp... configure: creating ./config.status
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for __argz_count... make[1]: Nothing to be done for 'all-target'.
mkdir -p -- ./readline
Configuring in ./readline
no
checking for __argz_stringify... 8
checking for long long... no
checking for __argz_next... yes
checking size of long long... no
checking for __fsetlocking... no
checking for iconv... configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... x86_64-w64-mingw32

Beginning configuration for readline-6.2 for x86_64-w64-mingw32

checking whether make sets $(MAKE)... yes
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
no
checking for LC_MESSAGES... no
checking for bison... bison
checking version of bison... checking for C compiler default output file name... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
.exe
checking for suffix of object files... configure: updating cache ./config.cache
configure: creating ./config.status
o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to accept ISO C89... 8
checking for a 64-bit type... config.status: creating Makefile
none needed
checking how to run the C preprocessor... config.status: creating config.intl
uint64_t
checking for intptr_t... x86_64-w64-mingw32-gcc -E
config.status: creating config.h
config.status: creating Makefile
config.status: executing default-1 commands
config.status: executing depfiles commands
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... config.status: executing libtool commands
yes
checking for uintptr_t... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
yes
checking for sys/types.h... make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/etc'
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
yes
checking for ssize_t... bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use %pure-parser [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
yes
checking for sys/stat.h... config.status: creating config.h
config.status: config.h is unchanged
rm -f plural.h
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
yes
make[2]: Entering directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
source='../../binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decNumber.c
checking for stdlib.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
yes
checking for pid_t... yes
checking for string.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
yes
checking for memory.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
yes
yes
checking for library containing strerror... checking for strings.h... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
none required
yes
checking for asprintf... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
checking for inttypes.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
checking for stdint.h... yes
checking for atexit... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
yes
checking for unistd.h... yes
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
checking for basename... yes
source='../../binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/decContext.c
checking minix/config.h usability... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
yes
checking for bcmp... source='../../binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal32.c
no
checking minix/config.h presence... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
source='../../binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal64.c
x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
checking for bcopy... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
yes
checking whether x86_64-w64-mingw32-gcc needs -traditional... x86_64-w64-mingw32-gcc -c  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^~~~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^~~~~~~~~~~~
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^~~~~~~~~~~~~~
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^~~~~~~
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^~~~~~~~~~~~
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^~~~~
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^~~~~
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^~~
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:133: plural.o] Error 1
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/intl'
make[1]: *** [Makefile:5599: all-intl] Error 2
make[1]: *** Waiting for unfinished jobs....
source='../../binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/decimal128.c
no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for an ANSI C-conforming const... source='../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
no
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for bsearch... source='../../binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee32.c
yes
checking for bzero... no
checking for working volatile... source='../../binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee64.c
source='../../binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no x86_64-w64-mingw32-gcc  -I../../binutils-gdb/libdecnumber -I.  -D_GLIBCXX_DEBUG  -D__USE_MINGW_ACCESS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long  -I../../binutils-gdb/libdecnumber -I.   -c ../../binutils-gdb/libdecnumber/bid/host-ieee128.c
yes
checking return type of signal handlers... rm -f libdecnumber.a
x86_64-w64-mingw32-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
x86_64-w64-mingw32-ranlib libdecnumber.a
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/libdecnumber'
no
checking for calloc... void
checking for size_t... yes
checking for clock... yes
checking for ssize_t... yes
checking for ffs... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for getcwd... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... yes
checking for getpagesize... none required
checking for fcntl... yes
checking for gettimeofday... no
checking for kill... yes
checking for index... no
checking for lstat... no
checking for insque... no
checking for memmove... no
checking for memchr... yes
checking for putenv... yes
checking for memcmp... yes
checking for select... yes
checking for memcpy... no
checking for setenv... yes
checking for memmem... no
checking for setlocale... no
checking for memmove... yes
checking for strcasecmp... yes
checking for mempcpy... yes
checking for strpbrk... yes
checking for memset... yes
checking for tcgetattr... yes
checking for mkstemps... no
checking for vsnprintf... no
checking for putenv... yes
yes
checking for random... checking for isascii... no
yes
checking for rename... checking for isxdigit... yes
checking for rindex... yes
checking for getpwent... no
checking for setenv... no
checking for getpwnam... no
checking for snprintf... no
checking for getpwuid... yes
checking for sigsetmask... no
checking for working strcoll... no
checking fcntl.h usability... no
checking for stpcpy... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking for stpncpy... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... no
checking for strcasecmp... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking limits.h usability... checking for strchr... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strdup... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking pwd.h usability... checking for strncasecmp... no
checking pwd.h presence... yes
no
checking for pwd.h... no
checking for memory.h... (cached) yes
checking for strndup... checking termcap.h usability... yes
checking termcap.h presence... no
checking for strnlen... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking for strrchr... no
checking termios.h presence... no
checking for termios.h... no
checking termio.h usability... yes
checking for strstr... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... yes
checking for strtod... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
no
checking sys/stream.h presence... checking for strtol... no
checking for sys/stream.h... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
no
checking for sys/select.h... no
checking sys/file.h usability... checking for strtoul... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... yes
checking for strtoll... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
64
checking for strtoull... checking for type of signal functions... yes
checking for strverscmp... no
checking for tmpnam... v7
checking if signal handlers must be reinstalled when invoked... configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
no
checking for presence of POSIX-style sigsetjmp/siglongjmp... configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
missing
checking for lstat... yes
checking for vasprintf... no
checking whether or not strcoll and strcmp differ... configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
no
checking whether the ctype macros accept non-ascii characters... configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
no
checking whether getpw functions are declared in pwd.h... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... no
checking for sig_atomic_t in signal.h... yes
checking for vfprintf... yes
checking whether signal handlers are of type void... yes
checking for vprintf... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for vsnprintf... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for vsprintf... not found
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for waitpid... no
checking for tgetent... no
no
checking for tgetent in -ltermcap... checking for setproctitle... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... 0
checking for vfork.h... no
checking for fork... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... no
checking for vfork... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... no
checking for _doprnt... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking for mbrlen... no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... yes
checking for mbscasecmp... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for mbscmp... no
no
checking for canonicalize_file_name... checking for mbsnrtowcs... no
checking for mbsrtowcs... no
checking for dup3... yes
checking for mbschr... no
checking for getrlimit... no
checking for wcrtomb... no
checking for getrusage... yes
checking for wcscoll... no
checking for getsysinfo... yes
checking for wcsdup... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for wcwidth... no
checking for psignal... no
checking for wctype... no
checking for pstat_getdynamic... yes
checking for wcswidth... no
no
checking whether mbrtowc and mbstate_t are properly declared... checking for pstat_getstatic... no
checking for realpath... yes
checking for iswlower... no
checking for setrlimit... yes
checking for iswupper... no
checking for sbrk... yes
checking for towlower... no
checking for spawnve... yes
checking for towupper... yes
checking for spawnvpe... yes
checking for iswctype... yes
checking for strerror... yes
checking for nl_langinfo and CODESET... no
checking for wchar_t in wchar.h... yes
checking for strsignal... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... no
checking for sysconf... yes
checking configuration for building shared libraries... supported
no
configure: updating cache ./config.cache
checking for sysctl... configure: creating ./config.status
no
checking for sysmp... config.status: creating Makefile
no
checking for table... config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking for times... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking for wait3... no
checking for wait4... no
checking whether basename is declared... no
checking whether ffs is declared... no
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... no
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-05-31 23:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2018-05-31 23:52 ` sergiodj+buildbot
  2018-05-31 23:55 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 23:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/9705>

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/multiple-successive-infcall.exp: thread=4: testing if call get_value
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail?id=6ab5eec>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail.table?id=6ab5eec>




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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-05-31 23:52 ` Failures on Fedora-x86_64-cc-with-index, branch master sergiodj+buildbot
@ 2018-05-31 23:55 ` sergiodj+buildbot
  2018-06-01  1:10 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 23:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail?id=a5e321e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail.table?id=a5e321e>




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

* Failures on Fedora-i686, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2018-05-31 23:55 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-06-01  1:10 ` sergiodj+buildbot
  2018-08-04  6:20 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
  2018-08-04  9:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, " sergiodj+buildbot
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-06-01  1:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/9791>

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new FAIL: gdb.base/info-os.exp: continue to breakpoint: Set breakpoint here
new FAIL: gdb.base/info-os.exp: get shared memory key
new FAIL: gdb.base/info-os.exp: get shared memory ID
new FAIL: gdb.base/info-os.exp: get semaphore key
new FAIL: gdb.base/info-os.exp: get semaphore ID
new FAIL: gdb.base/info-os.exp: get message queue key
new FAIL: gdb.base/info-os.exp: get message queue ID
new FAIL: gdb.base/info-os.exp: get socket port number
new FAIL: gdb.base/info-os.exp: get process list
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-i686/xfails/master/xfail?id=b24bdf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-i686/xfails/master/xfail.table?id=b24bdf1>




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

* Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2018-06-01  1:10 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2018-08-04  6:20 ` sergiodj+buildbot
  2018-08-04  9:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, " sergiodj+buildbot
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-04  6:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-extended-gdbserver-m32/builds/3561>

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-extended-gdbserver-m32/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2018-08-04  6:20 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-08-04  9:47 ` sergiodj+buildbot
  10 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-04  9:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3542>

Commit(s) tested:
	34a87bb07a4a3b2202fc25167a6b0f12575edc87

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/34/34a87bb07a4a3b2202fc25167a6b0f12575edc87/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-30  1:23 [binutils-gdb] Remove "struct" keyword in range-based for loops sergiodj+buildbot
@ 2018-09-18 21:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-18 21:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3654>

Commit(s) tested:
	5294170687db7d997a00f88b765ef353121aa441

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove "struct" keyword in range-based for loops

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/52/5294170687db7d997a00f88b765ef353121aa441/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-28 19:57 [binutils-gdb] x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layout sergiodj+buildbot
@ 2018-09-15 22:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-15 22:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3647>

Commit(s) tested:
	92e68c1d65f844c0027f471a0c9e1722d781ef7d

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/92/92e68c1d65f844c0027f471a0c9e1722d781ef7d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-28 16:20 [binutils-gdb] ld: Unify STT_GNU_IFUNC handling sergiodj+buildbot
@ 2018-09-15  4:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-15  4:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3646>

Commit(s) tested:
	ac98f9e2275ffcca560eaa0bddd282a1ff94fc28

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Unify STT_GNU_IFUNC handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ac/ac98f9e2275ffcca560eaa0bddd282a1ff94fc28/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach parent
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-27 22:16 [binutils-gdb] Remove last reference to REMOTE_OBS sergiodj+buildbot
@ 2018-09-14 17:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-14 17:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3645>

Commit(s) tested:
	b8283aea9e599f17dbae7f52223994e3a9168143

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove last reference to REMOTE_OBS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b8/b8283aea9e599f17dbae7f52223994e3a9168143/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-26 21:47 [binutils-gdb] Remove cleanups from dbxread.c sergiodj+buildbot
@ 2018-09-13 17:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-13 17:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3641>

Commit(s) tested:
	bf259e253f0d27323756fb434ba6e94d50846021

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from dbxread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bf/bf259e253f0d27323756fb434ba6e94d50846021/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-25 20:59 [binutils-gdb] Remove interp_name sergiodj+buildbot
@ 2018-09-13 14:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-13 14:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3639>

Commit(s) tested:
	da505cff6e29b18244dc9f6886bcb4d436263dee

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove interp_name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/da/da505cff6e29b18244dc9f6886bcb4d436263dee/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-25 20:32 [binutils-gdb] Change the as_*_interp functions to use dynamic_cast sergiodj+buildbot
@ 2018-09-13 11:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-13 11:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3637>

Commit(s) tested:
	716b8bc52eef6044f1ff361e3e2eeb9307849034

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change the as_*_interp functions to use dynamic_cast

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/71/716b8bc52eef6044f1ff361e3e2eeb9307849034/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-25  7:27 [binutils-gdb] s12z regen sergiodj+buildbot
@ 2018-09-09  6:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-09  6:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3629>

Commit(s) tested:
	277eb7f64ae0c949715751a382350368ef14e95e

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	s12z regen

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/27/277eb7f64ae0c949715751a382350368ef14e95e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-25  3:02 [binutils-gdb] gdb: Split func_command into two parts sergiodj+buildbot
@ 2018-09-09  2:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-09  2:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3627>

Commit(s) tested:
	39f0c2040f13ae0eb3405b8cf2ff6491c6f354a5

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Split func_command into two parts.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/39/39f0c2040f13ae0eb3405b8cf2ff6491c6f354a5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-24 20:09 [binutils-gdb] Update help strings in skip.c sergiodj+buildbot
@ 2018-09-04  4:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-04  4:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3615>

Commit(s) tested:
	784e4b3e80c1093203ae1a0da33be7a670942713

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update help strings in skip.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/78/784e4b3e80c1093203ae1a0da33be7a670942713/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-24 18:01 [binutils-gdb] gdb: Restore selected frame in print_frame_local_vars sergiodj+buildbot
@ 2018-09-02  0:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-09-02  0:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3610>

Commit(s) tested:
	45f25d6c83c31a48a01ef8293bb3978f5e58e653

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Restore selected frame in print_frame_local_vars

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/45/45f25d6c83c31a48a01ef8293bb3978f5e58e653/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-24 15:23 [binutils-gdb] testsuite: Extend TLS core file testing with an OS-generated dump sergiodj+buildbot
@ 2018-08-31 19:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-31 19:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3609>

Commit(s) tested:
	d9f6d7f8b636a2b32004273143d72a77d82b40de

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	testsuite: Extend TLS core file testing with an OS-generated dump

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d9/d9f6d7f8b636a2b32004273143d72a77d82b40de/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.dwarf2/gdb-index.exp: touch binary
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:63
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-23 18:49 [binutils-gdb] Remove vcomplaint sergiodj+buildbot
@ 2018-08-23 22:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-23 22:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3588>

Commit(s) tested:
	de54e1a5d231c5857e870acc788f9b843ff5f050

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove vcomplaint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/de/de54e1a5d231c5857e870acc788f9b843ff5f050/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-23 17:01 [binutils-gdb] Remove "noisy" parameter from clear_complaints sergiodj+buildbot
@ 2018-08-22  9:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-22  9:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3585>

Commit(s) tested:
	4e9668d0d1ddad73af7c20a92a00704fbea2a8d9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove "noisy" parameter from clear_complaints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4e/4e9668d0d1ddad73af7c20a92a00704fbea2a8d9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-23 16:40 [binutils-gdb] Remove elements from complaint_series sergiodj+buildbot
@ 2018-08-21 11:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-21 11:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3583>

Commit(s) tested:
	43ba33c7689a9eeb20a3c36ecb9867574963ee0e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove elements from complaint_series

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/43/43ba33c7689a9eeb20a3c36ecb9867574963ee0e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: all threads are running
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-23  2:03 [binutils-gdb] gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave' sergiodj+buildbot
@ 2018-08-17 22:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-17 22:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3576>

Commit(s) tested:
	35f1fea3fcd44546a6cf074029c284c64ad25b3c

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/35/35f1fea3fcd44546a6cf074029c284c64ad25b3c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-23  0:48 [binutils-gdb] Handle "show remote memory-write-packet-size" when not connected sergiodj+buildbot
@ 2018-08-16  5:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-16  5:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3572>

Commit(s) tested:
	cc0be08f80d4348e8f81471c80409710c4d4cd1a

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

Subject:
	Handle "show remote memory-write-packet-size" when not connected

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cc/cc0be08f80d4348e8f81471c80409710c4d4cd1a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-22 22:55 [binutils-gdb] remote: multiple remote_arch_state instances per arch sergiodj+buildbot
@ 2018-08-14 11:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-14 11:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3567>

Commit(s) tested:
	9d6eea31325e4027b5f035e941864fa6d780a8ca

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

Subject:
	remote: multiple remote_arch_state instances per arch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9d/9d6eea31325e4027b5f035e941864fa6d780a8ca/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-22 22:50 [binutils-gdb] remote: Make readahead_cache a C++ class sergiodj+buildbot
@ 2018-08-14  0:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-14  0:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3565>

Commit(s) tested:
	dd194f6b36727987dc7f0d707512bd886982099c

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

Subject:
	remote: Make readahead_cache a C++ class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/dd/dd194f6b36727987dc7f0d707512bd886982099c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-22 20:16 [binutils-gdb] Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973) sergiodj+buildbot
@ 2018-08-12 17:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-12 17:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3562>

Commit(s) tested:
	b1b60145aedb8adcb0b9dcf43a5ae735c2f03b51

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

Subject:
	Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b1/b1b60145aedb8adcb0b9dcf43a5ae735c2f03b51/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-22 17:26 [binutils-gdb] [PowerPC] Consolidate wordsize getter between native and gdbserver sergiodj+buildbot
@ 2018-08-06 23:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-06 23:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3548>

Commit(s) tested:
	2e077f5e67aeff78e096a250bd225cd4658a35dc

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>

Subject:
	[PowerPC] Consolidate wordsize getter between native and gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2e/2e077f5e67aeff78e096a250bd225cd4658a35dc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-22  1:57 [binutils-gdb] MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers sergiodj+buildbot
@ 2018-08-03  9:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-08-03  9:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3540>

Commit(s) tested:
	75d74ccace05f6166a45dbaa352abf753891d3be

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/75/75d74ccace05f6166a45dbaa352abf753891d3be/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-21 18:22 [binutils-gdb] Remove cleanup from ada-lang.c sergiodj+buildbot
@ 2018-07-29 23:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-07-29 23:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3529>

Commit(s) tested:
	6f46ac8531ead61003c96b8e2fa6a383ea8d8c58

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from ada-lang.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6f/6f46ac8531ead61003c96b8e2fa6a383ea8d8c58/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-20  0:37 [binutils-gdb] Remove useless variable int i in backtrace_command_1 sergiodj+buildbot
@ 2018-07-26 21:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-07-26 21:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3520>

Commit(s) tested:
	59f66be3aca7ef310c1d4464e93b251fe87135e0

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Remove useless variable int i in backtrace_command_1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/59/59f66be3aca7ef310c1d4464e93b251fe87135e0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-19  3:50 [binutils-gdb] x86: Don't set eh->local_ref to 1 for versioned symbol sergiodj+buildbot
@ 2018-07-26  1:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-07-26  1:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3518>

Commit(s) tested:
	97373b2eba6077d5059370a95931b93a8b118813

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Don't set eh->local_ref to 1 for versioned symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/97/97373b2eba6077d5059370a95931b93a8b118813/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-18 22:33 [binutils-gdb] format_pieces-selftests.c: Silence ARI warnings sergiodj+buildbot
@ 2018-07-16  2:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-07-16  2:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3494>

Commit(s) tested:
	1d143c36eedc0f0b124e6aa6fb3b98b1e6ff74b0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	format_pieces-selftests.c: Silence ARI warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1d/1d143c36eedc0f0b124e6aa6fb3b98b1e6ff74b0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-18  0:01 [binutils-gdb] Don't elide all inlined frames sergiodj+buildbot
@ 2018-07-09  2:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-07-09  2:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3476>

Commit(s) tested:
	ddfe970e6bec29f779a60b071f12590e53cfe6eb

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Don't elide all inlined frames

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/dd/ddfe970e6bec29f779a60b071f12590e53cfe6eb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-17 15:50 [binutils-gdb] value.c: Remove unused variables sergiodj+buildbot
@ 2018-07-07  6:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-07-07  6:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3470>

Commit(s) tested:
	3e6188349fbf16e9da69837e5e1211537805e422

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	value.c: Remove unused variables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3e/3e6188349fbf16e9da69837e5e1211537805e422/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-15 17:55 [binutils-gdb] MIPS: Make `mask_address_var' static sergiodj+buildbot
@ 2018-06-29 15:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-06-29 15:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3450>

Commit(s) tested:
	ea33cd9290063d977fb2c31ea6a8567da585ab88

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS: Make `mask_address_var' static

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ea/ea33cd9290063d977fb2c31ea6a8567da585ab88/>

*** Diff to previous build ***
============================
new UNRESOLVED: gdb.mi/mi-var-child-f.exp: create local variable array
new UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 23
new UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 24
new UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 27
new UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 30
new UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 31
new UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 36
new UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 37
new UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 42
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-15 15:48 [binutils-gdb] testsuite: Fix a `server_pid' access crash in gdb.server/server-kill.exp sergiodj+buildbot
@ 2018-06-28 21:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-06-28 21:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3449>

Commit(s) tested:
	0726fcc61a8b7c943de513ec598b2189c5f67715

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	testsuite: Fix a `server_pid' access crash in gdb.server/server-kill.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/07/0726fcc61a8b7c943de513ec598b2189c5f67715/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-15 13:56 [binutils-gdb] Fix error messages in the NFP sources when building for 32-bit targets sergiodj+buildbot
@ 2018-06-28  0:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-06-28  0:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3447>

Commit(s) tested:
	1678bd35a35a3bace2d4aee39b64d96c638651f0

Author(s) (in the same order as the commits):
	Francois H. Theron <francois.theron@netronome.com>

Subject:
	Fix error messages in the NFP sources when building for 32-bit targets.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/16/1678bd35a35a3bace2d4aee39b64d96c638651f0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-12  1:03 [binutils-gdb] gdb: xtensa: drop gdb_target definition sergiodj+buildbot
@ 2018-06-23 10:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-06-23 10:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3438>

Commit(s) tested:
	67e6f569eb32332b8a70a919b0b14012247d320a

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: xtensa: drop gdb_target definition

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/67/67e6f569eb32332b8a70a919b0b14012247d320a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-10 10:11 [binutils-gdb] Fix tagged pointer support sergiodj+buildbot
@ 2018-06-16 14:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-06-16 14:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3419>

Commit(s) tested:
	8727de56b0dbe25b7b4a3bd04f72ac41992463ed

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Fix tagged pointer support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/87/8727de56b0dbe25b7b4a3bd04f72ac41992463ed/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
PASS -> FAIL: gdb.base/gcore.exp: where in corefile
new FAIL: gdb.base/gcore.exp: capture_command_output for print array_func::local_array
PASS -> FAIL: gdb.base/gcore.exp: corefile restored stack array
PASS -> FAIL: gdb.base/gcore.exp: corefile restored backtrace
new FAIL: gdb.base/gcore-relro-pie.exp: can't run to break_here
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: can't run to main
PASS -> FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: continue
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
PASS -> FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: continue
new FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
PASS -> FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
PASS -> FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
PASS -> FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, first time
PASS -> FAIL: gdb.base/recurse.exp: continue to recurse
PASS -> FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time
PASS -> FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time
PASS -> FAIL: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
PASS -> FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, second time
PASS -> FAIL: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : run to foo
new FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : continue until exit at second pass
PASS -> FAIL: gdb.base/solib-search.exp: backtrace
PASS -> FAIL: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame
PASS -> FAIL: gdb.base/watchpoint.exp: trigger local watch
PASS -> FAIL: gdb.base/watchpoint.exp: self-delete local watch
PASS -> FAIL: gdb.base/watchpoint.exp: trigger2 partially local watch
PASS -> FAIL: gdb.base/watchpoint.exp: self-delete partially local watch
PASS -> FAIL: gdb.base/watchpoint.exp: set static local watch
PASS -> FAIL: gdb.base/watchpoint.exp: trigger static local watch
PASS -> FAIL: gdb.base/watchpoint.exp: continue after trigger static local watch
PASS -> FAIL: gdb.base/watchpoint.exp: static local watch did not self-delete
PASS -> FAIL: gdb.base/watchpoint.exp: cont
PASS -> FAIL: gdb.base/watchpoint.exp: next past local_x initialization
PASS -> FAIL: gdb.base/watchpoint.exp: set local watch in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: trigger local watch in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: self-delete local watch in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: set local watch in recursive call with explicit scope
PASS -> FAIL: gdb.base/watchpoint.exp: trigger local watch with explicit scope in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: self-delete local watch with explicit scope in recursive call
PASS -> FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
PASS -> FAIL: gdb.base/watchpoint.exp: next after watch x
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch -location
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func6 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func7 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch foo4
PASS -> FAIL: gdb.base/watchpoint.exp: rwatch disallowed for register based expression
PASS -> FAIL: gdb.base/watchpoint.exp: awatch disallowed for register based expression
PASS -> FAIL: gdb.cp/annota2.exp: watch triggered on a.x
PASS -> FAIL: gdb.cp/annota2.exp: annotate-quit
PASS -> FAIL: gdb.cp/annota3.exp: watch triggered on a.x
PASS -> FAIL: gdb.cp/annota3.exp: annotate-quit
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: watchpoint trigger
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: watchpoint trigger
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from void_func
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var step post-change
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step third shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step second shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step generic
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next third shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next second shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next generic
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next over solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next over solib function two
PASS -> FAIL: gdb.reverse/step-precsave.exp: finish out of fn call
PASS -> FAIL: gdb.reverse/step-precsave.exp: simple stepi
PASS -> FAIL: gdb.reverse/step-precsave.exp: stepi back from function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi from a function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: simple reverse stepi
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step out of called fn
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next over call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 2
PASS -> FAIL: gdb.reverse/until-precsave.exp: advance to factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function
PASS -> FAIL: gdb.reverse/until-precsave.exp: finish to main
PASS -> FAIL: gdb.reverse/until-precsave.exp: advance to marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-advance to final return of factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-until to entry of factorial
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: replay forward to marker2
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, fifth time
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-09  5:28 [binutils-gdb] PR23147, Heap buffer overflow in pe_print_idata sergiodj+buildbot
@ 2018-06-12 17:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-06-12 17:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3410>

Commit(s) tested:
	53db9cf9fc363fd8ab3a9d97cdcb2ea1f639a243

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23147, Heap buffer overflow in pe_print_idata

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/53/53db9cf9fc363fd8ab3a9d97cdcb2ea1f639a243/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-08 14:08 [binutils-gdb] Correct powerpc spe opcode lookup sergiodj+buildbot
@ 2018-06-09  4:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-06-09  4:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3400>

Commit(s) tested:
	f413a91378902aadbe4e338a6dc8f33f5f7148a0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Correct powerpc spe opcode lookup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f4/f413a91378902aadbe4e338a6dc8f33f5f7148a0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-07 15:05 [binutils-gdb] Cleanup ppc code dealing with opcode dumps sergiodj+buildbot
@ 2018-05-17  9:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-17  9:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3333>

Commit(s) tested:
	2ceb7719f763b9e541a379d8ac7d53a72794fdd4

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Cleanup ppc code dealing with opcode dumps.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2c/2ceb7719f763b9e541a379d8ac7d53a72794fdd4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-05  7:23 [binutils-gdb] Add two fall-through comments in rs6000-tdep.c sergiodj+buildbot
@ 2018-05-12 19:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-12 19:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3326>

Commit(s) tested:
	e3829d13f6d0615f663d2a85ef4281a4365a947c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add two fall-through comments in rs6000-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e3/e3829d13f6d0615f663d2a85ef4281a4365a947c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-05  1:57 [binutils-gdb] Let gdb.execute handle multi-line commands sergiodj+buildbot
@ 2018-05-09 16:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-09 16:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3318>

Commit(s) tested:
	56bcdbea2bed27ea83bf0e4fe472ab744b4beaa1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Let gdb.execute handle multi-line commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/56/56bcdbea2bed27ea83bf0e4fe472ab744b4beaa1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-04 22:30 [binutils-gdb] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones sergiodj+buildbot
@ 2018-05-06  5:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-06  5:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3310>

Commit(s) tested:
	a3b60e4588606354b93508a0008a5ca04b68fad8

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a3/a3b60e4588606354b93508a0008a5ca04b68fad8/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/watchpoint-unaligned.exp: wp
new FAIL: gdb.base/watchpoint-unaligned.exp: continue
new FAIL: gdb.base/watchpoint-unaligned.exp: delete 26
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[1]
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable size = 2
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable offset = 1
new FAIL: gdb.base/watchpoint-unaligned.exp: delete
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable offset = 2
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable offset = 3
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable size = 4
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable offset = 0
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable size = 8
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[2]
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable size = 1
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable offset = 4
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable offset = 5
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable offset = 6
new FAIL: gdb.base/watchpoint-unaligned.exp: set variable offset = 7
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[3]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[4]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[5]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[6]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size1[7]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[0]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[1]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[2]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size2[3]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[0]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size4[1]
new FAIL: gdb.base/watchpoint-unaligned.exp: rwatch data.u.size8[0]
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-04 21:12 [binutils-gdb] (SPARC/LEON) fix incorrect array return value printed by "finish" sergiodj+buildbot
@ 2018-05-05 18:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 18:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3308>

Commit(s) tested:
	05bc7456b872b81044d3b0e7c4d74c1de57217fd

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(SPARC/LEON) fix incorrect array return value printed by "finish"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/05/05bc7456b872b81044d3b0e7c4d74c1de57217fd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-04 20:33 [binutils-gdb] Use previous count when 'x' command is repeated sergiodj+buildbot
@ 2018-05-05 13:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-05 13:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3306>

Commit(s) tested:
	9be2ae8fc6b908746d9d7ebaf77aec8abba5dd2c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use previous count when 'x' command is repeated

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9b/9be2ae8fc6b908746d9d7ebaf77aec8abba5dd2c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-04 19:36 [binutils-gdb] Return std::string from ada_exception_catchpoint_cond_string sergiodj+buildbot
@ 2018-05-05  6:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-05  6:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3303>

Commit(s) tested:
	cb7de75eb33b2ceda391c903cac5e5ed63933b99

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Return std::string from ada_exception_catchpoint_cond_string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cb/cb7de75eb33b2ceda391c903cac5e5ed63933b99/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-04 11:04 [binutils-gdb] gdb/testsuite: Fix broken regexp in gdbstub case sergiodj+buildbot
@ 2018-05-04 15:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 15:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3296>

Commit(s) tested:
	089a949083dcd5c679376033e975d54093007408

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Fix broken regexp in gdbstub case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/08/089a949083dcd5c679376033e975d54093007408/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-04 10:22 [binutils-gdb] -Wstringop-truncation warnings sergiodj+buildbot
@ 2018-05-04 14:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-04 14:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3295>

Commit(s) tested:
	602f16570454a1597c2af28af66852133432d1f2

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	-Wstringop-truncation warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/60/602f16570454a1597c2af28af66852133432d1f2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-03 22:18 [binutils-gdb] Use flex's -t option instead of --stdout sergiodj+buildbot
@ 2018-05-04  6:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-04  6:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3293>

Commit(s) tested:
	4ea17de8f1985273215b515d48fbd59b2ced3cd1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use flex's -t option instead of --stdout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4e/4ea17de8f1985273215b515d48fbd59b2ced3cd1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-03 17:01 [binutils-gdb] BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables sergiodj+buildbot
@ 2018-05-04  3:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-04  3:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3291>

Commit(s) tested:
	3be08ea4728b56d35e136af4e6fd3086ade17764

Author(s) (in the same order as the commits):
	Simon Atanasyan <simon@atanasyan.com>

Subject:
	BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3b/3be08ea4728b56d35e136af4e6fd3086ade17764/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-03  2:19 [binutils-gdb] Convert struct target_ops to C++ sergiodj+buildbot
@ 2018-05-03 14:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-03 14:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3285>

Commit(s) tested:
	f6ac5f3d63e03a81c4ff3749aba234961cc9090e

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

Subject:
	Convert struct target_ops to C++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f6/f6ac5f3d63e03a81c4ff3749aba234961cc9090e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-02 23:59 [binutils-gdb] Eliminate procfs.c:procfs_use_watchpoints sergiodj+buildbot
@ 2018-05-03  4:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-03  4:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3281>

Commit(s) tested:
	b5c8fcb1b40a61be5015b02e8cf456a56c258b5d

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

Subject:
	Eliminate procfs.c:procfs_use_watchpoints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b5/b5c8fcb1b40a61be5015b02e8cf456a56c258b5d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-01 16:57 [binutils-gdb] Fix unintialized memory in aarch64 opcodes sergiodj+buildbot
@ 2018-05-02 22:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-02 22:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3278>

Commit(s) tested:
	b3ac5c6c286c5b5c1909628e85754edfb403cf1a

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Fix unintialized memory in aarch64 opcodes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b3/b3ac5c6c286c5b5c1909628e85754edfb403cf1a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-01 15:30 [binutils-gdb] Add the Netronome Flow Processor as a build target to the top-level configure.ac file sergiodj+buildbot
@ 2018-05-02 17:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-02 17:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3276>

Commit(s) tested:
	1063beb58c9a2f69913682b6923b08e6a7d192aa

Author(s) (in the same order as the commits):
	Francois H. Theron <francois.theron@netronome.com>

Subject:
	Add the Netronome Flow Processor as a build target to the top-level configure.ac file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/10/1063beb58c9a2f69913682b6923b08e6a7d192aa/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-01  1:23 [binutils-gdb] Remove a use of is_mi_like_p from darwin-nat-info.c sergiodj+buildbot
@ 2018-05-02 11:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-02 11:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3273>

Commit(s) tested:
	767619365467fd825c6f3906a49d97a7a6afafd6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a use of is_mi_like_p from darwin-nat-info.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/76/767619365467fd825c6f3906a49d97a7a6afafd6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-05-01  0:19 [binutils-gdb] Remove a use of is_mi_like_p from tracepoint.c sergiodj+buildbot
@ 2018-05-02  7:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-02  7:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3271>

Commit(s) tested:
	f3c6ababac34f3a291997f8d5ea6a63949b58b87

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a use of is_mi_like_p from tracepoint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f3/f3c6ababac34f3a291997f8d5ea6a63949b58b87/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-30 23:38 [binutils-gdb] Remove some uses of is_mi_like_p from py-framefilter.c sergiodj+buildbot
@ 2018-05-02  2:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-02  2:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3269>

Commit(s) tested:
	2038b7fdf30c39bc4d528cc2e5fbf5403e0ba79e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some uses of is_mi_like_p from py-framefilter.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/20/2038b7fdf30c39bc4d528cc2e5fbf5403e0ba79e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-30 21:37 [binutils-gdb] Remove new_bfd_ref sergiodj+buildbot
@ 2018-05-01 15:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-01 15:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3265>

Commit(s) tested:
	1831a9f9d3346dbf61202d2aba6935f0093487dd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove new_bfd_ref

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/18/1831a9f9d3346dbf61202d2aba6935f0093487dd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-30 21:46 [binutils-gdb] Introduce ref_ptr::new_reference sergiodj+buildbot
@ 2018-05-01 13:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-01 13:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3264>

Commit(s) tested:
	7c1b5f3db73d7ecab03dc4e866e291582935fb04

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce ref_ptr::new_reference

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7c/7c1b5f3db73d7ecab03dc4e866e291582935fb04/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-30 20:51 [binutils-gdb] Remove long_long_align_bit gdbarch attribute sergiodj+buildbot
@ 2018-05-01 11:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-01 11:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3263>

Commit(s) tested:
	e11fb955fbab035748fa53ffc30c103157a284b6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove long_long_align_bit gdbarch attribute

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e1/e11fb955fbab035748fa53ffc30c103157a284b6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-30 20:28 [binutils-gdb] Remove rust_type_alignment sergiodj+buildbot
@ 2018-05-01  7:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  7:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3262>

Commit(s) tested:
	2fff16dd8c25831fb5fbf198ca86d5befff629be

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove rust_type_alignment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2f/2fff16dd8c25831fb5fbf198ca86d5befff629be/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-30 19:20 [binutils-gdb] Expose type alignment on gdb.Type sergiodj+buildbot
@ 2018-05-01  3:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  3:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3261>

Commit(s) tested:
	6d7bb8246b3beaf60ea9c2abe183705e876519cd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Expose type alignment on gdb.Type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6d/6d7bb8246b3beaf60ea9c2abe183705e876519cd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-30 18:19 [binutils-gdb] Handle alignof and _Alignof sergiodj+buildbot
@ 2018-05-01  0:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-05-01  0:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3260>

Commit(s) tested:
	007e1530347330d4dbba387c4e35aae05bc06498

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Handle alignof and _Alignof

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/00/007e1530347330d4dbba387c4e35aae05bc06498/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-30 17:32 [binutils-gdb] Add initial type alignment support sergiodj+buildbot
@ 2018-04-30 21:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 21:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3259>

Commit(s) tested:
	2b4424c35b9ebabaab8588b2ba6c38935a48efec

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add initial type alignment support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2b/2b4424c35b9ebabaab8588b2ba6c38935a48efec/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-30 15:27 [binutils-gdb] Use bool in read_index_from_section sergiodj+buildbot
@ 2018-04-30 17:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-30 17:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3257>

Commit(s) tested:
	d33bc52e51fdb6c464c1c8e8fdf9b2007b522b57

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use bool in read_index_from_section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d3/d33bc52e51fdb6c464c1c8e8fdf9b2007b522b57/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-29 16:52 [binutils-gdb] proc-events.c: fix compilation on Solaris sergiodj+buildbot
@ 2018-04-30  7:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-30  7:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3256>

Commit(s) tested:
	e28b63a989caffa4a6fba1aaf0d8992b37d13da8

Author(s) (in the same order as the commits):
	Fabian Groffen <grobian@gentoo.org>

Subject:
	proc-events.c: fix compilation on Solaris

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e2/e28b63a989caffa4a6fba1aaf0d8992b37d13da8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-29 16:18 [binutils-gdb] Fix race when building ada-lex.c sergiodj+buildbot
@ 2018-04-30  5:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-30  5:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3255>

Commit(s) tested:
	cd8c76e410a5f16a170cc680be1ae2ecb5528821

Author(s) (in the same order as the commits):
	John Reiser <jreiser@BitWagon.com>

Subject:
	Fix race when building ada-lex.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cd/cd8c76e410a5f16a170cc680be1ae2ecb5528821/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-27 20:09 [binutils-gdb] Add inclusive range support for Rust sergiodj+buildbot
@ 2018-04-29 17:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-29 17:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3252>

Commit(s) tested:
	6873858b7e464e114f9a877e216949ad8350b4cf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add inclusive range support for Rust

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/68/6873858b7e464e114f9a877e216949ad8350b4cf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-27 19:21 [binutils-gdb] Enable -Wsuggest-override sergiodj+buildbot
@ 2018-04-29 15:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-29 15:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3251>

Commit(s) tested:
	632e107b32c0fe8aede62e070b00756e9fdd2c01

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Enable -Wsuggest-override

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/63/632e107b32c0fe8aede62e070b00756e9fdd2c01/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-27 11:12 [binutils-gdb] Regenerate some files for recent ARM patches sergiodj+buildbot
@ 2018-04-29 10:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-29 10:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3249>

Commit(s) tested:
	ffa389a39655f4b35d583783e49fa5b31c288e8f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Regenerate some files for recent ARM patches

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ff/ffa389a39655f4b35d583783e49fa5b31c288e8f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-27  9:52 [binutils-gdb] PR23123, PowerPC32 ifunc regression sergiodj+buildbot
@ 2018-04-29  7:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-29  7:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3248>

Commit(s) tested:
	04383fd15b3b82d824df9c72e3ade88c43bfb5ac

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23123, PowerPC32 ifunc regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/04/04383fd15b3b82d824df9c72e3ade88c43bfb5ac/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 23:25 [binutils-gdb] Fix remote 'g' command error handling (PR remote/9665) sergiodj+buildbot
@ 2018-04-29  4:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-29  4:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3247>

Commit(s) tested:
	b75abf5bb636869fd893ecf98414b8b2fe0d4a12

Author(s) (in the same order as the commits):
	Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>

Subject:
	Fix remote 'g' command error handling (PR remote/9665)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b7/b75abf5bb636869fd893ecf98414b8b2fe0d4a12/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 22:02 [binutils-gdb] Enable Intel MOVDIRI, MOVDIR64B instructions sergiodj+buildbot
@ 2018-04-29  1:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-29  1:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3246>

Commit(s) tested:
	a914a7c95895161c99533d5919b8504b37ea54a0

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel MOVDIRI, MOVDIR64B instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a9/a914a7c95895161c99533d5919b8504b37ea54a0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 19:45 [binutils-gdb] Fix resolving GNU ifunc bp locations when inferior runs resolver sergiodj+buildbot
@ 2018-04-28 23:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-28 23:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3245>

Commit(s) tested:
	79188d8d27a8885aee2ca4ff55238219a6aa7228

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

Subject:
	Fix resolving GNU ifunc bp locations when inferior runs resolver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/79/79188d8d27a8885aee2ca4ff55238219a6aa7228/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 18:42 [binutils-gdb] Extend GNU ifunc testcases sergiodj+buildbot
@ 2018-04-28 21:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-28 21:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3244>

Commit(s) tested:
	c7075ad5030c4c2e79a04f3517689b751ff41860

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

Subject:
	Extend GNU ifunc testcases

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c7/c7075ad5030c4c2e79a04f3517689b751ff41860/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 18:05 [binutils-gdb] PPC64: always make synthetic .text symbols for GNU ifunc symbols sergiodj+buildbot
@ 2018-04-28 18:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-28 18:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3243>

Commit(s) tested:
	bfa5bd2ab31a8abb23cb442d51fe6c3836028880

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

Subject:
	PPC64: always make synthetic .text symbols for GNU ifunc symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bf/bfa5bd2ab31a8abb23cb442d51fe6c3836028880/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 17:15 [binutils-gdb] Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer) sergiodj+buildbot
@ 2018-04-28 12:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-28 12:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3241>

Commit(s) tested:
	20944a6e20324cd897bf6c4c5fd20ef7224dacaa

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

Subject:
	Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/20/20944a6e20324cd897bf6c4c5fd20ef7224dacaa/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 16:34 [binutils-gdb] For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text section sergiodj+buildbot
@ 2018-04-28  9:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-28  9:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3240>

Commit(s) tested:
	1adeb822668d3bd7182ca9b8cf42a7261deb3c7f

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

Subject:
	For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1a/1adeb822668d3bd7182ca9b8cf42a7261deb3c7f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 16:07 [binutils-gdb] Factor out minsym_found/find_function_start_sal overload sergiodj+buildbot
@ 2018-04-28  7:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-28  7:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3239>

Commit(s) tested:
	42ddae103c9eb20fb87378548ee95b4bd23648a5

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

Subject:
	Factor out minsym_found/find_function_start_sal overload

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/42/42ddae103c9eb20fb87378548ee95b4bd23648a5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 15:18 [binutils-gdb] Breakpoints, don't skip prologue of ifunc resolvers with debug info sergiodj+buildbot
@ 2018-04-28  1:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-28  1:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3237>

Commit(s) tested:
	76af0f26356580771a18c37de4ebccdfbc449356

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

Subject:
	Breakpoints, don't skip prologue of ifunc resolvers with debug info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/76/76af0f26356580771a18c37de4ebccdfbc449356/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 14:53 [binutils-gdb] Fix setting breakpoints on ifunc functions after they're already resolved sergiodj+buildbot
@ 2018-04-27 23:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 23:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3236>

Commit(s) tested:
	3467ec66bc1f30cf3ed7f9fe75234c96fc9c92d5

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

Subject:
	Fix setting breakpoints on ifunc functions after they're already resolved

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/34/3467ec66bc1f30cf3ed7f9fe75234c96fc9c92d5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 14:33 [binutils-gdb] Calling ifunc functions when resolver has debug info, user symbol same name sergiodj+buildbot
@ 2018-04-27 19:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 19:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3234>

Commit(s) tested:
	ca31ab1d675c1e20cee5f8cb213c52e3d7352496

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

Subject:
	Calling ifunc functions when resolver has debug info, user symbol same name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ca/ca31ab1d675c1e20cee5f8cb213c52e3d7352496/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 13:28 [binutils-gdb] Calling ifunc functions when target has no debug info but resolver has sergiodj+buildbot
@ 2018-04-27 16:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 16:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3233>

Commit(s) tested:
	8388016d7ff8b88d29f2427963f26a6b8bbb03b1

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

Subject:
	Calling ifunc functions when target has no debug info but resolver has

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/83/8388016d7ff8b88d29f2427963f26a6b8bbb03b1/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/gnu-ifunc.exp: continue to break-at-nextcall
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 14:27 [binutils-gdb] Fix calling ifunc functions when resolver has debug info and different name sergiodj+buildbot
@ 2018-04-27 13:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 13:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3232>

Commit(s) tested:
	a376e11d84ba7ea8cc7333c77043e20c7b0cfc91

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

Subject:
	Fix calling ifunc functions when resolver has debug info and different name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a3/a376e11d84ba7ea8cc7333c77043e20c7b0cfc91/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 12:47 [binutils-gdb] Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation) sergiodj+buildbot
@ 2018-04-27 11:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-27 11:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3231>

Commit(s) tested:
	02e169e2dac9b0354162eb0e7ee3fc95134b232d

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

Subject:
	Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/02/02e169e2dac9b0354162eb0e7ee3fc95134b232d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26  9:03 [binutils-gdb] x86: fold various non-memory operand AVX512VL templates sergiodj+buildbot
@ 2018-04-27  8:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  8:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3230>

Commit(s) tested:
	e2195274d4a0752459ea89ffbf50b2704fb0c0b4

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold various non-memory operand AVX512VL templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e2/e2195274d4a0752459ea89ffbf50b2704fb0c0b4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26  8:36 [binutils-gdb] x86: CpuXSAVE is a prereq for various other features sergiodj+buildbot
@ 2018-04-27  6:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  6:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3229>

Commit(s) tested:
	59ef5df41e8a2addac4c74bb838fe8295cc79ebf

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: CpuXSAVE is a prereq for various other features

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/59/59ef5df41e8a2addac4c74bb838fe8295cc79ebf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26 10:29 [binutils-gdb] x86: x87-related adjustments sergiodj+buildbot
@ 2018-04-27  1:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-27  1:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3227>

Commit(s) tested:
	0e0eea782025d92f894f6d132aae2507c6a90a7b

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: x87-related adjustments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0e/0e0eea782025d92f894f6d132aae2507c6a90a7b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26  2:23 [binutils-gdb] [ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol sergiodj+buildbot
@ 2018-04-26 18:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 18:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3224>

Commit(s) tested:
	fac7bd6475c4058e7c1e0df29dac50579e427b34

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fa/fac7bd6475c4058e7c1e0df29dac50579e427b34/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26  1:29 [binutils-gdb] [ARM] FDPIC: Add stack segment sergiodj+buildbot
@ 2018-04-26 13:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 13:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3222>

Commit(s) tested:
	cb10292c2a6c26349c02ec275e4087147fd1cdf0

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] FDPIC: Add stack segment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cb/cb10292c2a6c26349c02ec275e4087147fd1cdf0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-26  0:55 [binutils-gdb] [ARM] Add TLS relocations for FDPIC sergiodj+buildbot
@ 2018-04-26 11:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-26 11:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3221>

Commit(s) tested:
	5c5a4843ec385a60954fbbc4bcf5b64763639bd3

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Add TLS relocations for FDPIC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5c/5c5a4843ec385a60954fbbc4bcf5b64763639bd3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-25 23:36 [binutils-gdb] [ARM] Implement FDPIC relocations sergiodj+buildbot
@ 2018-04-26  6:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-26  6:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3219>

Commit(s) tested:
	e8b09b87102504a110f839e67a712094d63dcbab

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Implement FDPIC relocations.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e8/e8b09b87102504a110f839e67a712094d63dcbab/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-25 22:20 [binutils-gdb] [ARM] Add FDPIC OSABI flag support sergiodj+buildbot
@ 2018-04-26  1:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-26  1:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3217>

Commit(s) tested:
	18a203380502fb3ee75633fd464faa3c83cec710

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Add FDPIC OSABI flag support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/18/18a203380502fb3ee75633fd464faa3c83cec710/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/sigstep-threads.exp: step 10
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-25 21:40 [binutils-gdb] [ARM] Add armelf_linux_fdpiceabi and armelfb_linux_fdpiceabi BFD backends sergiodj+buildbot
@ 2018-04-25 22:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 22:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3216>

Commit(s) tested:
	617a5ada88c7d4b6aae201ad5b295f3d2ef07c10

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@st.com>

Subject:
	[ARM] Add armelf_linux_fdpiceabi and armelfb_linux_fdpiceabi BFD backends

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/61/617a5ada88c7d4b6aae201ad5b295f3d2ef07c10/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-25 18:28 [binutils-gdb] Fix new inferior events output sergiodj+buildbot
@ 2018-04-25 19:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 19:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3215>

Commit(s) tested:
	249b57335279b1051456884f1a908cdec907f43a

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

Subject:
	Fix new inferior events output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/24/249b57335279b1051456884f1a908cdec907f43a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-25 12:59 [binutils-gdb] Fix the mask for the sqrdml(a|s)h instructions sergiodj+buildbot
@ 2018-04-25 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 14:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3213>

Commit(s) tested:
	10bba94bd44045559cfd048cd34376090dd8107a

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Fix the mask for the sqrdml(a|s)h instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/10/10bba94bd44045559cfd048cd34376090dd8107a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-25  8:21 [binutils-gdb] Silence gcc-8 warnings sergiodj+buildbot
@ 2018-04-25 10:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-25 10:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3212>

Commit(s) tested:
	d99b4b92c8ed0f7ef98f370bbf65a360ed66ad7b

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Silence gcc-8 warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d9/d99b4b92c8ed0f7ef98f370bbf65a360ed66ad7b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-25  0:47 [binutils-gdb] Remove arm-aout and arm-coff support sergiodj+buildbot
@ 2018-04-25  5:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-25  5:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3211>

Commit(s) tested:
	2ac93be706418f3b2aebeb22159a328023faed52

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove arm-aout and arm-coff support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2a/2ac93be706418f3b2aebeb22159a328023faed52/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-24 16:07 [binutils-gdb] Fix an illegal memory access when copying a PE format file with corrupt debug information sergiodj+buildbot
@ 2018-04-24 22:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-24 22:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3208>

Commit(s) tested:
	aa4a8c2a2a67545e90c877162c53cc9de42dc8b4

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix an illegal memory access when copying a PE format file with corrupt debug information.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/aa/aa4a8c2a2a67545e90c877162c53cc9de42dc8b4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-24 14:45 [binutils-gdb] Reindent cli-out.h sergiodj+buildbot
@ 2018-04-24 17:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-24 17:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3206>

Commit(s) tested:
	e427af1889e6d169c3390f6960f1efdd08dca883

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Reindent cli-out.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e4/e427af1889e6d169c3390f6960f1efdd08dca883/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-23 14:42 [binutils-gdb] Revert bfd part of "Silence gcc-8 warnings" sergiodj+buildbot
@ 2018-04-23 15:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-23 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3202>

Commit(s) tested:
	b9f26d2e29bb56a0404216c5612d6d7fee54a769

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Revert bfd part of "Silence gcc-8 warnings"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b9/b9f26d2e29bb56a0404216c5612d6d7fee54a769/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-23 12:15 [binutils-gdb] Prevent an illegal memory access in gprof by ensuring that string tables for aout format files are always zero-terminated sergiodj+buildbot
@ 2018-04-23 13:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-23 13:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3201>

Commit(s) tested:
	bf82069dce1b1a88560e5d7320342c78372b627e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent an illegal memory access in gprof by ensuring that string tables for aout format files are always zero-terminated.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bf/bf82069dce1b1a88560e5d7320342c78372b627e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-21 18:17 [binutils-gdb] FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077) sergiodj+buildbot
@ 2018-04-22  9:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-22  9:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3197>

Commit(s) tested:
	00aecdcf6224e44fedf31a07340e9da11500fcfb

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

Subject:
	FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/00/00aecdcf6224e44fedf31a07340e9da11500fcfb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-20 21:47 [binutils-gdb] Improve on-line help for thread_apply_command and thread_apply_all_command sergiodj+buildbot
@ 2018-04-20 23:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-20 23:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3196>

Commit(s) tested:
	5c8f23cdab2a7cde2dae6fcd5f9b18d089efecaf

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Improve on-line help for thread_apply_command and thread_apply_all_command.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5c/5c8f23cdab2a7cde2dae6fcd5f9b18d089efecaf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-19 22:02 [binutils-gdb] [OB PATCH] Fix some comments in thread.c sergiodj+buildbot
@ 2018-04-19 23:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-19 23:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3193>

Commit(s) tested:
	224608c3ca1575bcbea82562f05d3fdd0390abcf

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	[OB PATCH] Fix some comments in thread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/22/224608c3ca1575bcbea82562f05d3fdd0390abcf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-19  0:40 [binutils-gdb] Reinstate mips ecoff support sergiodj+buildbot
@ 2018-04-19 17:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-19 17:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3190>

Commit(s) tested:
	8e415ce8fee234cd86f29d8f4ebbbdf0f9c0b031

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Reinstate mips ecoff support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8e/8e415ce8fee234cd86f29d8f4ebbbdf0f9c0b031/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-18 21:46 [binutils-gdb] Remove xml files from gdbserver sergiodj+buildbot
@ 2018-04-19 14:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-19 14:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3189>

Commit(s) tested:
	b319b0984b505e9a5e653c3da8ae7d5af76c8f28

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Remove xml files from gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b3/b319b0984b505e9a5e653c3da8ae7d5af76c8f28/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-18 20:43 [binutils-gdb] Create xml from target descriptions sergiodj+buildbot
@ 2018-04-19  8:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-19  8:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3187>

Commit(s) tested:
	e98577a9dc4da048ded601920dc6471dcab375aa

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Create xml from target descriptions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e9/e98577a9dc4da048ded601920dc6471dcab375aa/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-18 20:22 [binutils-gdb] Add feature reference in .dat files sergiodj+buildbot
@ 2018-04-19  6:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-19  6:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3186>

Commit(s) tested:
	ad7fc756d12a841d4b8dd707568426d875e26755

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add feature reference in .dat files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ad/ad7fc756d12a841d4b8dd707568426d875e26755/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-18 15:15 [binutils-gdb] Add tdesc osabi and architecture functions sergiodj+buildbot
@ 2018-04-19  2:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-19  2:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3185>

Commit(s) tested:
	d278f585afe8e096e9232b8fd80404ab5fae5719

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add tdesc osabi and architecture functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d2/d278f585afe8e096e9232b8fd80404ab5fae5719/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-18 14:34 [binutils-gdb] Commonise tdesc types and makes use of them in gdbserver tdesc sergiodj+buildbot
@ 2018-04-18 21:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 21:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3182>

Commit(s) tested:
	eee8a18dd2d4b62ed5e03324b099508717886193

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Commonise tdesc types and makes use of them in gdbserver tdesc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ee/eee8a18dd2d4b62ed5e03324b099508717886193/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-18  8:44 [binutils-gdb] Remove mips aout, coff, and pe support sergiodj+buildbot
@ 2018-04-18 15:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 15:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3179>

Commit(s) tested:
	3596d8ceb2cdc35b4fd702ee9daace5a2d880174

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove mips aout, coff, and pe support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/35/3596d8ceb2cdc35b4fd702ee9daace5a2d880174/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-18  2:13 [binutils-gdb] elf32_bed/elf64_bed sergiodj+buildbot
@ 2018-04-18 12:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 12:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3178>

Commit(s) tested:
	8f56f7a23911b6a48b372c8f0893343bfe7ed2e9

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	elf32_bed/elf64_bed

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8f/8f56f7a23911b6a48b372c8f0893343bfe7ed2e9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-18  1:33 [binutils-gdb] x86: Use a normal input file with compatible relocation sergiodj+buildbot
@ 2018-04-18 10:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-18 10:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3177>

Commit(s) tested:
	e4e6a73d26ef82622d3bd190749aad508534abe6

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Use a normal input file with compatible relocation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e4/e4e6a73d26ef82622d3bd190749aad508534abe6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-17 22:07 [binutils-gdb] [MicroBlaze] PIC data text relative sergiodj+buildbot
@ 2018-04-18  5:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-18  5:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3175>

Commit(s) tested:
	3f0a5f17d7fe1f3d0911ad67a5993be59983fb00

Author(s) (in the same order as the commits):
	Michael Eager <eager@eagercon.com>

Subject:
	[MicroBlaze] PIC data text relative

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3f/3f0a5f17d7fe1f3d0911ad67a5993be59983fb00/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-17 17:52 [binutils-gdb] Don't print symbol declaration's line number in rbreak output sergiodj+buildbot
@ 2018-04-17 23:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 23:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3172>

Commit(s) tested:
	c7dcbf88c6557f35d9e75ae6223a3e61e1f70578

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Don't print symbol declaration's line number in rbreak output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c7/c7dcbf88c6557f35d9e75ae6223a3e61e1f70578/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-17 14:06 [binutils-gdb] Add a check for a NULL table pointer before attempting to compute a DWARF filename sergiodj+buildbot
@ 2018-04-17 18:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 18:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3170>

Commit(s) tested:
	6327533b1fd29fa86f6bf34e61c332c010e3c689

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add a check for a NULL table pointer before attempting to compute a DWARF filename.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/63/6327533b1fd29fa86f6bf34e61c332c010e3c689/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-17 13:19 [binutils-gdb] Resync libiberty sources with master version in GCC repository sergiodj+buildbot
@ 2018-04-17 16:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 16:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3169>

Commit(s) tested:
	e9301e762ab6d533f7110d6c9c1dbe8e68e875d7

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Resync libiberty sources with master version in GCC repository.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e9/e9301e762ab6d533f7110d6c9c1dbe8e68e875d7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-17 10:18 [binutils-gdb] Enable Intel CLDEMOTE instruction sergiodj+buildbot
@ 2018-04-17 14:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-17 14:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3168>

Commit(s) tested:
	c48935d75f720ecb006c81b37f4058e751f1dc31

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel CLDEMOTE instruction.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c4/c48935d75f720ecb006c81b37f4058e751f1dc31/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-16 14:17 [binutils-gdb] gdb: Remove support for SH-5/SH64 sergiodj+buildbot
@ 2018-04-17  5:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-17  5:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3164>

Commit(s) tested:
	8a3de5e1a3fb7bdf89195388f127ecf429294f6f

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

Subject:
	gdb: Remove support for SH-5/SH64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8a/8a3de5e1a3fb7bdf89195388f127ecf429294f6f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-16 10:44 [binutils-gdb] Remove h8500 support sergiodj+buildbot
@ 2018-04-16 21:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 21:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3150>

Commit(s) tested:
	e82aa7944d2b00c54e9d3c1a47c5ed4a0e39393a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove h8500 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e8/e82aa7944d2b00c54e9d3c1a47c5ed4a0e39393a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-16  9:50 [binutils-gdb] Remove h8300-coff support sergiodj+buildbot
@ 2018-04-16 19:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 19:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3149>

Commit(s) tested:
	fe0bf0fd57ea3ef8458d2e8661b428110fc026e2

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove h8300-coff support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fe/fe0bf0fd57ea3ef8458d2e8661b428110fc026e2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-16  9:17 [binutils-gdb] Remove IEEE 695 object support sergiodj+buildbot
@ 2018-04-16 17:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 17:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3148>

Commit(s) tested:
	fdef3943443987525aea4f3ebe1f569f7070fcc8

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove IEEE 695 object support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fd/fdef3943443987525aea4f3ebe1f569f7070fcc8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-16  8:43 [binutils-gdb] Remove tandem support sergiodj+buildbot
@ 2018-04-16 15:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-16 15:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3147>

Commit(s) tested:
	de96689e03235bfd65a33704a9d398cb666140f4

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove tandem support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/de/de96689e03235bfd65a33704a9d398cb666140f4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-15 20:05 [binutils-gdb] Add x86-tdep.o to i386/amd64 target build sergiodj+buildbot
@ 2018-04-15 21:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-15 21:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3143>

Commit(s) tested:
	eda4efb12763893b8a49c10c6f2823a465c1c6ba

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add x86-tdep.o to i386/amd64 target build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ed/eda4efb12763893b8a49c10c6f2823a465c1c6ba/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-14  9:08 [binutils-gdb] powerpc max-page-size vs __QNXTARGET__ sergiodj+buildbot
@ 2018-04-14 13:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-14 13:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3139>

Commit(s) tested:
	03aa968462e0345b2d846ca240b8c723d713761a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	powerpc max-page-size vs __QNXTARGET__

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/03/03aa968462e0345b2d846ca240b8c723d713761a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-13 17:44 [binutils-gdb] Show line numbers in output for "info var/func/type" sergiodj+buildbot
@ 2018-04-13 20:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-13 20:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3137>

Commit(s) tested:
	b744723f571815e6cee43df371c8e733e34e1edf

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Show line numbers in output for "info var/func/type"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b7/b744723f571815e6cee43df371c8e733e34e1edf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/dbx.exp: whereis my_list
PASS -> FAIL: gdb.base/info-fun.exp: IN: info fun foo
PASS -> FAIL: gdb.base/info-fun.exp: SEP: info fun foo
PASS -> FAIL: gdb.base/pr10179.exp: rbreak foo.*
PASS -> FAIL: gdb.base/pr10179.exp: rbreak pr10179-a.c:foo.*
PASS -> FAIL: gdb.base/pr10179.exp: rbreak pr10179-a.c : .*
PASS -> FAIL: gdb.base/realname-expand.exp: rbreak realname-expand-real.c:func
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-13 10:21 [binutils-gdb] btrace: set/show record btrace cpu sergiodj+buildbot
@ 2018-04-13 18:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-13 18:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3136>

Commit(s) tested:
	4a4495d62d185bdae17ed6aae6ea8249ad07c799

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: set/show record btrace cpu

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4a/4a4495d62d185bdae17ed6aae6ea8249ad07c799/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-13  9:59 [binutils-gdb] btrace: fix output of "set record btrace" sergiodj+buildbot
@ 2018-04-13 13:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-13 13:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3134>

Commit(s) tested:
	b85310e1ec0419c4e1ca091cdd48f7597ebbefd3

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: fix output of "set record btrace"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b8/b85310e1ec0419c4e1ca091cdd48f7597ebbefd3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-13  8:59 [binutils-gdb] infrun: step through indirect branch thunks sergiodj+buildbot
@ 2018-04-13 11:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-13 11:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3133>

Commit(s) tested:
	1d509aa625f891e20b37b8cee4659771e87b1ba4

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	infrun: step through indirect branch thunks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1d/1d509aa625f891e20b37b8cee4659771e87b1ba4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-12 17:40 [binutils-gdb] Fix Solaris build sergiodj+buildbot
@ 2018-04-12 22:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-12 22:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3129>

Commit(s) tested:
	70b33f195b0d76e140921db40c0bea5a7c9abc42

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

Subject:
	Fix Solaris build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/70/70b33f195b0d76e140921db40c0bea5a7c9abc42/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.dwarf2/gdb-index.exp: index used
PASS -> FAIL: gdb.dwarf2/gdb-index.exp: index used after symbol reloading
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-12 16:59 [binutils-gdb] Eliminate target_has_exited sergiodj+buildbot
@ 2018-04-12 18:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-12 18:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3127>

Commit(s) tested:
	436411b1c6cb93541fd502321cf5470fe0392b91

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

Subject:
	Eliminate target_has_exited

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/43/436411b1c6cb93541fd502321cf5470fe0392b91/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-11 20:14 [binutils-gdb] Enable Intel WAITPKG instructions sergiodj+buildbot
@ 2018-04-12  0:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-12  0:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3126>

Commit(s) tested:
	de89d0a34d52a2d2d28a4ce569e926dd9c7a7d13

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel WAITPKG instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/de/de89d0a34d52a2d2d28a4ce569e926dd9c7a7d13/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-11 14:46 [binutils-gdb] Add Rust test case for ".." struct initializer sergiodj+buildbot
@ 2018-04-11 19:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-11 19:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3124>

Commit(s) tested:
	50146e7022cedafe615bfc9884358d291a00689f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add Rust test case for ".." struct initializer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/50/50146e7022cedafe615bfc9884358d291a00689f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-11 11:23 [binutils-gdb] File I/O file handles after target closes sergiodj+buildbot
@ 2018-04-11 14:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-11 14:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3122>

Commit(s) tested:
	20db9c52a2073246a5c46a0274569e10b317866f

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

Subject:
	File I/O file handles after target closes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/20/20db9c52a2073246a5c46a0274569e10b317866f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-10 14:11 [binutils-gdb] Replace finish_thread_state_cleanup with a RAII class sergiodj+buildbot
@ 2018-04-10 14:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-10 14:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3117>

Commit(s) tested:
	731f534f918cfaa35c20b5eb6220a8eba4819f04

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

Subject:
	Replace finish_thread_state_cleanup with a RAII class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/73/731f534f918cfaa35c20b5eb6220a8eba4819f04/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09 20:22 [binutils-gdb] Add selftests for range_contains and insert_into_bit_range_vector sergiodj+buildbot
@ 2018-04-10 13:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-10 13:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3116>

Commit(s) tested:
	d5f4488f09b811b0ca44e687da2acbc286d84d4a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add selftests for range_contains and insert_into_bit_range_vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d5/d5f4488f09b811b0ca44e687da2acbc286d84d4a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09 20:08 [binutils-gdb] Use an std::vector for inline_states sergiodj+buildbot
@ 2018-04-10 11:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-10 11:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3115>

Commit(s) tested:
	b24531ed171b5751a3a64c461728c9ad62092c8a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use an std::vector for inline_states

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b2/b24531ed171b5751a3a64c461728c9ad62092c8a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09 19:25 [binutils-gdb] Copy string_view tests from libstdc++ sergiodj+buildbot
@ 2018-04-10  6:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-10  6:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3112>

Commit(s) tested:
	fdc116781b03f5d30e93f5013159f39c4c0f3471

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Copy string_view tests from libstdc++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fd/fdc116781b03f5d30e93f5013159f39c4c0f3471/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09 19:11 [binutils-gdb] Add gdb::string_view sergiodj+buildbot
@ 2018-04-10  4:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-10  4:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3111>

Commit(s) tested:
	8345c4a2670711eafd41c8b6a8726cf8b0771d6e

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add gdb::string_view

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/83/8345c4a2670711eafd41c8b6a8726cf8b0771d6e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09 18:55 [binutils-gdb] Copy string_view files from libstdc++ sergiodj+buildbot
@ 2018-04-10  3:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-10  3:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3110>

Commit(s) tested:
	7adcdf08e792dc30e09af4eecbf1e479a2f56612

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Copy string_view files from libstdc++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7a/7adcdf08e792dc30e09af4eecbf1e479a2f56612/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09 15:13 [binutils-gdb] Apply "Convert observers to C++" edit to gdbarch.sh sergiodj+buildbot
@ 2018-04-10  0:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-10  0:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3108>

Commit(s) tested:
	0bee6dd4aa42b928c2a7a496596490b694e5722b

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

Subject:
	Apply "Convert observers to C++" edit to gdbarch.sh

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0b/0bee6dd4aa42b928c2a7a496596490b694e5722b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09 13:12 [binutils-gdb] MIPS64/BFD: Fix a crash with STN_UNDEF in relocation sergiodj+buildbot
@ 2018-04-09 23:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 23:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3107>

Commit(s) tested:
	aec2e0d252342aa7575aff608e999a36f27a9147

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS64/BFD: Fix a crash with STN_UNDEF in relocation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ae/aec2e0d252342aa7575aff608e999a36f27a9147/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09 13:04 [binutils-gdb] MIPS64/BFD: Fix a crash with invalid `r_sym' in relocation sergiodj+buildbot
@ 2018-04-09 21:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 21:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3106>

Commit(s) tested:
	9ccfa98b4cbc86ac34734ecf9d35466461c7e34c

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS64/BFD: Fix a crash with invalid `r_sym' in relocation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9c/9ccfa98b4cbc86ac34734ecf9d35466461c7e34c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09  9:47 [binutils-gdb] Inline PLT call optimization sergiodj+buildbot
@ 2018-04-09 20:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 20:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3105>

Commit(s) tested:
	3e04d7655bf63f4e5a0d0354c21aa3fa2ece3681

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Inline PLT call optimization

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3e/3e04d7655bf63f4e5a0d0354c21aa3fa2ece3681/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09 11:16 [binutils-gdb] PowerPC inline PLT call support sergiodj+buildbot
@ 2018-04-09 18:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 18:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3104>

Commit(s) tested:
	23cedd1dc90d05c4b80d4a4b000ed5f37b9c3268

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC inline PLT call support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/23/23cedd1dc90d05c4b80d4a4b000ed5f37b9c3268/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09  9:17 [binutils-gdb] Support PLT16 relocs against local symbols sergiodj+buildbot
@ 2018-04-09 16:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 16:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3103>

Commit(s) tested:
	2d7ad24e8726ba4c45c9e67be08223a146a837ce

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Support PLT16 relocs against local symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2d7ad24e8726ba4c45c9e67be08223a146a837ce/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-09  9:03 [binutils-gdb] Rearrange PLT reloc output on powerpc sergiodj+buildbot
@ 2018-04-09 14:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-09 14:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3102>

Commit(s) tested:
	49c09209d06885dc8350042ce77e442bfbb5bf27

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Rearrange PLT reloc output on powerpc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/49/49c09209d06885dc8350042ce77e442bfbb5bf27/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07 20:40 [binutils-gdb] Fix gdb.mi/mi-stack.exp when gcc generates a stack protector sergiodj+buildbot
@ 2018-04-08 13:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-08 13:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3098>

Commit(s) tested:
	a0be7a3671e6252c0f3353d128f84c641005fa06

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix gdb.mi/mi-stack.exp when gcc generates a stack protector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a0/a0be7a3671e6252c0f3353d128f84c641005fa06/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07 20:26 [binutils-gdb] Fix indentation in gdb.mi/mi-stack.exp sergiodj+buildbot
@ 2018-04-08 11:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-08 11:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3097>

Commit(s) tested:
	9b73db36739a72d216eb14d35edac2acfca7faa3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix indentation in gdb.mi/mi-stack.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9b/9b73db36739a72d216eb14d35edac2acfca7faa3/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: step 11
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07 19:57 [binutils-gdb] Make dwarf2_per_objfile::all_type_units an std::vector sergiodj+buildbot
@ 2018-04-08  7:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-08  7:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3095>

Commit(s) tested:
	b2bdb8cf395f491319264cda42e41538f55a86d9

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make dwarf2_per_objfile::all_type_units an std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b2/b2bdb8cf395f491319264cda42e41538f55a86d9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07 19:29 [binutils-gdb] Remove some usages of get_dwarf2_per_objfile sergiodj+buildbot
@ 2018-04-08  4:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-08  4:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3093>

Commit(s) tested:
	12359b5e8f2a4034e1e4cd7f0b454fb03151df4c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove some usages of get_dwarf2_per_objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/12/12359b5e8f2a4034e1e4cd7f0b454fb03151df4c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07 18:47 [binutils-gdb] Defer breakpoint reset when cloning progspace for fork child sergiodj+buildbot
@ 2018-04-08  0:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-08  0:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3090>

Commit(s) tested:
	b2e586e850dbf1dafc10beea3250d22e70add4b5

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Defer breakpoint reset when cloning progspace for fork child

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b2/b2e586e850dbf1dafc10beea3250d22e70add4b5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07 18:34 [binutils-gdb] Implement write_async_safe for mi_console_file (PR 22299) sergiodj+buildbot
@ 2018-04-07 23:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07 23:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3089>

Commit(s) tested:
	7c4e78cf63f6436ae43e8289badba78d81e2eb2c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Implement write_async_safe for mi_console_file (PR 22299)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7c/7c4e78cf63f6436ae43e8289badba78d81e2eb2c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07 20:17 [binutils-gdb] Remove stale file i386-avx.dat sergiodj+buildbot
@ 2018-04-07 22:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07 22:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3088>

Commit(s) tested:
	5dc026d3f04ac657378308202ff7d43a1613f14c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove stale file i386-avx.dat

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5d/5dc026d3f04ac657378308202ff7d43a1613f14c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07 18:05 [binutils-gdb] Fix generation of x86-64 gdbarch with osabi none (PR 22979) sergiodj+buildbot
@ 2018-04-07 20:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07 20:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3087>

Commit(s) tested:
	c912f608be7bc2598b919da2b11721b3c262d154

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix generation of x86-64 gdbarch with osabi none (PR 22979)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c9/c912f608be7bc2598b919da2b11721b3c262d154/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07 17:38 [binutils-gdb] Make target_read_alloc & al return vectors sergiodj+buildbot
@ 2018-04-07 18:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07 18:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3085>

Commit(s) tested:
	9018be22e022e6db2ba07c4e407c7244022bc69a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Make target_read_alloc & al return vectors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/90/9018be22e022e6db2ba07c4e407c7244022bc69a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07  0:11 [binutils-gdb] Change value::parent to a value_ref_ptr sergiodj+buildbot
@ 2018-04-07 11:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07 11:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3082>

Commit(s) tested:
	2c8331b987f41fa53ed371d0bbeaa3cea50bd514

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change value::parent to a value_ref_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2c/2c8331b987f41fa53ed371d0bbeaa3cea50bd514/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07  4:04 [binutils-gdb] Remove value::next and value::released sergiodj+buildbot
@ 2018-04-07  8:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07  8:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3080>

Commit(s) tested:
	062d818d2535d4bc9ccd5dbf3c6702b9f3e763cc

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove value::next and value::released

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/06/062d818d2535d4bc9ccd5dbf3c6702b9f3e763cc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-06 23:29 [binutils-gdb] Remove free_value_chain sergiodj+buildbot
@ 2018-04-07  6:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07  6:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3079>

Commit(s) tested:
	a6535de1903d9caad8c10c1d81c51a29612456a6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove free_value_chain

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a6/a6535de1903d9caad8c10c1d81c51a29612456a6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-06 23:00 [binutils-gdb] Change value history to use value_ref_ptr sergiodj+buildbot
@ 2018-04-07  4:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07  4:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3077>

Commit(s) tested:
	4d0266a0e0d9e9b615b04ff209a73d3725495835

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change value history to use value_ref_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4d/4d0266a0e0d9e9b615b04ff209a73d3725495835/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-07  0:41 [binutils-gdb] Change varobj to use value_ref_ptr sergiodj+buildbot
@ 2018-04-07  2:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07  2:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3076>

Commit(s) tested:
	b4d61099ba840824fd0aac9800403f6278476347

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change varobj to use value_ref_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b4/b4d61099ba840824fd0aac9800403f6278476347/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: step 6
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-06 22:31 [binutils-gdb] Change last_examine_value to value_ref_ptr sergiodj+buildbot
@ 2018-04-07  1:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-07  1:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3075>

Commit(s) tested:
	9b5587295bbc57e5e0453b659e24d7c2b504b894

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change last_examine_value to value_ref_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9b/9b5587295bbc57e5e0453b659e24d7c2b504b894/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-06 22:03 [binutils-gdb] Introduce a gdb_ref_ptr specialization for struct value sergiodj+buildbot
@ 2018-04-06 22:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-06 22:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3073>

Commit(s) tested:
	22bc8444e6d377fd016253926c2a2597ff944842

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce a gdb_ref_ptr specialization for struct value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/22/22bc8444e6d377fd016253926c2a2597ff944842/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-06 12:23 [binutils-gdb] x86-64: Don't mask out R_X86_64_converted_reloc_bit sergiodj+buildbot
@ 2018-04-06 13:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-06 13:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3071>

Commit(s) tested:
	a6fd92b0578c5d2172799d7f38ddbda1bd87ea03

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Don't mask out R_X86_64_converted_reloc_bit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a6/a6fd92b0578c5d2172799d7f38ddbda1bd87ea03/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-05 22:53 [binutils-gdb] Use dlsym to check if libdl is needed for plugin sergiodj+buildbot
@ 2018-04-06 10:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-06 10:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3070>

Commit(s) tested:
	3cba8b6c93ab8c573ba4678255df11486de61c54

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Use dlsym to check if libdl is needed for plugin

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3c/3cba8b6c93ab8c573ba4678255df11486de61c54/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-05 16:01 [binutils-gdb] Remove unnecessary include from linespec.h sergiodj+buildbot
@ 2018-04-06  6:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-06  6:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3068>

Commit(s) tested:
	8a76bd3ba43205b76226f41fe73e2840c2444742

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unnecessary include from linespec.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8a/8a76bd3ba43205b76226f41fe73e2840c2444742/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-05 18:17 [binutils-gdb] Change streq to return bool sergiodj+buildbot
@ 2018-04-06  2:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-06  2:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3065>

Commit(s) tested:
	459a2e4ccf9aadfba9819facba1c9be5297c1625

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change streq to return bool

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/45/459a2e4ccf9aadfba9819facba1c9be5297c1625/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-05 15:05 [binutils-gdb] Remove a string copy from event_location_to_sals sergiodj+buildbot
@ 2018-04-06  1:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-06  1:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3064>

Commit(s) tested:
	9be2c17a900178df75a2208fd112ceb4325a70c1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a string copy from event_location_to_sals

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9b/9be2c17a900178df75a2208fd112ceb4325a70c1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-05 14:52 [binutils-gdb] Have filter_results take a std::vector sergiodj+buildbot
@ 2018-04-05 21:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-05 21:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3062>

Commit(s) tested:
	f73c6ece7888af880d3b03b2d57ee7782f2a539b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Have filter_results take a std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f7/f73c6ece7888af880d3b03b2d57ee7782f2a539b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-05 14:37 [binutils-gdb] Return std::string from canonical_to_fullform sergiodj+buildbot
@ 2018-04-05 19:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-05 19:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3060>

Commit(s) tested:
	53a0f8a250199af97ff8708e3899835086c7a24d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Return std::string from canonical_to_fullform

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/53/53a0f8a250199af97ff8708e3899835086c7a24d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-05 13:56 [binutils-gdb] Remove some cleanups from search_minsyms_for_name sergiodj+buildbot
@ 2018-04-05 14:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-05 14:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3057>

Commit(s) tested:
	41c1efc614472cdc74397e734f5a66018362a80a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from search_minsyms_for_name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/41/41c1efc614472cdc74397e734f5a66018362a80a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-05  0:02 [binutils-gdb] elf-hppa.h warning fix sergiodj+buildbot
@ 2018-04-05  1:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-05  1:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3056>

Commit(s) tested:
	0e8452bb2297b5eb98a447f357ac82bece4e7024

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	elf-hppa.h warning fix

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0e/0e8452bb2297b5eb98a447f357ac82bece4e7024/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-04 11:58 [binutils-gdb] i386: Clear vex instead of vex.evex sergiodj+buildbot
@ 2018-04-04 13:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-04 13:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3054>

Commit(s) tested:
	caf0678c84b5b55fbc4bcc853954745a4ad8b658

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	i386: Clear vex instead of vex.evex

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ca/caf0678c84b5b55fbc4bcc853954745a4ad8b658/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-04  2:44 [binutils-gdb] PR binutils/22875: HPPA/ELF: Also fail with relocation placeholders sergiodj+buildbot
@ 2018-04-04 10:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-04 10:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3052>

Commit(s) tested:
	8ee55178c22326c3624ad5872dc5382341ddcd2c

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	PR binutils/22875: HPPA/ELF: Also fail with relocation placeholders

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8e/8ee55178c22326c3624ad5872dc5382341ddcd2c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-04  2:16 [binutils-gdb] PR binutils/22875: Visium/ELF: Prevent an out-of-bounds howto table access sergiodj+buildbot
@ 2018-04-04  6:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-04  6:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3050>

Commit(s) tested:
	707bad1b21c18cf8e570fb8df8f7c5961fb0f3a5

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	PR binutils/22875: Visium/ELF: Prevent an out-of-bounds howto table access

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/70/707bad1b21c18cf8e570fb8df8f7c5961fb0f3a5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-04  2:02 [binutils-gdb] PR binutils/22875: FRV/ELF: Prevent an out-of-bounds howto table access sergiodj+buildbot
@ 2018-04-04  3:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-04  3:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3048>

Commit(s) tested:
	f428698edfd845a21639f5145cba3772eb92abc2

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	PR binutils/22875: FRV/ELF: Prevent an out-of-bounds howto table access

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f4/f428698edfd845a21639f5145cba3772eb92abc2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-04  1:17 [binutils-gdb] PR binutils/22875: MIPS/ELF: Also fail with relocation placeholders sergiodj+buildbot
@ 2018-04-04  1:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-04  1:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3047>

Commit(s) tested:
	7ed6f92aaffdcc0995b0247379fb8ea621854dce

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	PR binutils/22875: MIPS/ELF: Also fail with relocation placeholders

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7e/7ed6f92aaffdcc0995b0247379fb8ea621854dce/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-03 18:20 [binutils-gdb] Change read_alphacoff_dynamic_symtab to use gdb::byte_vector sergiodj+buildbot
@ 2018-04-03 18:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-03 18:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3046>

Commit(s) tested:
	c5edbf3d1c58d59135788f084a3bf681a49e0f9a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change read_alphacoff_dynamic_symtab to use gdb::byte_vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c5/c5edbf3d1c58d59135788f084a3bf681a49e0f9a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-02 22:13 [binutils-gdb] Add myself as a write-after-approval GDB maintainer sergiodj+buildbot
@ 2018-04-02 22:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-02 22:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3045>

Commit(s) tested:
	b39efc483ac8caefa8b6480b7a01231230bc2298

Author(s) (in the same order as the commits):
	Weimin Pan <weimin.pan@oracle.com>

Subject:
	Add myself as a write-after-approval GDB maintainer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b3/b39efc483ac8caefa8b6480b7a01231230bc2298/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-04-01 18:40 [binutils-gdb] Remove char_ptr typedef sergiodj+buildbot
@ 2018-04-01 19:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-04-01 19:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3042>

Commit(s) tested:
	ec1f2d91e07522a77cbef7a438e132ff4a2a7839

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove char_ptr typedef

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ec/ec1f2d91e07522a77cbef7a438e132ff4a2a7839/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-31  1:27 [binutils-gdb] Use std::vector and std::string instead of VEC(char_ptr) in gdbserver tdesc sergiodj+buildbot
@ 2018-03-31  6:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-31  6:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3039>

Commit(s) tested:
	17d08cd4137063dbc43d9989b9a5cb315171174f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use std::vector and std::string instead of VEC(char_ptr) in gdbserver tdesc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/17/17d08cd4137063dbc43d9989b9a5cb315171174f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-30 20:21 [binutils-gdb] Change target_read_string to use unique_xmalloc_ptr sergiodj+buildbot
@ 2018-03-31  2:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-31  2:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3036>

Commit(s) tested:
	e83e4e24021acb4b095b1e8a45a51c2ea088a1ed

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change target_read_string to use unique_xmalloc_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e8/e83e4e24021acb4b095b1e8a45a51c2ea088a1ed/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-30 19:55 [binutils-gdb] Remove parameter from free_dwo_file sergiodj+buildbot
@ 2018-03-31  0:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-31  0:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3034>

Commit(s) tested:
	5dafb3d176ab8d9b9f0a46111d7040bb51ad8f8e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove parameter from free_dwo_file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5d/5dafb3d176ab8d9b9f0a46111d7040bb51ad8f8e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-30 19:31 [binutils-gdb] Remove make_cleanup_unpush_target sergiodj+buildbot
@ 2018-03-30 20:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-30 20:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3032>

Commit(s) tested:
	9ae79dac31c2bcbd2f5418da2e12af94060e139a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_unpush_target

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9a/9ae79dac31c2bcbd2f5418da2e12af94060e139a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-28 22:32 [binutils-gdb] BFD/PA: Remove ATTRIBUTE_UNUSED from `elf_hppa_info_to_howto_rel' sergiodj+buildbot
@ 2018-03-29  2:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-29  2:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3030>

Commit(s) tested:
	8b6a949ae55d3adbade84af4e11415d764647fc9

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	BFD/PA: Remove ATTRIBUTE_UNUSED from `elf_hppa_info_to_howto_rel'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8b/8b6a949ae55d3adbade84af4e11415d764647fc9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-28 17:35 [binutils-gdb] [1/2][GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 support in GAS sergiodj+buildbot
@ 2018-03-28 21:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28 21:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3026>

Commit(s) tested:
	84f1b9fb081372a726fd70dfd8258a707833caef

Author(s) (in the same order as the commits):
	Renlin Li <renlin.li@arm.com>

Subject:
	[1/2][GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 support in GAS.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/84/84f1b9fb081372a726fd70dfd8258a707833caef/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-28 13:10 [binutils-gdb] x86: convert broadcast insn attribute to boolean sergiodj+buildbot
@ 2018-03-28 17:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28 17:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3024>

Commit(s) tested:
	8e6e0792d17be5d4321def520d12c1764dc0ba2a

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: convert broadcast insn attribute to boolean

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8e/8e6e0792d17be5d4321def520d12c1764dc0ba2a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-28 12:56 [binutils-gdb] x86: fold to-scalar-int conversion insns sergiodj+buildbot
@ 2018-03-28 15:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28 15:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3023>

Commit(s) tested:
	9f123b911ec8c460304c3e1a3f18f1c2a311d97a

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold to-scalar-int conversion insns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9f/9f123b911ec8c460304c3e1a3f18f1c2a311d97a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-28 12:42 [binutils-gdb] x86: don't show suffixes for to-scalar-int conversion insns sergiodj+buildbot
@ 2018-03-28 14:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28 14:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3022>

Commit(s) tested:
	9646c87b5a6c0462e8a9b6305d9e449bd099f19d

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: don't show suffixes for to-scalar-int conversion insns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/96/9646c87b5a6c0462e8a9b6305d9e449bd099f19d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-28  9:04 [binutils-gdb] Enhance the AARCH64 assembler to support LDFF1xx instructions which use REG+REG addressing with an assumed offset register sergiodj+buildbot
@ 2018-03-28 10:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28 10:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3020>

Commit(s) tested:
	c8d59609b1cf66eaff3c486e483f5e3d647c66ff

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Enhance the AARCH64 assembler to support LDFF1xx instructions which use REG+REG addressing with an assumed offset register.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c8/c8d59609b1cf66eaff3c486e483f5e3d647c66ff/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27 17:29 [binutils-gdb] Remove cleanups from prompt_for_continue sergiodj+buildbot
@ 2018-03-28  8:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28  8:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3019>

Commit(s) tested:
	5aa892761c6a9f76c5b5ec2a9509e994b4f4de07

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from prompt_for_continue

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5a/5aa892761c6a9f76c5b5ec2a9509e994b4f4de07/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27 17:14 [binutils-gdb] Remove cleanups from gdb_readline_wrapper sergiodj+buildbot
@ 2018-03-28  7:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28  7:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3018>

Commit(s) tested:
	1dbeed45b6a81ddcb725b68ff12236e7c8386a47

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from gdb_readline_wrapper

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1d/1dbeed45b6a81ddcb725b68ff12236e7c8386a47/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27 16:58 [binutils-gdb] C++-ify typedef hash sergiodj+buildbot
@ 2018-03-28  5:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28  5:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3017>

Commit(s) tested:
	c819b2c0b216c69a4ae5bfba0eac71ffdf1b3596

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	C++-ify typedef hash

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c8/c819b2c0b216c69a4ae5bfba0eac71ffdf1b3596/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27 15:13 [binutils-gdb] Include <cmath> in dwarf-index-write.c sergiodj+buildbot
@ 2018-03-28  4:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28  4:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3016>

Commit(s) tested:
	608219fb2917d407058952adf164eb616880662b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Include <cmath> in dwarf-index-write.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/60/608219fb2917d407058952adf164eb616880662b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27 14:24 [binutils-gdb] Move DWARF index-related things to a separate file sergiodj+buildbot
@ 2018-03-28  1:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28  1:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3014>

Commit(s) tested:
	cd4fb1b2ffc88911e4109444ff729e31920d01ec

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Move DWARF index-related things to a separate file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cd/cd4fb1b2ffc88911e4109444ff729e31920d01ec/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27 14:13 [binutils-gdb] problem looking up some symbols when they have a linkage name sergiodj+buildbot
@ 2018-03-28  0:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-28  0:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3013>

Commit(s) tested:
	59cc4834e53565da1de4a7b615ed8890ed55c7da

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	problem looking up some symbols when they have a linkage name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/59/59cc4834e53565da1de4a7b615ed8890ed55c7da/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27  7:12 [binutils-gdb] Simplify exception handling in py-framefilter.c sergiodj+buildbot
@ 2018-03-27 21:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 21:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3011>

Commit(s) tested:
	76c939acfd21928957b45816bf78935363438b0a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simplify exception handling in py-framefilter.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/76/76c939acfd21928957b45816bf78935363438b0a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27  6:58 [binutils-gdb] Improve "backtrace" help text sergiodj+buildbot
@ 2018-03-27 20:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 20:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3010>

Commit(s) tested:
	9507b29c0a00fb62f015fe69f82aaf8f5377ab35

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Improve "backtrace" help text

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/95/9507b29c0a00fb62f015fe69f82aaf8f5377ab35/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27  7:57 [binutils-gdb] Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c sergiodj+buildbot
@ 2018-03-27 17:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 17:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3008>

Commit(s) tested:
	1f111921a0f8e3f62a19808349ff9bcbd4e54043

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1f/1f111921a0f8e3f62a19808349ff9bcbd4e54043/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: stop with control-c
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27  6:17 [binutils-gdb] Move some code later in backtrace_command_1 sergiodj+buildbot
@ 2018-03-27 15:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 15:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3007>

Commit(s) tested:
	fb7eb8b5826f059e2b7a18e42ff9c20972e626bc

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move some code later in backtrace_command_1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fb/fb7eb8b5826f059e2b7a18e42ff9c20972e626bc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27  5:31 [binutils-gdb] Allow C-c to work in backtrace in more cases sergiodj+buildbot
@ 2018-03-27 12:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-27 12:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3005>

Commit(s) tested:
	92256134f3e5557dcc321c63c48e8175ea90ca27

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allow C-c to work in backtrace in more cases

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/92/92256134f3e5557dcc321c63c48e8175ea90ca27/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27  5:03 [binutils-gdb] Remove EXT_LANG_BT_COMPLETED sergiodj+buildbot
@ 2018-03-27  9:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-27  9:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3003>

Commit(s) tested:
	63283d4a2983eaefd5d0860ddffcf946f0fe92db

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove EXT_LANG_BT_COMPLETED

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/63/63283d4a2983eaefd5d0860ddffcf946f0fe92db/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27  4:49 [binutils-gdb] Allow hiding of some filtered frames sergiodj+buildbot
@ 2018-03-27  7:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-27  7:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3002>

Commit(s) tested:
	978d6c756fcb0332ddf12e19305dd0e53b98a93d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allow hiding of some filtered frames

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/97/978d6c756fcb0332ddf12e19305dd0e53b98a93d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-27  4:34 [binutils-gdb] Change backtrace_command_1 calling to use flags sergiodj+buildbot
@ 2018-03-27  6:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-27  6:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/3001>

Commit(s) tested:
	1cf7e64086d1490649dc56e1c0505be91c600218

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change backtrace_command_1 calling to use flags

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1c/1cf7e64086d1490649dc56e1c0505be91c600218/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-26 20:03 [binutils-gdb] Remove DEF_VEC_I(offset_type) sergiodj+buildbot
@ 2018-03-26 21:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-26 21:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2999>

Commit(s) tested:
	9f034d7573ec4fb4bd3879ce66fef0a20167a2ba

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove DEF_VEC_I(offset_type)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9f/9f034d7573ec4fb4bd3879ce66fef0a20167a2ba/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-26 17:54 [binutils-gdb] Remove struct keyword from section_addr_info sergiodj+buildbot
@ 2018-03-26 19:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-26 19:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2997>

Commit(s) tested:
	4f7ae6f5059924a5acc4490880449d6410dc5c93

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Remove struct keyword from section_addr_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4f/4f7ae6f5059924a5acc4490880449d6410dc5c93/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-26 11:05 [binutils-gdb] Make gdbserver reg_defs a vector of objects sergiodj+buildbot
@ 2018-03-26 11:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-26 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2996>

Commit(s) tested:
	5cd3e386e0ac84b0ba1e0737853f4504ba24f677

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Make gdbserver reg_defs a vector of objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5c/5cd3e386e0ac84b0ba1e0737853f4504ba24f677/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-25 18:14 [binutils-gdb] eval.c: reverse minsym and sym sergiodj+buildbot
@ 2018-03-25 18:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-25 18:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2995>

Commit(s) tested:
	3e5ef9a4de7919971130f7f2ca3052898a069e76

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

Subject:
	eval.c: reverse minsym and sym

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3e/3e5ef9a4de7919971130f7f2ca3052898a069e76/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-23 19:13 [binutils-gdb] Add psymbols for nested types sergiodj+buildbot
@ 2018-03-23 19:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 19:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2991>

Commit(s) tested:
	b7fee5a3268c340975a1dddb131733abfd153d5e

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Add psymbols for nested types

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b7/b7fee5a3268c340975a1dddb131733abfd153d5e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-23 15:04 [binutils-gdb] Make gdbserver find_register_by_number static sergiodj+buildbot
@ 2018-03-23 16:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 16:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2989>

Commit(s) tested:
	dff7492c9b221aacd4efa6675bb288dfb5d50f80

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Make gdbserver find_register_by_number static

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/df/dff7492c9b221aacd4efa6675bb288dfb5d50f80/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-23 12:14 [binutils-gdb] gdb: Minor cleanup in some gdb.arch/* tests sergiodj+buildbot
@ 2018-03-23 13:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 13:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2987>

Commit(s) tested:
	066cfa988ddf88ad32b7a114f2e984a13a3848c8

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Minor cleanup in some gdb.arch/* tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/06/066cfa988ddf88ad32b7a114f2e984a13a3848c8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-23 11:26 [binutils-gdb] Move gdbserver tdesc header funcs to c file sergiodj+buildbot
@ 2018-03-23 12:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-23 12:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2986>

Commit(s) tested:
	d80e524238a17878eee0c620d56e2fad072556bc

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Move gdbserver tdesc header funcs to c file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d8/d80e524238a17878eee0c620d56e2fad072556bc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-23  3:37 [binutils-gdb] Remove some cleanups from record-full.c sergiodj+buildbot
@ 2018-03-23  4:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-23  4:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2984>

Commit(s) tested:
	a2b2bc12af45f48617729c1413a1a01c0ee957ca

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from record-full.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a2/a2b2bc12af45f48617729c1413a1a01c0ee957ca/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-22  9:34 [binutils-gdb] Make "info proc cmdline" show args on GNU/Linux sergiodj+buildbot
@ 2018-03-22 17:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 17:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2981>

Commit(s) tested:
	26d6cec4a9291f154e549fb6f4318ace6cfaa2a5

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Make "info proc cmdline" show args on GNU/Linux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/26/26d6cec4a9291f154e549fb6f4318ace6cfaa2a5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-22  9:20 [binutils-gdb] S390: Correct brace style in s390_get_wordsize sergiodj+buildbot
@ 2018-03-22 15:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 15:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2980>

Commit(s) tested:
	f69c5afb18871a773af88484a24d7da12c3a104c

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Correct brace style in s390_get_wordsize

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f6/f69c5afb18871a773af88484a24d7da12c3a104c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-22 11:31 [binutils-gdb] x86: drop pointless VecESize sergiodj+buildbot
@ 2018-03-22 14:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 14:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2979>

Commit(s) tested:
	b8c169f359dd99900994baff60c57417f13351b3

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop pointless VecESize

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b8/b8c169f359dd99900994baff60c57417f13351b3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-22  8:31 [binutils-gdb] x86: drop remaining redundant DispN sergiodj+buildbot
@ 2018-03-22 13:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 13:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2978>

Commit(s) tested:
	96bc132a736fe44cc021d5d4e8ed6780b9520f22

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop remaining redundant DispN

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/96/96bc132a736fe44cc021d5d4e8ed6780b9520f22/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-22  8:17 [binutils-gdb] x86: fix swapped operand handling for BNDMOV sergiodj+buildbot
@ 2018-03-22 12:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 12:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2977>

Commit(s) tested:
	9f79e88693dae859f838bcf684158e6e6f8f3b6b

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fix swapped operand handling for BNDMOV

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9f/9f79e88693dae859f838bcf684158e6e6f8f3b6b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-22  8:02 [binutils-gdb] x86/Intel: fix fallout from earlier template folding sergiodj+buildbot
@ 2018-03-22 10:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-22 10:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2976>

Commit(s) tested:
	d6793fa1acf384a93c83db6eb916e3b9eedd9ef4

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86/Intel: fix fallout from earlier template folding

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d6/d6793fa1acf384a93c83db6eb916e3b9eedd9ef4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-22  7:50 [binutils-gdb] x86: fold a few XOP templates sergiodj+buildbot
@ 2018-03-22  8:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-22  8:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2975>

Commit(s) tested:
	f776822506b417ce25170c67c33cc05870b37adf

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold a few XOP templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f7/f776822506b417ce25170c67c33cc05870b37adf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-22  4:50 [binutils-gdb] Make parse_static_tracepoint_marker_definition work with multiple static tracepoint definitions sergiodj+buildbot
@ 2018-03-22  5:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-22  5:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2973>

Commit(s) tested:
	62c222b6d9fcce8adf65f48fca2e528f777afeeb

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make parse_static_tracepoint_marker_definition work with multiple static tracepoint definitions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/62/62c222b6d9fcce8adf65f48fca2e528f777afeeb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-21 18:30 [binutils-gdb] S390: Make IPA recognize tdescs with guarded storage sergiodj+buildbot
@ 2018-03-21 21:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 21:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2970>

Commit(s) tested:
	ce29f8439f94adfa56655940e657afbe07a0c99e

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Make IPA recognize tdescs with guarded storage

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ce/ce29f8439f94adfa56655940e657afbe07a0c99e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-21 16:59 [binutils-gdb] S390: Enable re-attaching with native-extended-gdbserver sergiodj+buildbot
@ 2018-03-21 19:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 19:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2968>

Commit(s) tested:
	7edb9bd32ba23247a509cbe9d44ccb02da97b66e

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Enable re-attaching with native-extended-gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7e/7edb9bd32ba23247a509cbe9d44ccb02da97b66e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-21 11:59 [binutils-gdb] Make tls_mask unsigned in elf32-ppc.c sergiodj+buildbot
@ 2018-03-21 14:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 14:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2965>

Commit(s) tested:
	bac3c8c5e7fb88ddb3615b895ad57847b9842171

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Make tls_mask unsigned in elf32-ppc.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ba/bac3c8c5e7fb88ddb3615b895ad57847b9842171/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:63
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-21 11:32 [binutils-gdb] Don't exceed reloc array bounds sergiodj+buildbot
@ 2018-03-21 12:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-21 12:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2963>

Commit(s) tested:
	675e28092f9d92c56c38d40d13ad5b766bdede05

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Don't exceed reloc array bounds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/67/675e28092f9d92c56c38d40d13ad5b766bdede05/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-20 11:08 [binutils-gdb] Set non_ir_ref_dynamic if a symbol is made dynamic sergiodj+buildbot
@ 2018-03-20 11:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-20 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2960>

Commit(s) tested:
	416c34d683f2a17aefe19afb466af4316c7c603b

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Set non_ir_ref_dynamic if a symbol is made dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/41/416c34d683f2a17aefe19afb466af4316c7c603b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-19 15:59 [binutils-gdb] Convert observers to C++ sergiodj+buildbot
@ 2018-03-19 16:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-19 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2958>

Commit(s) tested:
	76727919ceb590f03ff0f6db08b7ceab5b7aeaff

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert observers to C++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/76/76727919ceb590f03ff0f6db08b7ceab5b7aeaff/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-19 12:29 [binutils-gdb] Testsuite: Fix ambiguous "break" due to libinproctrace sergiodj+buildbot
@ 2018-03-19 13:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-19 13:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2957>

Commit(s) tested:
	194ed4130dadb7dd1668f6af87405bdcd8041199

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Testsuite: Fix ambiguous "break" due to libinproctrace

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/19/194ed4130dadb7dd1668f6af87405bdcd8041199/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-19 11:10 [binutils-gdb] Updated Spanish translation for the bfd/ sub-directory, and updated Ukranian translation for the gas/ sub-directory sergiodj+buildbot
@ 2018-03-19 11:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-19 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2956>

Commit(s) tested:
	315aa1cf834a3d78a567263fa3fbda9b2027457e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Updated Spanish translation for the bfd/ sub-directory, and updated Ukranian translation for the gas/ sub-directory.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/31/315aa1cf834a3d78a567263fa3fbda9b2027457e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-19  4:11 [binutils-gdb] Remove some cleanups from solib.c sergiodj+buildbot
@ 2018-03-19  4:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-19  4:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2955>

Commit(s) tested:
	1cb1f3dae747fef1a576fe38078891e545fa92e5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from solib.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1c/1cb1f3dae747fef1a576fe38078891e545fa92e5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-17 19:46 [binutils-gdb] Change auto_load_objfile_script_1 to use std::string sergiodj+buildbot
@ 2018-03-17 20:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-17 20:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2953>

Commit(s) tested:
	a06ab151cbab6f3da8735d2e5e06ede9454ca4c1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change auto_load_objfile_script_1 to use std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a0/a06ab151cbab6f3da8735d2e5e06ede9454ca4c1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-16 21:30 [binutils-gdb] Add silent Makefile rules sergiodj+buildbot
@ 2018-03-16 23:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-16 23:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2951>

Commit(s) tested:
	39be3c7e98728df57cfddd37fb7747f1339a319b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add silent Makefile rules

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/39/39be3c7e98728df57cfddd37fb7747f1339a319b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-16 20:41 [binutils-gdb] Remove make_cleanup_free_section_addr_info sergiodj+buildbot
@ 2018-03-16 21:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-16 21:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2950>

Commit(s) tested:
	37e136b1684929df204ddd09c38978c705fa7228

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_free_section_addr_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/37/37e136b1684929df204ddd09c38978c705fa7228/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-16 19:56 [binutils-gdb] Fix tspeed test case: copy libinproctrace to target sergiodj+buildbot
@ 2018-03-16 20:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-16 20:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2949>

Commit(s) tested:
	8b067d2cf5bf801eb143b4b04da5c22607673471

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Fix tspeed test case: copy libinproctrace to target

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8b/8b067d2cf5bf801eb143b4b04da5c22607673471/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-14 23:20 [binutils-gdb] RISC-V: Add .insn support sergiodj+buildbot
@ 2018-03-15  0:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-15  0:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2945>

Commit(s) tested:
	0e35537d754f1c687850d1caccb2d78d2e418391

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add .insn support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0e/0e35537d754f1c687850d1caccb2d78d2e418391/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-14 16:04 [binutils-gdb] Add usage to printf command sergiodj+buildbot
@ 2018-03-14 16:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-14 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2942>

Commit(s) tested:
	80ae639d3cc4f1e83f1ad48686f87417c06ca6dc

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add usage to printf command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/80/80ae639d3cc4f1e83f1ad48686f87417c06ca6dc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-14 13:59 [binutils-gdb] Update my email address sergiodj+buildbot
@ 2018-03-14 14:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-14 14:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2941>

Commit(s) tested:
	0d671d99a6125e8406e4d06efb58542d3f0aa955

Author(s) (in the same order as the commits):
	Yao Qi <qiyao@sourceware.org>

Subject:
	Update my email address

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0d/0d671d99a6125e8406e4d06efb58542d3f0aa955/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-14 12:19 [binutils-gdb] PowerPC64 debian bug 886264, out-of-line save/restore functions sergiodj+buildbot
@ 2018-03-14 13:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-14 13:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2940>

Commit(s) tested:
	7dda8d3cf3b089bb7e03c4cdbec827fc6a188c88

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 debian bug 886264, out-of-line save/restore functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7d/7dda8d3cf3b089bb7e03c4cdbec827fc6a188c88/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-14 11:43 [binutils-gdb] GC: Also check the local debug definition section sergiodj+buildbot
@ 2018-03-14 12:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-14 12:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2939>

Commit(s) tested:
	9e223787a474c672c5f1cfd4574857241ae4eafa

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	GC: Also check the local debug definition section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9e/9e223787a474c672c5f1cfd4574857241ae4eafa/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-13 14:19 [binutils-gdb] Prevent memory access violations when attempting to parse an x86_64 PE binary containing corrupt unwind information sergiodj+buildbot
@ 2018-03-13 15:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-13 15:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2936>

Commit(s) tested:
	3e33b239450771394fa6c83b67b9de80169f35e8

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent memory access violations when attempting to parse an x86_64 PE binary containing corrupt unwind information.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3e/3e33b239450771394fa6c83b67b9de80169f35e8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-12 22:14 [binutils-gdb] gdb/riscv: Fix some ARI issues sergiodj+buildbot
@ 2018-03-12 22:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-12 22:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2935>

Commit(s) tested:
	89a3b63e52be3e9bcf4b3d15e210652a5cb839c5

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Fix some ARI issues

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/89/89a3b63e52be3e9bcf4b3d15e210652a5cb839c5/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: step 61
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-12  3:49 [binutils-gdb] Use std::vector for field lists in dwarf2read.c sergiodj+buildbot
@ 2018-03-12  5:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-12  5:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2932>

Commit(s) tested:
	be2daae6b8df45f3f6de5d94a1938cef54336a72

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::vector for field lists in dwarf2read.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/be/be2daae6b8df45f3f6de5d94a1938cef54336a72/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-09  5:23 [binutils-gdb] Use scoped_fd in more places sergiodj+buildbot
@ 2018-03-09 23:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-09 23:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2927>

Commit(s) tested:
	5dc1a7047a77f86de7518a99805af64891d4e22a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use scoped_fd in more places

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5d/5dc1a7047a77f86de7518a99805af64891d4e22a/>

*** Diff to previous build ***
============================
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: stop with control-c
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-09  5:14 [binutils-gdb] Change enable_thread_stack_temporaries to an RAII class sergiodj+buildbot
@ 2018-03-09 22:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-09 22:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2926>

Commit(s) tested:
	fdf07f3aeba5906fec462fba33801c173862f241

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change enable_thread_stack_temporaries to an RAII class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fd/fdf07f3aeba5906fec462fba33801c173862f241/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-09  0:25 [binutils-gdb] Use std::string to simplify build_id_to_debug_bfd sergiodj+buildbot
@ 2018-03-09 19:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-09 19:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2924>

Commit(s) tested:
	00b400574aa75c1c5fe469233ab16930e2d8a4c8

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use std::string to simplify build_id_to_debug_bfd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/00/00b400574aa75c1c5fe469233ab16930e2d8a4c8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08 23:36 [binutils-gdb] linux_qxfer_libraries_svr4: Use std::string sergiodj+buildbot
@ 2018-03-09 15:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-09 15:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2921>

Commit(s) tested:
	f6e8a41e6724e641d3b831983e4d158ff069b8ed

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	linux_qxfer_libraries_svr4: Use std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f6/f6e8a41e6724e641d3b831983e4d158ff069b8ed/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08 23:13 [binutils-gdb] Don't redefine upload/download/file in gdbserver-base sergiodj+buildbot
@ 2018-03-09 13:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-09 13:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2919>

Commit(s) tested:
	e4fe3756763773940b003159649f224a5ac42ee0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Don't redefine upload/download/file in gdbserver-base

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e4/e4fe3756763773940b003159649f224a5ac42ee0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08 20:05 [binutils-gdb] x86-64: Also optimize "clr reg64" sergiodj+buildbot
@ 2018-03-09 11:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-09 11:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2918>

Commit(s) tested:
	d3d50934a9101416c3106497d6ea9ce548760253

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Also optimize "clr reg64"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d3/d3d50934a9101416c3106497d6ea9ce548760253/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08 10:21 [binutils-gdb] Remove MAX_REGISTER_SIZE define sergiodj+buildbot
@ 2018-03-09  6:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-09  6:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2915>

Commit(s) tested:
	4ef0bef68cfc777e59156fce1563583c0ffb76d9

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Remove MAX_REGISTER_SIZE define

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4e/4ef0bef68cfc777e59156fce1563583c0ffb76d9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08  9:44 [binutils-gdb] x86: fold VEX-encoded GFNI templates sergiodj+buildbot
@ 2018-03-09  1:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-09  1:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2912>

Commit(s) tested:
	454172a99e4aebafa2cd42d389cd63a8733a046a

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold VEX-encoded GFNI templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/45/454172a99e4aebafa2cd42d389cd63a8733a046a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail?id=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08  9:07 [binutils-gdb] x86: fold FMA and FMA4 templates sergiodj+buildbot
@ 2018-03-08 18:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-08 18:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2907>

Commit(s) tested:
	25a4277fec9efb37b107f6bb6c9246f05cd3c348

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold FMA and FMA4 templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/25/25a4277fec9efb37b107f6bb6c9246f05cd3c348/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08  8:54 [binutils-gdb] x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIX sergiodj+buildbot
@ 2018-03-08 16:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-08 16:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2905>

Commit(s) tested:
	d2224064f1a70969a77a8a82b117489793d6653e

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIX

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d2/d2224064f1a70969a77a8a82b117489793d6653e/>

*** Diff to previous build ***
============================
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: stop with control-c
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08 10:37 [binutils-gdb] x86: avoid SSE check for LDMXCSR/STMXCSR sergiodj+buildbot
@ 2018-03-08 13:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-08 13:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2903>

Commit(s) tested:
	f2f6a710f46e3e7b357128d907002945751afcfd

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: avoid SSE check for LDMXCSR/STMXCSR

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f2/f2f6a710f46e3e7b357128d907002945751afcfd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08  8:06 [binutils-gdb] x86/Intel: correct disassembly of fsub*/fdiv* sergiodj+buildbot
@ 2018-03-08 11:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-08 11:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2901>

Commit(s) tested:
	d53e6b98a2599ba4ce6ad14f711b76e44a32eea5

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86/Intel: correct disassembly of fsub*/fdiv*

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d5/d53e6b98a2599ba4ce6ad14f711b76e44a32eea5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-08  8:27 [binutils-gdb] x86: bogus VMOVD with 64-bit operands should only allow for registers sergiodj+buildbot
@ 2018-03-08  9:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-08  9:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2900>

Commit(s) tested:
	2907c2f55555de6b1df9a0262629003f4856807d

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: bogus VMOVD with 64-bit operands should only allow for registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/29/2907c2f55555de6b1df9a0262629003f4856807d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-07 17:55 [binutils-gdb] gdb: Add riscv to list of architectures with a save_reggroup sergiodj+buildbot
@ 2018-03-07 19:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-07 19:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2897>

Commit(s) tested:
	ea005f31ca7a823680c70a75ae073bee52487859

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Add riscv to list of architectures with a save_reggroup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ea/ea005f31ca7a823680c70a75ae073bee52487859/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-07  7:01 [binutils-gdb] mips64 rtype_to_howto error status sergiodj+buildbot
@ 2018-03-07  7:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-07  7:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2893>

Commit(s) tested:
	0118219e1850a05ceb181a4f47a6906c01c17c83

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	mips64 rtype_to_howto error status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/01/0118219e1850a05ceb181a4f47a6906c01c17c83/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-06 20:09 [binutils-gdb] gdb/riscv: Remove partial target description support sergiodj+buildbot
@ 2018-03-07  0:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-07  0:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2890>

Commit(s) tested:
	9add17f218409f357d5ed8b831c777ac93f41ec4

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Remove partial target description support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9a/9add17f218409f357d5ed8b831c777ac93f41ec4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-06 20:30 [binutils-gdb] gdb/riscv: Remove 'Contributed by....' comments sergiodj+buildbot
@ 2018-03-06 23:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-06 23:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2889>

Commit(s) tested:
	c9486dfe2753a3a9683dbb131ecfb4f5808a27c1

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Remove 'Contributed by....' comments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c9/c9486dfe2753a3a9683dbb131ecfb4f5808a27c1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-06 17:58 [binutils-gdb] btrace: Remove ui_out cleanups sergiodj+buildbot
@ 2018-03-06 20:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-06 20:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2887>

Commit(s) tested:
	7ea78b5973525193eda8e379cc351c7804653216

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	btrace: Remove ui_out cleanups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7e/7ea78b5973525193eda8e379cc351c7804653216/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-06 15:24 [binutils-gdb] btrace: Remove VEC cleanups sergiodj+buildbot
@ 2018-03-06 19:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-06 19:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2886>

Commit(s) tested:
	531270084129e069772e68ead40c97404d1c0dd7

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	btrace: Remove VEC cleanups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/53/531270084129e069772e68ead40c97404d1c0dd7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-06 10:29 [binutils-gdb] gdb/amd64: Ignore zero sized fields when calling functions sergiodj+buildbot
@ 2018-03-06 11:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-06 11:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2880>

Commit(s) tested:
	5dc4391345f6e86906a57af1434025cfb47b4100

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/amd64: Ignore zero sized fields when calling functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5d/5dc4391345f6e86906a57af1434025cfb47b4100/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-05  1:19 [binutils-gdb] Propagate gdb_disassembly_flags to btrace_print_lines sergiodj+buildbot
@ 2018-03-05  1:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-05  1:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2879>

Commit(s) tested:
	3dea1ef72c646d808e5b287e98253f3b8670c450

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Propagate gdb_disassembly_flags to btrace_print_lines

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3d/3dea1ef72c646d808e5b287e98253f3b8670c450/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-04  5:54 [binutils-gdb] Implement "to_stopped_by_hw_breakpoint" for x86 debug registers sergiodj+buildbot
@ 2018-03-04  6:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-04  6:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2875>

Commit(s) tested:
	12279366d71627bfbdd74d1a6675dca825d8feca

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Implement "to_stopped_by_hw_breakpoint" for x86 debug registers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/12/12279366d71627bfbdd74d1a6675dca825d8feca/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-03  8:16 [binutils-gdb] Remove free_char_ptr_vec sergiodj+buildbot
@ 2018-03-03 11:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-03 11:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2872>

Commit(s) tested:
	54693cf5f11bf292ae308604caf6e866dbb03e6f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove free_char_ptr_vec

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/54/54693cf5f11bf292ae308604caf6e866dbb03e6f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-03  5:05 [binutils-gdb] Make program_space::deleted_solibs a vector of std::string sergiodj+buildbot
@ 2018-03-03  7:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-03  7:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2870>

Commit(s) tested:
	6fb16ce6eaba92b86a22eac58eb0eb61b3fd8804

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make program_space::deleted_solibs a vector of std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6f/6fb16ce6eaba92b86a22eac58eb0eb61b3fd8804/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-03  4:46 [binutils-gdb] Make delim_string_to_char_ptr_vec return an std::vector sergiodj+buildbot
@ 2018-03-03  5:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-03  5:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2868>

Commit(s) tested:
	e80aaf6183c6692ecc167bf26cbdc53f8f1a55f0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make delim_string_to_char_ptr_vec return an std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e8/e80aaf6183c6692ecc167bf26cbdc53f8f1a55f0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-03  1:20 [binutils-gdb] opcodes error messages sergiodj+buildbot
@ 2018-03-03  1:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-03  1:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2867>

Commit(s) tested:
	a6743a5420aa02a0550b0f7be004f6c06e90ce21

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	opcodes error messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a6/a6743a5420aa02a0550b0f7be004f6c06e90ce21/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: stop with control-c
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-02 12:07 [binutils-gdb] [GDB/testsuite] Use %progbits in watch-loc.c sergiodj+buildbot
@ 2018-03-02 13:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-02 13:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2864>

Commit(s) tested:
	ecc054c097e7ced281d02ef9632eb0261a410b96

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	[GDB/testsuite] Use %progbits in watch-loc.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ec/ecc054c097e7ced281d02ef9632eb0261a410b96/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-01 22:44 [binutils-gdb] Improve gcore shell quoting and portability sergiodj+buildbot
@ 2018-03-02  1:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-02  1:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2862>

Commit(s) tested:
	e1e6f073a9f5d7c3183cb8096fb24a42c28ba36b

Author(s) (in the same order as the commits):
	Georg Sauthoff <mail@georg.so>

Subject:
	Improve gcore shell quoting and portability

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e1/e1e6f073a9f5d7c3183cb8096fb24a42c28ba36b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-01 22:37 [binutils-gdb] RISC-V: Fix symbol size bug when relaxation deletes bytes sergiodj+buildbot
@ 2018-03-01 23:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-01 23:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2861>

Commit(s) tested:
	788af978df01c3667be99a1607b774f5fa844113

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Fix symbol size bug when relaxation deletes bytes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/78/788af978df01c3667be99a1607b774f5fa844113/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-01 14:29 [binutils-gdb] x86: Encode AVX256/AVX512 vpsub[bwdq] with VEX128/EVEX128 sergiodj+buildbot
@ 2018-03-01 15:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-01 15:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2858>

Commit(s) tested:
	8305403a1ffa8e551fd1c7bd88af1a65c0ba747c

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Encode AVX256/AVX512 vpsub[bwdq] with VEX128/EVEX128

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/83/8305403a1ffa8e551fd1c7bd88af1a65c0ba747c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-03-01 11:41 [binutils-gdb] btrace, gdbserver: check btrace target pointers sergiodj+buildbot
@ 2018-03-01 13:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-01 13:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2857>

Commit(s) tested:
	b1223e789040e9e8cdc6869a8a1fd1fd7acc109d

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace, gdbserver: check btrace target pointers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b1/b1223e789040e9e8cdc6869a8a1fd1fd7acc109d/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: step 34
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-28 23:57 [binutils-gdb] Add missing translations to ALL_LINGUAS sergiodj+buildbot
@ 2018-03-01  8:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-01  8:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2853>

Commit(s) tested:
	e184813fdb0578fe7c5a3f3fc39b56d0ee4d1505

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Add missing translations to ALL_LINGUAS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e1/e184813fdb0578fe7c5a3f3fc39b56d0ee4d1505/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-28 17:02 [binutils-gdb] Create new common/pathstuff.[ch] sergiodj+buildbot
@ 2018-03-01  3:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-01  3:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2849>

Commit(s) tested:
	b4987c956dfa44ca9fd8552f63e15f5fa094b2a4

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Create new common/pathstuff.[ch]

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b4/b4987c956dfa44ca9fd8552f63e15f5fa094b2a4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-28 14:13 [binutils-gdb] testsuite: Restore gdb_is_target_remote_prompt sergiodj+buildbot
@ 2018-03-01  1:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-03-01  1:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2848>

Commit(s) tested:
	3083294d65393a31522586e058500f6abda29b83

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	testsuite: Restore gdb_is_target_remote_prompt

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/30/3083294d65393a31522586e058500f6abda29b83/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-28 10:29 [binutils-gdb] Fix potential integer overflow when reading corrupt dwarf1 debug information sergiodj+buildbot
@ 2018-02-28 21:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-28 21:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2845>

Commit(s) tested:
	eef104664efb52965d85a28bc3fc7c77e52e48e2

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix potential integer overflow when reading corrupt dwarf1 debug information.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ee/eef104664efb52965d85a28bc3fc7c77e52e48e2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-28  1:47 [binutils-gdb] Workaround a FreeBSD ptrace() bug with clearing thread events sergiodj+buildbot
@ 2018-02-28 19:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-28 19:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2843>

Commit(s) tested:
	f169cfdc08761a3d9fcd587ad8661102672403ec

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Workaround a FreeBSD ptrace() bug with clearing thread events.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f1/f169cfdc08761a3d9fcd587ad8661102672403ec/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.dwarf2/gdb-index.exp: touch binary
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-27 21:14 [binutils-gdb] Update get_args documentation sergiodj+buildbot
@ 2018-02-28 18:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-28 18:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2842>

Commit(s) tested:
	e05cac70d855cd404eae9aeea5fcfb83ce8aabcf

Author(s) (in the same order as the commits):
	Phil Muldoon <pmuldoon@redhat.com>

Subject:
	Update get_args documentation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e0/e05cac70d855cd404eae9aeea5fcfb83ce8aabcf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-27 19:20 [binutils-gdb] Change target_write_memory_blocks to use std::vector sergiodj+buildbot
@ 2018-02-28 15:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-28 15:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2840>

Commit(s) tested:
	55089490f79ce1ddb9610fd6abeeaf896825fb71

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change target_write_memory_blocks to use std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/55/55089490f79ce1ddb9610fd6abeeaf896825fb71/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-27 16:46 [binutils-gdb] Explicitly specify common tdesc.h for use with aarch64.h sergiodj+buildbot
@ 2018-02-28 12:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-28 12:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2838>

Commit(s) tested:
	0c305b6176408347afd8452abb8fe974a7e3f999

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Explicitly specify common tdesc.h for use with aarch64.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0c/0c305b6176408347afd8452abb8fe974a7e3f999/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26 19:59 [binutils-gdb] MIPS: Reorder ABI determination ahead of target description loading sergiodj+buildbot
@ 2018-02-28  1:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-28  1:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2830>

Commit(s) tested:
	37c33887bda54afb8fbf4786d400ce549c0e3de8

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS: Reorder ABI determination ahead of target description loading

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/37/37c33887bda54afb8fbf4786d400ce549c0e3de8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26 18:06 [binutils-gdb] Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE sergiodj+buildbot
@ 2018-02-27 23:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-27 23:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2829>

Commit(s) tested:
	d4dd32824a1194718c81773804017ab546cb3aab

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d4/d4dd32824a1194718c81773804017ab546cb3aab/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-27  0:14 [binutils-gdb] Handle DW_TAG_variant_part and DW_TAG_variant sergiodj+buildbot
@ 2018-02-27 18:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-27 18:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2827>

Commit(s) tested:
	2ddeaf8a7d64094f4caf6cdc412d8162f49f73a1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Handle DW_TAG_variant_part and DW_TAG_variant

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2ddeaf8a7d64094f4caf6cdc412d8162f49f73a1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26 17:16 [binutils-gdb] Initial support for variant parts sergiodj+buildbot
@ 2018-02-27 14:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-27 14:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2825>

Commit(s) tested:
	7c22600aabfd10e190e98fff0b7c2d69cd191325

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Initial support for variant parts

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7c/7c22600aabfd10e190e98fff0b7c2d69cd191325/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26 18:41 [binutils-gdb] Move read_partial_die to partial_die_info::read sergiodj+buildbot
@ 2018-02-27 10:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-27 10:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2823>

Commit(s) tested:
	48fbe735fb8f0e65976d2b9dd345bf2f947ad258

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Move read_partial_die to partial_die_info::read

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/48/48fbe735fb8f0e65976d2b9dd345bf2f947ad258/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26 17:35 [binutils-gdb] Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_die sergiodj+buildbot
@ 2018-02-27  4:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-27  4:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2819>

Commit(s) tested:
	d590ff257c81d5aac51928148ce74b0131bbf81c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_die

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d5/d590ff257c81d5aac51928148ce74b0131bbf81c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26 15:54 [binutils-gdb] Re-write partial_die_info allocation in load_partial_dies sergiodj+buildbot
@ 2018-02-27  1:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-27  1:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2817>

Commit(s) tested:
	cd9983dd5f16803aa60e9fe1692b7e6716ac3927

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Re-write partial_die_info allocation in load_partial_dies

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cd/cd9983dd5f16803aa60e9fe1692b7e6716ac3927/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26 12:02 [binutils-gdb] Move arch/tdesc.h to common/tdesc.h sergiodj+buildbot
@ 2018-02-26 22:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-26 22:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2816>

Commit(s) tested:
	f46cd62a69b8050c7c30a53b29a781a9b5e9f062

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Move arch/tdesc.h to common/tdesc.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f4/f46cd62a69b8050c7c30a53b29a781a9b5e9f062/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26  1:53 [binutils-gdb] Segfault on phdrs allocated but not created sergiodj+buildbot
@ 2018-02-26 20:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-26 20:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2815>

Commit(s) tested:
	6838f2bed6459514c1b0c549e6aa3fc7dbb1d7ec

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Segfault on phdrs allocated but not created

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/68/6838f2bed6459514c1b0c549e6aa3fc7dbb1d7ec/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/sigstep-threads.exp: step 62
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26  1:40 [binutils-gdb] crx string overflow warning sergiodj+buildbot
@ 2018-02-26 18:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-26 18:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2814>

Commit(s) tested:
	e95b887f85a192eb1597cd5d358673520029ad14

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	crx string overflow warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e9/e95b887f85a192eb1597cd5d358673520029ad14/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/sigstep-threads.exp: step 15
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26  1:28 [binutils-gdb] assorted target messages sergiodj+buildbot
@ 2018-02-26 15:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-26 15:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2813>

Commit(s) tested:
	38f14ab8fcfa4eab8bab417a5a165b7403ef9b0e

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	assorted target messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/38/38f14ab8fcfa4eab8bab417a5a165b7403ef9b0e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26  1:16 [binutils-gdb] BFD messages sergiodj+buildbot
@ 2018-02-26 13:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-26 13:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2812>

Commit(s) tested:
	6e05870c978aaa057b5ae0f525a2e9b803047ac8

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	BFD messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6e/6e05870c978aaa057b5ae0f525a2e9b803047ac8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26  1:03 [binutils-gdb] AOUT/COFF/PE messages sergiodj+buildbot
@ 2018-02-26 11:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-26 11:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2811>

Commit(s) tested:
	59d08d6ce8cb6c41691266e133304c961c270e85

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	AOUT/COFF/PE messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/59/59d08d6ce8cb6c41691266e133304c961c270e85/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26  0:53 [binutils-gdb] ARM and AArch64 messages sergiodj+buildbot
@ 2018-02-26  9:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-26  9:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2810>

Commit(s) tested:
	90b6238f06197c2abff953ab5920ae5b6d39f97f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	ARM and AArch64 messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/90/90b6238f06197c2abff953ab5920ae5b6d39f97f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26  0:14 [binutils-gdb] ELF linker messages sergiodj+buildbot
@ 2018-02-26  5:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-26  5:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2808>

Commit(s) tested:
	9793eb77929a4ab2c0192d9bf5d3f8d20dd17394

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	ELF linker messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/97/9793eb77929a4ab2c0192d9bf5d3f8d20dd17394/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-26  0:13 [binutils-gdb] unrecognized/unsupported reloc message sergiodj+buildbot
@ 2018-02-26  2:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-26  2:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2807>

Commit(s) tested:
	0aa13feeeb78fc9323bee329c4d91c30f25de121

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	unrecognized/unsupported reloc message

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0a/0aa13feeeb78fc9323bee329c4d91c30f25de121/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-25 20:37 [binutils-gdb] Fix double space expected in cp_test_ptype_class sergiodj+buildbot
@ 2018-02-25 22:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-25 22:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2805>

Commit(s) tested:
	6f6d0c269ecdc11aca9166940534ec61b6dbc39d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix double space expected in cp_test_ptype_class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6f/6f6d0c269ecdc11aca9166940534ec61b6dbc39d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-24 17:31 [binutils-gdb] Remove most cleanups from linux-thread-db.c sergiodj+buildbot
@ 2018-02-24 20:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-24 20:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2803>

Commit(s) tested:
	9b292f68805700c7ae46fc149231fdb79554bd17

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove most cleanups from linux-thread-db.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9b/9b292f68805700c7ae46fc149231fdb79554bd17/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-23 20:31 [binutils-gdb] GDB/testsuite: Fix a typo in $actual_line sergiodj+buildbot
@ 2018-02-23 22:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-23 22:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2801>

Commit(s) tested:
	11b031457e89d5739922ddd0bc65c9d781b6db35

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	GDB/testsuite: Fix a typo in $actual_line

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/11/11b031457e89d5739922ddd0bc65c9d781b6db35/>

*** Diff to previous build ***
============================
new FAIL: gdb.cp/nested-types.exp: ptype S10
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-23 18:26 [binutils-gdb] dwarf: Make sect_offset 64-bits sergiodj+buildbot
@ 2018-02-23 19:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-23 19:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2800>

Commit(s) tested:
	9d8780f0d0f53d9d326a9d64b7919fe1a628b767

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	dwarf: Make sect_offset 64-bits

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9d/9d8780f0d0f53d9d326a9d64b7919fe1a628b767/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-23 11:31 [binutils-gdb] PR22881, null pointer dereference in assign_file_positions_for_non_load_sections sergiodj+buildbot
@ 2018-02-23 13:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-23 13:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2799>

Commit(s) tested:
	01f7e10cf2dcf403462b2feed06c43135651556d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22881, null pointer dereference in assign_file_positions_for_non_load_sections

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/01/01f7e10cf2dcf403462b2feed06c43135651556d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-22 22:16 [binutils-gdb] New plugin interface to get list of symbols wrapped with --wrap option sergiodj+buildbot
@ 2018-02-23  2:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-23  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2797>

Commit(s) tested:
	0b65c07b97c43e8891c2e14061270878a85222c8

Author(s) (in the same order as the commits):
	Sriraman Tallam <tmsriram@google.com>

Subject:
	New plugin interface to get list of symbols wrapped with --wrap option.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0b/0b65c07b97c43e8891c2e14061270878a85222c8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-22 19:44 [binutils-gdb] RISC-V: Make disassebler work for --enable-targets=all config sergiodj+buildbot
@ 2018-02-23  0:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-23  0:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2796>

Commit(s) tested:
	0bccfb2994d307601ceba5c3a6223b7ca7cf5338

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Make disassebler work for --enable-targets=all config.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0b/0bccfb2994d307601ceba5c3a6223b7ca7cf5338/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 20:49 [binutils-gdb] Fix a typo sergiodj+buildbot
@ 2018-02-22 20:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-22 20:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2794>

Commit(s) tested:
	54a27fe598e6d44eb59bc94882f7f56585bfd5cd

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Fix a typo.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/54/54a27fe598e6d44eb59bc94882f7f56585bfd5cd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 19:23 [binutils-gdb] Add "common-defs.h" include to files in arch/ subdir not yet including it sergiodj+buildbot
@ 2018-02-22 17:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-22 17:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2793>

Commit(s) tested:
	8ec57239e91f22f427f8065eb742e6c8bfa223f1

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add "common-defs.h" include to files in arch/ subdir not yet including it.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8e/8ec57239e91f22f427f8065eb742e6c8bfa223f1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 16:31 [binutils-gdb] Remove a cleanup from parse_expression_for_completion sergiodj+buildbot
@ 2018-02-22 15:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-22 15:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2792>

Commit(s) tested:
	3eac2b654808f9e233885f910045eea9d2ca0aa0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a cleanup from parse_expression_for_completion

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3e/3eac2b654808f9e233885f910045eea9d2ca0aa0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 17:11 [binutils-gdb] Remove a cleanup from call_function_by_hand_dummy sergiodj+buildbot
@ 2018-02-22 12:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-22 12:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2791>

Commit(s) tested:
	6ccb583f751e020a6db768d517c2dd3ba6d93cc4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a cleanup from call_function_by_hand_dummy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6c/6ccb583f751e020a6db768d517c2dd3ba6d93cc4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 13:02 [binutils-gdb] Remove regcache::m_readonly_p sergiodj+buildbot
@ 2018-02-22  6:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-22  6:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2788>

Commit(s) tested:
	796bb0264184e8d9343f041c2f11cb898c0d18ac

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove regcache::m_readonly_p

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/79/796bb0264184e8d9343f041c2f11cb898c0d18ac/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 12:50 [binutils-gdb] No longer create readonly regcache sergiodj+buildbot
@ 2018-02-22  4:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-22  4:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2787>

Commit(s) tested:
	215c69dc9a7d8f868198b5523abcf41458fb6e4a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	No longer create readonly regcache

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/21/215c69dc9a7d8f868198b5523abcf41458fb6e4a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 12:37 [binutils-gdb] Replace regcache::dump with class register_dump sergiodj+buildbot
@ 2018-02-22  2:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-22  2:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2786>

Commit(s) tested:
	f3384e664de76c4bb9f8fd9920afcec86557f1f0

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Replace regcache::dump with class register_dump

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f3/f3384e664de76c4bb9f8fd9920afcec86557f1f0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 12:25 [binutils-gdb] Class detached_regcache sergiodj+buildbot
@ 2018-02-21 23:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-21 23:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2785>

Commit(s) tested:
	c8ec2f334c3751c28d5f952d07dea9c0558ca0a0

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Class detached_regcache

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c8/c8ec2f334c3751c28d5f952d07dea9c0558ca0a0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 12:12 [binutils-gdb] Class readonly_detached_regcache sergiodj+buildbot
@ 2018-02-21 21:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-21 21:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2784>

Commit(s) tested:
	daf6667d1f94c7e74df4076daf021cd28a2797b6

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Class readonly_detached_regcache

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/da/daf6667d1f94c7e74df4076daf021cd28a2797b6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 12:00 [binutils-gdb] Remove regcache_save and regcache_cpy sergiodj+buildbot
@ 2018-02-21 18:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-21 18:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2783>

Commit(s) tested:
	fc5b87361580d915e28ae5f3cc4794b75b671b5a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove regcache_save and regcache_cpy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fc/fc5b87361580d915e28ae5f3cc4794b75b671b5a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 11:47 [binutils-gdb] class readable_regcache and pass readable_regcache to gdbarch pseudo_register_read and pseudo_register_read_value sergiodj+buildbot
@ 2018-02-21 15:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-21 15:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2782>

Commit(s) tested:
	849d0ba802323fe05e3039ed5b22957db2c85a67

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	class readable_regcache and pass readable_regcache to gdbarch pseudo_register_read and pseudo_register_read_value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/84/849d0ba802323fe05e3039ed5b22957db2c85a67/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-21 11:39 [binutils-gdb] Class reg_buffer sergiodj+buildbot
@ 2018-02-21 13:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-21 13:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2781>

Commit(s) tested:
	31716595b5bda8524fc841378468fd1c47510dd3

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Class reg_buffer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/31/31716595b5bda8524fc841378468fd1c47510dd3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-20 16:58 [binutils-gdb] remote-sim: Add missing ATTRIBUTE_PRINTF sergiodj+buildbot
@ 2018-02-20 20:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-20 20:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2779>

Commit(s) tested:
	7104e59bece90e387d70f617eb7ed4c34087283d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	remote-sim: Add missing ATTRIBUTE_PRINTF

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/71/7104e59bece90e387d70f617eb7ed4c34087283d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-20 13:39 [binutils-gdb] gnulib: import mkstemp sergiodj+buildbot
@ 2018-02-20 16:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-20 16:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2777>

Commit(s) tested:
	2d8adcbd07fc12a3212a9f045605ef712f5fb3ab

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	gnulib: import mkstemp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2d8adcbd07fc12a3212a9f045605ef712f5fb3ab/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-20 13:30 [binutils-gdb] btrace, testsuite: do not force BTS sergiodj+buildbot
@ 2018-02-20 14:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-20 14:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2776>

Commit(s) tested:
	de65820cd69a4d9aaa87079a809c70364571efab

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace, testsuite: do not force BTS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/de/de65820cd69a4d9aaa87079a809c70364571efab/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-20 11:13 [binutils-gdb] Fix make 3.81 build errors sergiodj+buildbot
@ 2018-02-20 12:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-20 12:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2775>

Commit(s) tested:
	a543c5ca7c1285548726e6d92ca6044dc1963340

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Fix make 3.81 build errors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a5/a543c5ca7c1285548726e6d92ca6044dc1963340/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-17  0:02 [binutils-gdb] Ignore degenerate PT_LOAD segments sergiodj+buildbot
@ 2018-02-17  0:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-17  0:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2761>

Commit(s) tested:
	325ba6fb34be799c885fad9287d883e86b835c84

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Ignore degenerate PT_LOAD segments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/32/325ba6fb34be799c885fad9287d883e86b835c84/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-16 16:34 [binutils-gdb] New class allocate_on_obstack sergiodj+buildbot
@ 2018-02-16 17:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-16 17:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2760>

Commit(s) tested:
	fd90ace4c1e77c94e90d2942cebe84e9a2019c0f

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	New class allocate_on_obstack

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fd/fd90ace4c1e77c94e90d2942cebe84e9a2019c0f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-16  8:56 [binutils-gdb] Remove bfd stub function casts sergiodj+buildbot
@ 2018-02-16 10:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-16 10:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2759>

Commit(s) tested:
	d00dd7dc5e415503de88614bf2ea4aafa2bca819

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove bfd stub function casts.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d0/d00dd7dc5e415503de88614bf2ea4aafa2bca819/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-15 22:04 [binutils-gdb] RISC-V: Fix relocation failure with zero address sections sergiodj+buildbot
@ 2018-02-16  0:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-16  0:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2758>

Commit(s) tested:
	09ca4b9d9bd61ecb779386a6cc7796cb05dde1af

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Fix relocation failure with zero address sections.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/09/09ca4b9d9bd61ecb779386a6cc7796cb05dde1af/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-15 19:14 [binutils-gdb] RISC-V: Give error for ignored pcrel_lo addend sergiodj+buildbot
@ 2018-02-15 21:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-15 21:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2757>

Commit(s) tested:
	2a0d98534964649bc6884b7833c6c4089159a6df

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Give error for ignored pcrel_lo addend.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2a/2a0d98534964649bc6884b7833c6c4089159a6df/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-15 15:29 [binutils-gdb] PR ld/22832 on SPARC sergiodj+buildbot
@ 2018-02-15 19:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-15 19:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2756>

Commit(s) tested:
	e513bd38a6b91401947d90ba5f301f01d3991b8e

Author(s) (in the same order as the commits):
	Eric Botcazou <ebotcazou@gcc.gnu.org>

Subject:
	PR ld/22832 on SPARC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e5/e513bd38a6b91401947d90ba5f301f01d3991b8e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-15  4:34 [binutils-gdb] delete ada-lang.c::ada_to_fixed_value_create advance declaration sergiodj+buildbot
@ 2018-02-15  5:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-15  5:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2753>

Commit(s) tested:
	355c559b74518b67eb113e635363cc890058746c

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	delete ada-lang.c::ada_to_fixed_value_create advance declaration

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/35/355c559b74518b67eb113e635363cc890058746c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-14 16:14 [binutils-gdb] Constify target_so_ops::bfd_open sergiodj+buildbot
@ 2018-02-15  1:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-15  1:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2751>

Commit(s) tested:
	692d6f9760bc67b68a5c96baac47067fd7dfa711

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify target_so_ops::bfd_open

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/69/692d6f9760bc67b68a5c96baac47067fd7dfa711/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-14 15:50 [binutils-gdb] Move some declarations to source.h sergiodj+buildbot
@ 2018-02-14 21:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-14 21:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2749>

Commit(s) tested:
	b46a8d7c1d50c06e641af99b58301db0499111b9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move some declarations to source.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b4/b46a8d7c1d50c06e641af99b58301db0499111b9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-14 15:16 [binutils-gdb] Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding extra casts sergiodj+buildbot
@ 2018-02-14 17:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-14 17:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2747>

Commit(s) tested:
	12ef3f5a7c5a6b89964842fd3da047b8d07dec91

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding extra casts.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/12/12ef3f5a7c5a6b89964842fd3da047b8d07dec91/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-14 12:04 [binutils-gdb] x86-64: Use PLT address for PC-relative reloc sergiodj+buildbot
@ 2018-02-14 14:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-14 14:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2746>

Commit(s) tested:
	451875b4f976a527395e9303224c7881b65e12ed

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Use PLT address for PC-relative reloc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/45/451875b4f976a527395e9303224c7881b65e12ed/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-14 11:04 [binutils-gdb] Remove references to ada_name_for_lookup (deleted) sergiodj+buildbot
@ 2018-02-14 13:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-14 13:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2745>

Commit(s) tested:
	f98b2e334fcca666afaee3c6546b9fc91a4963d4

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Remove references to ada_name_for_lookup (deleted)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f9/f98b2e334fcca666afaee3c6546b9fc91a4963d4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13 22:52 [binutils-gdb] x86: Properly check building shared library sergiodj+buildbot
@ 2018-02-14  3:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-14  3:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2744>

Commit(s) tested:
	1031c264fd23641111df1e12a35d0a8f7e82fb80

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Properly check building shared library

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/10/1031c264fd23641111df1e12a35d0a8f7e82fb80/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13 17:36 [binutils-gdb] Use enum flags for flags passed to openp sergiodj+buildbot
@ 2018-02-14  1:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-14  1:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2743>

Commit(s) tested:
	24b9144d4ba83d37751786b08b48ad62fb7aef26

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use enum flags for flags passed to openp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/24/24b9144d4ba83d37751786b08b48ad62fb7aef26/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13 15:51 [binutils-gdb] x86-64: Generate branch with PLT32 relocation sergiodj+buildbot
@ 2018-02-13 23:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-13 23:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2742>

Commit(s) tested:
	bd7ab16b4537788ad53521c45469a1bdae84ad4a

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Generate branch with PLT32 relocation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bd/bd7ab16b4537788ad53521c45469a1bdae84ad4a/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: step 8
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13 15:41 [binutils-gdb] Fix typo in Russian translation for the bfd/ sub-directory which could lead to a seg-fault in the linker sergiodj+buildbot
@ 2018-02-13 22:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-13 22:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2741>

Commit(s) tested:
	80c96350467f23a54546580b3e2b67a65ec65b66

Author(s) (in the same order as the commits):
	Sergei Trofimovich <slyfox@inbox.ru>

Subject:
	Fix typo in Russian translation for the bfd/ sub-directory which could lead to a seg-fault in the linker.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/80/80c96350467f23a54546580b3e2b67a65ec65b66/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13 13:43 [binutils-gdb] Fix compile time warning messages from gcc version 8 about cast between incompatible function types sergiodj+buildbot
@ 2018-02-13 20:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-13 20:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2740>

Commit(s) tested:
	68d206766637a041bbbeb89c8a1bfdd76317e192

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix compile time warning messages from gcc version 8 about cast between incompatible function types.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/68/68d206766637a041bbbeb89c8a1bfdd76317e192/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13 13:31 [binutils-gdb] WebAssembly: Disable subdirectory configuration for unsupported LD sergiodj+buildbot
@ 2018-02-13 18:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-13 18:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2739>

Commit(s) tested:
	b29d26411c62fef6b1401aff4f2c6a157053de4d

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	WebAssembly: Disable subdirectory configuration for unsupported LD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b2/b29d26411c62fef6b1401aff4f2c6a157053de4d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13 12:41 [binutils-gdb] PR22836, "-r -s" doesn't work with -g3 using GCC 7 sergiodj+buildbot
@ 2018-02-13 13:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-13 13:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2737>

Commit(s) tested:
	6e5e9d58c1eeef5677c90886578a895cb8c164c5

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22836, "-r -s" doesn't work with -g3 using GCC 7

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6e/6e5e9d58c1eeef5677c90886578a895cb8c164c5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: other threads didn't run - locked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13  9:23 [binutils-gdb] PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries sergiodj+buildbot
@ 2018-02-13 10:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-13 10:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2736>

Commit(s) tested:
	f2731e0c374e5323ce4cdae2bcc7b7fe22da1a6f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f2/f2731e0c374e5323ce4cdae2bcc7b7fe22da1a6f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13  6:47 [binutils-gdb] Fix prefix of maint set/show per-command sergiodj+buildbot
@ 2018-02-13  7:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-13  7:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2735>

Commit(s) tested:
	387cd15b93fdca3a66bbda427c4e1d9340bfb532

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix prefix of maint set/show per-command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/38/387cd15b93fdca3a66bbda427c4e1d9340bfb532/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-13  0:11 [binutils-gdb] gdb: Remove cleanup from dw2_do_instantiate_symtab sergiodj+buildbot
@ 2018-02-13  1:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-13  1:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2734>

Commit(s) tested:
	b303c6f688c6cd1ffd986ae65ac3f2dc11f27b93

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove cleanup from dw2_do_instantiate_symtab

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b3/b303c6f688c6cd1ffd986ae65ac3f2dc11f27b93/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-12 12:31 [binutils-gdb] Fix compile time warning: bfd/elf32-arc.c:1537]: (warning) Redundant assignment of 'rel->r_offset' to itself sergiodj+buildbot
@ 2018-02-12 16:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-12 16:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2731>

Commit(s) tested:
	0b8683b7eb25cc150c7738ddc0d237f255e0fa70

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix compile time warning: bfd/elf32-arc.c:1537]: (warning) Redundant assignment of 'rel->r_offset' to itself.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0b/0b8683b7eb25cc150c7738ddc0d237f255e0fa70/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: stop with control-c
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-12 12:16 [binutils-gdb] oops - actually remove the assignment this time: bfd/elf32-nds32.c:9693]: (warning) Redundant assignment of 'irel->r_addend' to itself sergiodj+buildbot
@ 2018-02-12 14:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-12 14:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2730>

Commit(s) tested:
	6444b19b244d7c84537fc796005ef756917135ae

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	oops - actually remove the assignment this time: bfd/elf32-nds32.c:9693]: (warning) Redundant assignment of 'irel->r_addend' to itself.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/64/6444b19b244d7c84537fc796005ef756917135ae/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-10  2:13 [binutils-gdb] Fix GOT relocation overflow on SPARC sergiodj+buildbot
@ 2018-02-11  5:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-11  5:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2728>

Commit(s) tested:
	a8735c82b8519d8b18915765ca983fc07154a17d

Author(s) (in the same order as the commits):
	Eric Botcazou <ebotcazou@gcc.gnu.org>

Subject:
	Fix GOT relocation overflow on SPARC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a8/a8735c82b8519d8b18915765ca983fc07154a17d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 19:26 [binutils-gdb] Don't reference past the end of the vector sergiodj+buildbot
@ 2018-02-11  1:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-11  1:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2726>

Commit(s) tested:
	9c3630e983df43e68006b526a92c2a9a2b64dfd9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Don't reference past the end of the vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9c/9c3630e983df43e68006b526a92c2a9a2b64dfd9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 15:25 [binutils-gdb] btrace: reword error messages sergiodj+buildbot
@ 2018-02-10 22:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-10 22:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2725>

Commit(s) tested:
	c4e126313219ecde255a644a2c74008831edff5a

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: reword error messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c4/c4e126313219ecde255a644a2c74008831edff5a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 15:12 [binutils-gdb] btrace: check perf_event_paranoid sergiodj+buildbot
@ 2018-02-10 21:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-10 21:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2724>

Commit(s) tested:
	88711fbfeadd6e4663d986962dfcd7ab660c61d1

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: check perf_event_paranoid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/88/88711fbfeadd6e4663d986962dfcd7ab660c61d1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 14:47 [binutils-gdb] btrace, gdbserver: remove the to_supports_btrace target method sergiodj+buildbot
@ 2018-02-10 15:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-10 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2722>

Commit(s) tested:
	de6242d3075700ec4b73bdee583dc216f3a0b046

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace, gdbserver: remove the to_supports_btrace target method

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/de/de6242d3075700ec4b73bdee583dc216f3a0b046/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 16:32 [binutils-gdb] btrace, gdbserver: use exceptions to convey btrace enable/disable errors sergiodj+buildbot
@ 2018-02-10 13:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-10 13:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2721>

Commit(s) tested:
	9ee23a853c18da3c83530c7957464bc6b6e9fb16

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace, gdbserver: use exceptions to convey btrace enable/disable errors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9e/9ee23a853c18da3c83530c7957464bc6b6e9fb16/>

*** Diff to previous build ***
============================
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: stop with control-c
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 14:22 [binutils-gdb] btrace: prepare for throwing exceptions when enabling btrace sergiodj+buildbot
@ 2018-02-10 11:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-10 11:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2720>

Commit(s) tested:
	5c3284c1ec2edc28b0697532fd094d93d5ecf31b

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: prepare for throwing exceptions when enabling btrace

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5c/5c3284c1ec2edc28b0697532fd094d93d5ecf31b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 13:44 [binutils-gdb] common: add scoped_fd sergiodj+buildbot
@ 2018-02-10  6:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-10  6:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2718>

Commit(s) tested:
	ea4a0888120dec61348cae460ffa08de663e2852

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	common: add scoped_fd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ea/ea4a0888120dec61348cae460ffa08de663e2852/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 13:31 [binutils-gdb] Use gdb::unique_xmalloc_ptr in auto_load_section_scripts sergiodj+buildbot
@ 2018-02-10  4:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-10  4:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2717>

Commit(s) tested:
	869e8290ea62f594d2472476303bb74604e9326b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdb::unique_xmalloc_ptr in auto_load_section_scripts

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/86/869e8290ea62f594d2472476303bb74604e9326b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 13:19 [binutils-gdb] Use std::string in execute_script_contents sergiodj+buildbot
@ 2018-02-10  1:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-10  1:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2716>

Commit(s) tested:
	a37a2ae7080898244de86d136961de81fe28a434

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string in execute_script_contents

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a3/a37a2ae7080898244de86d136961de81fe28a434/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09 12:24 [binutils-gdb] gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1 sergiodj+buildbot
@ 2018-02-09 20:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-09 20:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2713>

Commit(s) tested:
	4e7253479941cd6d59a0c8efbb1113d3734b7f56

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4e/4e7253479941cd6d59a0c8efbb1113d3734b7f56/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09  1:04 [binutils-gdb] x86: Set need_global_offset_table with info->output_bfd->xvec sergiodj+buildbot
@ 2018-02-09 17:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-09 17:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2712>

Commit(s) tested:
	15b23f3612ffa19bd7fb20ce07485cdb3c06162f

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Set need_global_offset_table with info->output_bfd->xvec

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/15/15b23f3612ffa19bd7fb20ce07485cdb3c06162f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09  0:47 [binutils-gdb] x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for Solaris sergiodj+buildbot
@ 2018-02-09 16:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-09 16:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2711>

Commit(s) tested:
	dc11dea21281758b71113c03a8d8be92d175a46c

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for Solaris

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/dc/dc11dea21281758b71113c03a8d8be92d175a46c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-08 21:32 [binutils-gdb] RISC-V: Add comment for previous change sergiodj+buildbot
@ 2018-02-09 14:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-09 14:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2710>

Commit(s) tested:
	3f48fe4a95ec0e67b81d5d606762c91ad9a6b799

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add comment for previous change.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3f/3f48fe4a95ec0e67b81d5d606762c91ad9a6b799/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-08 23:17 [binutils-gdb] Remove cleanups from solib.c sergiodj+buildbot
@ 2018-02-09 12:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-09 12:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2709>

Commit(s) tested:
	9a897d43f034544cd09292d0fb6fded7eb64ae8d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from solib.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9a/9a897d43f034544cd09292d0fb6fded7eb64ae8d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-09  0:11 [binutils-gdb] Use unique_xmalloc_ptr in build_id_to_debug_bfd sergiodj+buildbot
@ 2018-02-09 10:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-09 10:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2708>

Commit(s) tested:
	58ef3771fbbdf7fd891fceefdd4bf2720c6c1ee7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use unique_xmalloc_ptr in build_id_to_debug_bfd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/58/58ef3771fbbdf7fd891fceefdd4bf2720c6c1ee7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-08 20:25 [binutils-gdb] Use gdb::def_vector in find_source_lines sergiodj+buildbot
@ 2018-02-09  8:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-09  8:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2707>

Commit(s) tested:
	a9abc4345150a3f3e30da78f8d68c1f9e0198772

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdb::def_vector in find_source_lines

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a9/a9abc4345150a3f3e30da78f8d68c1f9e0198772/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-08 19:18 [binutils-gdb] Remove make_cleanup_restore_current_thread from gdbserver sergiodj+buildbot
@ 2018-02-08 22:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-08 22:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2702>

Commit(s) tested:
	8ce47547b34fddec16d1ccd801f025a56976af95

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_restore_current_thread from gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8c/8ce47547b34fddec16d1ccd801f025a56976af95/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-08 19:05 [binutils-gdb] Remove a cleanup from gdbserver sergiodj+buildbot
@ 2018-02-08 19:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-08 19:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2701>

Commit(s) tested:
	45dd3607e24aaf515b5d75c666b351575410392b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a cleanup from gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/45/45dd3607e24aaf515b5d75c666b351575410392b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-07 14:04 [binutils-gdb] Fix type of values representing optimized out static members sergiodj+buildbot
@ 2018-02-07 14:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-07 14:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2699>

Commit(s) tested:
	c2e0e465f9488970c7e460a41e3fb7c366530619

Author(s) (in the same order as the commits):
	Simon Marchi <simark@simark.ca>

Subject:
	Fix type of values representing optimized out static members

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c2/c2e0e465f9488970c7e460a41e3fb7c366530619/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-07  4:11 [binutils-gdb] Revert "PowerPC PLT speculative execution barriers" sergiodj+buildbot
@ 2018-02-07 11:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-07 11:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2698>

Commit(s) tested:
	407aa07cee4d075c8e7996a5e994c02e76f19276

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Revert "PowerPC PLT speculative execution barriers"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/40/407aa07cee4d075c8e7996a5e994c02e76f19276/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-06 20:29 [binutils-gdb] Remove some $ARCH_read_pc and $ARCH_write_pc sergiodj+buildbot
@ 2018-02-07  7:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-07  7:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2696>

Commit(s) tested:
	3f8c94b478c8f2e5c82a1425fd49e977ed969a7f

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove some $ARCH_read_pc and $ARCH_write_pc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3f/3f8c94b478c8f2e5c82a1425fd49e977ed969a7f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-06 17:43 [binutils-gdb] Fix PR ld/22263 on SPARC sergiodj+buildbot
@ 2018-02-07  4:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-07  4:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2695>

Commit(s) tested:
	c20c30f615756ddfccc4bb75c65ccfc1a399466e

Author(s) (in the same order as the commits):
	Eric Botcazou <ebotcazou@gcc.gnu.org>

Subject:
	Fix PR ld/22263 on SPARC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c2/c20c30f615756ddfccc4bb75c65ccfc1a399466e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-06 17:29 [binutils-gdb] Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALL sergiodj+buildbot
@ 2018-02-07  2:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-07  2:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2694>

Commit(s) tested:
	bca65a2394ce11bb4a0b001b8a986961c2e84881

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALL

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bc/bca65a2394ce11bb4a0b001b8a986961c2e84881/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-06 17:17 [binutils-gdb] Improve the find_nearest_line function for the MIPS target so that it tries harder to find a function name sergiodj+buildbot
@ 2018-02-07  0:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-07  0:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2693>

Commit(s) tested:
	46d09186d340407fdcf066fea25444682e989512

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Improve the find_nearest_line function for the MIPS target so that it tries harder to find a function name.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/46/46d09186d340407fdcf066fea25444682e989512/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-06 17:02 [binutils-gdb] Fix GCC 8's -Wstringop-overflow on bfd/coff-rs6000.c sergiodj+buildbot
@ 2018-02-06 22:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-06 22:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2692>

Commit(s) tested:
	8278e7cec35536046caf596f4e55c7c037d06cf0

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Fix GCC 8's -Wstringop-overflow on bfd/coff-rs6000.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/82/8278e7cec35536046caf596f4e55c7c037d06cf0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-06 16:48 [binutils-gdb] Prevent attempts to call strncpy with a zero-length field by chacking the size of debuglink sections sergiodj+buildbot
@ 2018-02-06 20:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-06 20:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2691>

Commit(s) tested:
	64e234d417d5685a4aec0edc618114d9991c031b

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent attempts to call strncpy with a zero-length field by chacking the size of debuglink sections.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/64/64e234d417d5685a4aec0edc618114d9991c031b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-06 16:04 [binutils-gdb] Allow the find_abstract_instance_name() function in the BFD library to also return file and line number information sergiodj+buildbot
@ 2018-02-06 17:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-06 17:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2690>

Commit(s) tested:
	422f3d3d6d5713bf9235b7b7696818a70b3b578d

Author(s) (in the same order as the commits):
	Paul Carroll <pcarroll@codesourcery.com>

Subject:
	Allow the find_abstract_instance_name() function in the BFD library to also return file and line number information.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/42/422f3d3d6d5713bf9235b7b7696818a70b3b578d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-05 19:45 [binutils-gdb] ppc64: Fix stwux encoding sergiodj+buildbot
@ 2018-02-06  8:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-06  8:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2689>

Commit(s) tested:
	72dd27306224497c8ba97f391d30b774d4d973fb

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	ppc64: Fix stwux encoding

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/72/72dd27306224497c8ba97f391d30b774d4d973fb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-05 18:11 [binutils-gdb] Remove myself as a write-after-approval GDB maintainer sergiodj+buildbot
@ 2018-02-06  4:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-06  4:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2687>

Commit(s) tested:
	f3b91ed8f96a4d41eef1c64a7e77c406ec763612

Author(s) (in the same order as the commits):
	Antoine Tremblay <antoine.tremblay@ericsson.com>

Subject:
	Remove myself as a write-after-approval GDB maintainer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f3/f3b91ed8f96a4d41eef1c64a7e77c406ec763612/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-05 17:05 [binutils-gdb] x86: Remove the unused _GLOBAL_OFFSET_TABLE_ sergiodj+buildbot
@ 2018-02-06  2:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-06  2:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2686>

Commit(s) tested:
	cd04836359da82ae1dc67e5a05565536f4427b51

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Remove the unused _GLOBAL_OFFSET_TABLE_

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cd/cd04836359da82ae1dc67e5a05565536f4427b51/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-05 16:54 [binutils-gdb] Use visitors for make_gdb_type sergiodj+buildbot
@ 2018-02-06  0:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-06  0:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2685>

Commit(s) tested:
	b8df6ca79e69678a07d3216b9b2b552fce27cda8

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Use visitors for make_gdb_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b8/b8df6ca79e69678a07d3216b9b2b552fce27cda8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-05 14:42 [binutils-gdb] RISC-V/BFD: Correct a missing initializer error with pre-4.7 GCC sergiodj+buildbot
@ 2018-02-05 23:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-05 23:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2684>

Commit(s) tested:
	e65b1a78686f840ab46fe97355d674919185adc8

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	RISC-V/BFD: Correct a missing initializer error with pre-4.7 GCC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e6/e65b1a78686f840ab46fe97355d674919185adc8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-05 14:29 [binutils-gdb] MIPS/BFD: Correctly report unsupported `.reginfo' section size sergiodj+buildbot
@ 2018-02-05 21:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-05 21:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2683>

Commit(s) tested:
	2d6dda71611ba6cc16fe2bd21ac816d5f7d1e74d

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/BFD: Correctly report unsupported `.reginfo' section size

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2d6dda71611ba6cc16fe2bd21ac816d5f7d1e74d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: other threads didn't run - locked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-05 14:17 [binutils-gdb] ELF/BFD: Propagate the return status from backend section processing sergiodj+buildbot
@ 2018-02-05 17:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-05 17:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2682>

Commit(s) tested:
	7550610057c51d47e3815ef93893d4f4faa7e03d

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	ELF/BFD: Propagate the return status from backend section processing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/75/7550610057c51d47e3815ef93893d4f4faa7e03d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-05  5:03 [binutils-gdb] Move comment in gdb/dwarf2read.c::dwarf2_physname sergiodj+buildbot
@ 2018-02-05  5:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-05  5:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2679>

Commit(s) tested:
	0eb876f52f348ff08be24bca6cbca00e302839b2

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Move comment in gdb/dwarf2read.c::dwarf2_physname

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0e/0eb876f52f348ff08be24bca6cbca00e302839b2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-03 17:11 [binutils-gdb] gdb/testsuite: Remove use of dejagnu cleanup proc sergiodj+buildbot
@ 2018-02-03 18:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-03 18:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2677>

Commit(s) tested:
	f721678315fc6bbec25341bd616a906976d72693

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Remove use of dejagnu cleanup proc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f7/f721678315fc6bbec25341bd616a906976d72693/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-02 19:21 [binutils-gdb] MI: Allow non-raw varobj evaluation sergiodj+buildbot
@ 2018-02-02 20:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-02 20:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2675>

Commit(s) tested:
	0625771b9e29116dc1fb0b597501f18e4bb0e18c

Author(s) (in the same order as the commits):
	Leszek Swirski via gdb-patches <gdb-patches@sourceware.org>

Subject:
	MI: Allow non-raw varobj evaluation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/06/0625771b9e29116dc1fb0b597501f18e4bb0e18c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-02 12:31 [binutils-gdb] PowerPC64, don't relocate nops sergiodj+buildbot
@ 2018-02-02 13:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-02 13:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2674>

Commit(s) tested:
	d830549dba59f4e11412fd6dc18b7b1d4c6cf557

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64, don't relocate nops

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d8/d830549dba59f4e11412fd6dc18b7b1d4c6cf557/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: stop with control-c
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-02  3:50 [binutils-gdb] Do not classify C struct members as a filename sergiodj+buildbot
@ 2018-02-02  4:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-02  4:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2673>

Commit(s) tested:
	59498c305e6f1db2a1ed8d44cb58f0d24ec092fe

Author(s) (in the same order as the commits):
	Leszek Swirski <leszeks@google.com>

Subject:
	Do not classify C struct members as a filename

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/59/59498c305e6f1db2a1ed8d44cb58f0d24ec092fe/>

*** Diff to previous build ***
============================
new FAIL: gdb.cp/filename.exp: print c.includefile[0]
new FAIL: gdb.cp/filename.exp: print pc->includefile[0]
new FAIL: gdb.cp/filename.exp: print d.includefile
new FAIL: gdb.cp/filename.exp: print pd->includefile
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-01 16:11 [binutils-gdb] Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_str sergiodj+buildbot
@ 2018-02-01 20:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-01 20:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2672>

Commit(s) tested:
	2d9e6acbdbc528563a9df5445584a8a150a86527

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_str

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2d9e6acbdbc528563a9df5445584a8a150a86527/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-01 15:47 [binutils-gdb] set ret signed in arm_record_extension_space sergiodj+buildbot
@ 2018-02-01 19:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-01 19:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2671>

Commit(s) tested:
	df95a9cf09867c237ddf9b4eb65a990e86de1e17

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	set ret signed in arm_record_extension_space

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/df/df95a9cf09867c237ddf9b4eb65a990e86de1e17/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-02-01 13:38 [binutils-gdb] Fix compile time warnings building the binutils with clang sergiodj+buildbot
@ 2018-02-01 14:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-01 14:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2669>

Commit(s) tested:
	e99955cd8eca9ac8eff828e8c7b676955fd46e04

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix compile time warnings building the binutils with clang.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e9/e99955cd8eca9ac8eff828e8c7b676955fd46e04/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-31 15:21 [binutils-gdb] gdb: Fix remote-sim/MinGW/Darwin builds sergiodj+buildbot
@ 2018-02-01  3:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-01  3:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2667>

Commit(s) tested:
	f6cfb42730ed37bfb32cb27ef627df930f437f08

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

Subject:
	gdb: Fix remote-sim/MinGW/Darwin builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f6/f6cfb42730ed37bfb32cb27ef627df930f437f08/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-31 15:00 [binutils-gdb] bfd_elf_define_start_stop: Fix check sergiodj+buildbot
@ 2018-02-01  1:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-02-01  1:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2666>

Commit(s) tested:
	bf3077a6c3c9ff21c072a6f42c91bffefd35bc15

Author(s) (in the same order as the commits):
	Michael Matz <matz@suse.de>

Subject:
	bfd_elf_define_start_stop: Fix check

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bf/bf3077a6c3c9ff21c072a6f42c91bffefd35bc15/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-31 13:41 [binutils-gdb] (Ada) Add gdb-mi support for stopping at start of exception handler sergiodj+buildbot
@ 2018-01-31 21:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-31 21:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2664>

Commit(s) tested:
	bea298f9547372e6cb7854fabc2c0646e1d3d9be

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	(Ada) Add gdb-mi support for stopping at start of exception handler.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/be/bea298f9547372e6cb7854fabc2c0646e1d3d9be/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-31 13:56 [binutils-gdb] (Ada) C++fy conditional string when catching exception sergiodj+buildbot
@ 2018-01-31 18:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-31 18:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2663>

Commit(s) tested:
	56ecd069f031d6bcdaa46664c68a16cb27b379c3

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	(Ada) C++fy conditional string when catching exception.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/56/56ecd069f031d6bcdaa46664c68a16cb27b379c3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-31  7:35 [binutils-gdb] internal-error using '@' (repeat) operator on array of dynamic objects sergiodj+buildbot
@ 2018-01-31  9:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-31  9:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2660>

Commit(s) tested:
	929b5ad40f70fbd5bdf37d30281a761d56c87b59

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	internal-error using '@' (repeat) operator on array of dynamic objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/92/929b5ad40f70fbd5bdf37d30281a761d56c87b59/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-30 18:05 [binutils-gdb] Improve junk file removal in source tarball creation script sergiodj+buildbot
@ 2018-01-30 22:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-30 22:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2656>

Commit(s) tested:
	52b2f30022323367b2cd727f402c9876bdc53b0d

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Improve junk file removal in source tarball creation script.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/52/52b2f30022323367b2cd727f402c9876bdc53b0d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-30 16:50 [binutils-gdb] s390: Fix gdb.base/all-architectures.exp with --enable-targets=all sergiodj+buildbot
@ 2018-01-30 20:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-30 20:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2655>

Commit(s) tested:
	c81e88797907fc0698abec09767e49cee33b2bd5

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	s390: Fix gdb.base/all-architectures.exp with --enable-targets=all

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c8/c81e88797907fc0698abec09767e49cee33b2bd5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-30 16:06 [binutils-gdb] Per-inferior target_terminal state, fix PR gdb/13211, more sergiodj+buildbot
@ 2018-01-30 18:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-30 18:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2654>

Commit(s) tested:
	e671cd59d74cec9f53e110ce887128d1eeadb7f2

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

Subject:
	Per-inferior target_terminal state, fix PR gdb/13211, more

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e6/e671cd59d74cec9f53e110ce887128d1eeadb7f2/>

*** Diff to previous build ***
============================
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: stop with control-c
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: stop with control-c
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-30 15:53 [binutils-gdb] linux-nat: Eliminate custom target_terminal_{inferior, ours}, stop using set_sigint_trap sergiodj+buildbot
@ 2018-01-30 17:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-30 17:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2653>

Commit(s) tested:
	9c3a5d9319648db16b30a91253ad02d41d242cef

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

Subject:
	linux-nat: Eliminate custom target_terminal_{inferior,ours}, stop using set_sigint_trap

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9c/9c3a5d9319648db16b30a91253ad02d41d242cef/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-30  8:44 [binutils-gdb] PR22758, FAIL: Run pr22393-2 sergiodj+buildbot
@ 2018-01-30 10:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-30 10:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2652>

Commit(s) tested:
	76cb3a89a6615cf3418fa1efe8268bf6673a5c8a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22758, FAIL: Run pr22393-2

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/76/76cb3a89a6615cf3418fa1efe8268bf6673a5c8a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-29 18:21 [binutils-gdb] Don't call "detach_inferior" on "remote_follow_fork" sergiodj+buildbot
@ 2018-01-29 19:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-29 19:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2649>

Commit(s) tested:
	69ab5edb4d601611ba7b4d05e56689d4b60ca3b1

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Don't call "detach_inferior" on "remote_follow_fork"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/69/69ab5edb4d601611ba7b4d05e56689d4b60ca3b1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-29  5:45 [binutils-gdb] PR22741, objcopy segfault on fuzzed COFF object sergiodj+buildbot
@ 2018-01-29  6:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-29  6:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2647>

Commit(s) tested:
	eb77f6a4621795367a39cdd30957903af9dbb815

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22741, objcopy segfault on fuzzed COFF object

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/eb/eb77f6a4621795367a39cdd30957903af9dbb815/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-28 17:24 [binutils-gdb] Remove dwarf2_per_objfile_free and use after free of dwarf2_per_objfile sergiodj+buildbot
@ 2018-01-28 18:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-28 18:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2646>

Commit(s) tested:
	fc8e7e75c2be02237a7961688b06869814f36a18

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove dwarf2_per_objfile_free and use after free of dwarf2_per_objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fc/fc8e7e75c2be02237a7961688b06869814f36a18/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-27 16:43 [binutils-gdb] Avoid compilation warning in libiberty/simple-object-xcoff.c sergiodj+buildbot
@ 2018-01-27 17:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-27 17:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2640>

Commit(s) tested:
	de54ee813f35cdeee51729c6d50b82935dc88634

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Avoid compilation warning in libiberty/simple-object-xcoff.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/de/de54ee813f35cdeee51729c6d50b82935dc88634/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-27 14:46 [binutils-gdb] Updated Russian translation for the bfd sub-directory sergiodj+buildbot
@ 2018-01-27 15:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-27 15:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2639>

Commit(s) tested:
	7d73b4c8dfc8ae59dc1334e67c7ae2ea493dd121

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Updated Russian translation for the bfd sub-directory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7d/7d73b4c8dfc8ae59dc1334e67c7ae2ea493dd121/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-26 15:05 [binutils-gdb] Add myself as a write-after-approval GDB maintainer sergiodj+buildbot
@ 2018-01-26 15:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-26 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2637>

Commit(s) tested:
	56ae9dc397bdf08c4e8f1ef0b64f4320bf88ba3e

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add myself as a write-after-approval GDB maintainer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/56/56ae9dc397bdf08c4e8f1ef0b64f4320bf88ba3e/>

*** Diff to previous build ***
============================
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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-26  5:59 [binutils-gdb] PowerPC PLT stub matching sergiodj+buildbot
@ 2018-01-26 11:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-26 11:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2636>

Commit(s) tested:
	7433498b7f1a79bf98ba272fd461f0ff9f1daa02

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC PLT stub matching

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/74/7433498b7f1a79bf98ba272fd461f0ff9f1daa02/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-26  6:02 [binutils-gdb] Define __start/__stop symbols when there is only a dynamic def sergiodj+buildbot
@ 2018-01-26  8:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-26  8:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2635>

Commit(s) tested:
	32253bb7963ac7caa166ec41e336372f2ffc03d4

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Define __start/__stop symbols when there is only a dynamic def

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/32/32253bb7963ac7caa166ec41e336372f2ffc03d4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: other threads didn't run - locked
new FAIL: gdb.threads/sigstep-threads.exp: step 48
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-25 11:50 [binutils-gdb] PR22746, crash when running 32-bit objdump on corrupted file sergiodj+buildbot
@ 2018-01-25 14:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-25 14:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2633>

Commit(s) tested:
	38e64b0ecc7f4ee64a02514b8d532782ac057fa2

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22746, crash when running 32-bit objdump on corrupted file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/38/38e64b0ecc7f4ee64a02514b8d532782ac057fa2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-25 11:35 [binutils-gdb] Fix PR ld/22727 (TLS breakage in PIC/PIE mode on SPARC) sergiodj+buildbot
@ 2018-01-25 12:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-25 12:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2632>

Commit(s) tested:
	bb363086e7743506d78bc6b1e56face0fb1fc93f

Author(s) (in the same order as the commits):
	Eric Botcazou <ebotcazou@gcc.gnu.org>

Subject:
	Fix PR ld/22727 (TLS breakage in PIC/PIE mode on SPARC).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bb/bb363086e7743506d78bc6b1e56face0fb1fc93f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-24 18:49 [binutils-gdb] Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4 sergiodj+buildbot
@ 2018-01-25  0:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-25  0:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2629>

Commit(s) tested:
	0f59d5fc1ce646348dfae3ca90b32f9228d1d514

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

Subject:
	Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0f/0f59d5fc1ce646348dfae3ca90b32f9228d1d514/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-24 16:51 [binutils-gdb] [LD][AARCH64]Add group relocations to create PC-relative offset sergiodj+buildbot
@ 2018-01-24 22:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-24 22:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2628>

Commit(s) tested:
	1daf502a16e052b55a28bd52b4fde185ccc3b27b

Author(s) (in the same order as the commits):
	Renlin Li <renlin.li@arm.com>

Subject:
	[LD][AARCH64]Add group relocations to create PC-relative offset.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1d/1daf502a16e052b55a28bd52b4fde185ccc3b27b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 19:18 [binutils-gdb] MIPS/BFD: Update a stale `mips_elf32_section_processing' reference sergiodj+buildbot
@ 2018-01-24 15:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-24 15:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2625>

Commit(s) tested:
	1c5e4ee9ab4c173aca017d488cc074ef66562a12

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MIPS/BFD: Update a stale `mips_elf32_section_processing' reference

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1c/1c5e4ee9ab4c173aca017d488cc074ef66562a12/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 17:39 [binutils-gdb] Enable Intel PCONFIG instruction sergiodj+buildbot
@ 2018-01-24 13:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-24 13:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2624>

Commit(s) tested:
	be3a8dca2d7241878302ca55f45129d532b6f746

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel PCONFIG instruction.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/be/be3a8dca2d7241878302ca55f45129d532b6f746/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 17:26 [binutils-gdb] Enable Intel WBNOINVD instruction sergiodj+buildbot
@ 2018-01-24 11:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-24 11:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2623>

Commit(s) tested:
	3233d7d074e59b83f68a22071cff597f00d5ae81

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel WBNOINVD instruction.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/32/3233d7d074e59b83f68a22071cff597f00d5ae81/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 15:13 [binutils-gdb] s390: Move record-replay to s390-tdep.c sergiodj+buildbot
@ 2018-01-24  6:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-24  6:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2621>

Commit(s) tested:
	ef8914a4d7d231fe3590f3e004316613e25f3617

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	s390: Move record-replay to s390-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ef/ef8914a4d7d231fe3590f3e004316613e25f3617/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: other threads didn't run - locked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 14:44 [binutils-gdb] s390: gdbarch_tdep add hook for syscall record sergiodj+buildbot
@ 2018-01-24  3:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-24  3:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2619>

Commit(s) tested:
	9c0b896ee1d4edfe30c783b027ed5c081845a63d

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	s390: gdbarch_tdep add hook for syscall record

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9c/9c0b896ee1d4edfe30c783b027ed5c081845a63d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 14:30 [binutils-gdb] s390: Hook s390 into OSABI mechanism sergiodj+buildbot
@ 2018-01-24  1:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-24  1:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2618>

Commit(s) tested:
	7042632bf7976d29889ba89fe4867654c5f38e2d

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	s390: Hook s390 into OSABI mechanism

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/70/7042632bf7976d29889ba89fe4867654c5f38e2d/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Newlib: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Newlib: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=OpenVMS: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=OpenVMS: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new FAIL: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 17:23 [binutils-gdb] s390: if -> gdb_assert for tdesc_has_registers check sergiodj+buildbot
@ 2018-01-23 23:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-23 23:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2617>

Commit(s) tested:
	650f5e137006fb7aea98e33d2ca9c6ac6712334c

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	s390: if -> gdb_assert for tdesc_has_registers check

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/65/650f5e137006fb7aea98e33d2ca9c6ac6712334c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 16:25 [binutils-gdb] s390: Move tdesc validation to separate function sergiodj+buildbot
@ 2018-01-23 21:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-23 21:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2616>

Commit(s) tested:
	47c9317e71768ba9788c6dc055fb6932d0f0923a

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	s390: Move tdesc validation to separate function

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/47/47c9317e71768ba9788c6dc055fb6932d0f0923a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 13:40 [binutils-gdb] s390: gdbarch_tdep add field tdesc sergiodj+buildbot
@ 2018-01-23 20:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-23 20:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2615>

Commit(s) tested:
	095085d8473689d86e00cd7d9a63680ca8faeda6

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	s390: gdbarch_tdep add field tdesc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/09/095085d8473689d86e00cd7d9a63680ca8faeda6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-23 13:15 [binutils-gdb] s390: Allocate gdbarch & tdep at start of gdbarch_init sergiodj+buildbot
@ 2018-01-23 15:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-23 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2613>

Commit(s) tested:
	21f6f5ffc652e116e518fee29ebdc8fbfeeaa734

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	s390: Allocate gdbarch & tdep at start of gdbarch_init

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/21/21f6f5ffc652e116e518fee29ebdc8fbfeeaa734/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-22 12:12 [binutils-gdb] regcache::cooked_write test sergiodj+buildbot
@ 2018-01-23  0:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-23  0:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2607>

Commit(s) tested:
	ec7a5fcbfd90b2f67f1a0e3f9866b11c5968ae61

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	regcache::cooked_write test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ec/ec7a5fcbfd90b2f67f1a0e3f9866b11c5968ae61/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-22 11:47 [binutils-gdb] Replace regcache_raw_read with regcache->raw_read sergiodj+buildbot
@ 2018-01-22 17:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-22 17:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2604>

Commit(s) tested:
	03f50fc878f75fcdebf0e3273f201fb4b62b0bae

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Replace regcache_raw_read with regcache->raw_read

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/03/03f50fc878f75fcdebf0e3273f201fb4b62b0bae/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-22 12:07 [binutils-gdb] Remove mt port sergiodj+buildbot
@ 2018-01-22 15:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-22 15:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2603>

Commit(s) tested:
	dc71152484248c0d8075618ec2146db4ea173b12

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove mt port

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/dc/dc71152484248c0d8075618ec2146db4ea173b12/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-22 11:23 [binutils-gdb] Don't call gdbarch_pseudo_register_read_value in jit.c sergiodj+buildbot
@ 2018-01-22 13:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-22 13:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2602>

Commit(s) tested:
	3f5a868b2277a3678f7eeb8fdf88935913b5918b

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Don't call gdbarch_pseudo_register_read_value in jit.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3f/3f5a868b2277a3678f7eeb8fdf88935913b5918b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-22  4:32 [binutils-gdb] wrong line number in breakpoint location sergiodj+buildbot
@ 2018-01-22  5:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-22  5:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2600>

Commit(s) tested:
	a9e408182d2faaed5c2457b68ea3276c719a590f

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	wrong line number in breakpoint location

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a9/a9e408182d2faaed5c2457b68ea3276c719a590f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/break.exp: verify that they were cleared
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
new FAIL: gdb.threads/sigstep-threads.exp: step 27
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-21 19:13 [binutils-gdb] gdb: Don't store a thread-id for floating varobj sergiodj+buildbot
@ 2018-01-22  2:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-22  2:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2599>

Commit(s) tested:
	e707fc445e68ccfa136a52cd4989b0cb778d1ca7

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Don't store a thread-id for floating varobj

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e7/e707fc445e68ccfa136a52cd4989b0cb778d1ca7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-21 16:42 [binutils-gdb] gdb: Remove out of date comment sergiodj+buildbot
@ 2018-01-21 23:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-21 23:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2598>

Commit(s) tested:
	03d0bf7b78b142a5e03dfa1c80100893753d0022

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove out of date comment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/03/03d0bf7b78b142a5e03dfa1c80100893753d0022/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-21 17:01 [binutils-gdb] gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up sergiodj+buildbot
@ 2018-01-21 21:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-21 21:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2597>

Commit(s) tested:
	ae45162705fb76ee534336474a67b11373209c62

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ae/ae45162705fb76ee534336474a67b11373209c62/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-21 16:50 [binutils-gdb] gdb: New API for tracking innermost block sergiodj+buildbot
@ 2018-01-21 19:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-21 19:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2596>

Commit(s) tested:
	aee1fcdf979d65c7623533ddd6d871767be9de13

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: New API for tracking innermost block

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ae/aee1fcdf979d65c7623533ddd6d871767be9de13/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-21 16:05 [binutils-gdb] gdb: Remove duplicate declaration of global innermost_block sergiodj+buildbot
@ 2018-01-21 18:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-21 18:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2595>

Commit(s) tested:
	396af9a1527b396c251e70b5c79b5fc83fd1d7ff

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove duplicate declaration of global innermost_block

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/39/396af9a1527b396c251e70b5c79b5fc83fd1d7ff/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-21 15:22 [binutils-gdb] gdb: Add test for some error cases of @entry usage sergiodj+buildbot
@ 2018-01-21 16:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-21 16:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2594>

Commit(s) tested:
	b1b189e04cb5ea5da1cbb07bd6cceccd4d2ac969

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Add test for some error cases of @entry usage

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b1/b1b189e04cb5ea5da1cbb07bd6cceccd4d2ac969/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: step 47
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-20 22:46 [binutils-gdb] x86: Check the versioned __tls_get_addr symbol sergiodj+buildbot
@ 2018-01-21  0:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-21  0:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2592>

Commit(s) tested:
	8a1b824af786989f879ab1421a4279f60bba141a

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Check the versioned __tls_get_addr symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8a/8a1b824af786989f879ab1421a4279f60bba141a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19 22:47 [binutils-gdb] Fix qualified name lookup for Rust sergiodj+buildbot
@ 2018-01-20 21:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-20 21:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2591>

Commit(s) tested:
	fcfcc376969c4d7a6d20827c47b584db389a32b9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix qualified name lookup for Rust

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fc/fcfcc376969c4d7a6d20827c47b584db389a32b9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19 19:19 [binutils-gdb] S390: Fix infcalls in s390-vregs test case sergiodj+buildbot
@ 2018-01-20 20:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-20 20:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2590>

Commit(s) tested:
	634c1c3109a2ffdf43ef9dab839c88108d9980f3

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Fix infcalls in s390-vregs test case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/63/634c1c3109a2ffdf43ef9dab839c88108d9980f3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19 19:06 [binutils-gdb] gdb: Add missing #ifdef USE_THREAD_DB to gdbserver sergiodj+buildbot
@ 2018-01-20 17:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-20 17:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2589>

Commit(s) tested:
	a0aad53764f45a634462288befe4c2eaecbf302d

Author(s) (in the same order as the commits):
	James Clarke <jrtc27@jrtc27.com>

Subject:
	gdb: Add missing #ifdef USE_THREAD_DB to gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a0/a0aad53764f45a634462288befe4c2eaecbf302d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19 19:04 [binutils-gdb] gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h sergiodj+buildbot
@ 2018-01-20 15:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-20 15:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2588>

Commit(s) tested:
	5a6c3296a7a90694ad4042f6256f3da6d4fa4ee8

Author(s) (in the same order as the commits):
	James Clarke <jrtc27@jrtc27.com>

Subject:
	gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5a/5a6c3296a7a90694ad4042f6256f3da6d4fa4ee8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19 17:48 [binutils-gdb] Make linux_nat_detach/thread_db_detach use the inferior parameter sergiodj+buildbot
@ 2018-01-20 12:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-20 12:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2587>

Commit(s) tested:
	bc09b0c14fb713a9aec25e09b78499f3bc2441b5

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Make linux_nat_detach/thread_db_detach use the inferior parameter

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bc/bc09b0c14fb713a9aec25e09b78499f3bc2441b5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19 17:34 [binutils-gdb] Pass inferior down to target_detach and to_detach sergiodj+buildbot
@ 2018-01-20 10:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-20 10:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2586>

Commit(s) tested:
	6e1e1966bac965c5a26b5e5cae69cb0ed21be4cc

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Pass inferior down to target_detach and to_detach

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6e/6e1e1966bac965c5a26b5e5cae69cb0ed21be4cc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19 13:35 [binutils-gdb] S390: Improve comments for s390-tdbregs test case sergiodj+buildbot
@ 2018-01-20  5:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-20  5:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2584>

Commit(s) tested:
	d6ad07fdef94777bb512f072361706bcc743d51c

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Improve comments for s390-tdbregs test case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d6/d6ad07fdef94777bb512f072361706bcc743d51c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19 10:00 [binutils-gdb] Don't pass -m32 to libcc1 on arm-linux sergiodj+buildbot
@ 2018-01-20  0:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-20  0:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2581>

Commit(s) tested:
	88af8ea80b9732f951e61a4ed8868e722f337c8e

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Don't pass -m32 to libcc1 on arm-linux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/88/88af8ea80b9732f951e61a4ed8868e722f337c8e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19  9:33 [binutils-gdb] Find arm-linux-gnueabi(hf)?-gcc in compile sergiodj+buildbot
@ 2018-01-19 22:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-19 22:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2580>

Commit(s) tested:
	dea445b940545f9564972c5410ac8792b72cc9c3

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Find arm-linux-gnueabi(hf)?-gcc in compile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/de/dea445b940545f9564972c5410ac8792b72cc9c3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-19  6:21 [binutils-gdb] Make tests expect [ \t]+ pattern instead of \t for "info reg" command sergiodj+buildbot
@ 2018-01-19 20:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-19 20:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2579>

Commit(s) tested:
	adf8243ba9220966bbb8f67460b2d323e00cbfdb

Author(s) (in the same order as the commits):
	Ruslan Kabatsayev <b7.10110111@gmail.com>

Subject:
	Make tests expect [ \t]+ pattern instead of \t for "info reg" command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ad/adf8243ba9220966bbb8f67460b2d323e00cbfdb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-18 18:56 [binutils-gdb] S390: Use soft float in s390-tdbregs test case sergiodj+buildbot
@ 2018-01-19 16:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-19 16:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2577>

Commit(s) tested:
	25d4fd80936744adfa49f133524e3f342604a1cb

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Use soft float in s390-tdbregs test case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/25/25d4fd80936744adfa49f133524e3f342604a1cb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-18 12:35 [binutils-gdb] Call cooked_read in ppu2spu_prev_register sergiodj+buildbot
@ 2018-01-19 12:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-19 12:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2575>

Commit(s) tested:
	d679c21a43852305c5eeae957854f6e13d6f884c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Call cooked_read in ppu2spu_prev_register

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d6/d679c21a43852305c5eeae957854f6e13d6f884c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-18 12:14 [binutils-gdb] PowerPC PLT stub alignment fixes sergiodj+buildbot
@ 2018-01-19  9:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-19  9:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2574>

Commit(s) tested:
	691d2e9af211ff8dd5fa8c96cb961b73a78394d7

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC PLT stub alignment fixes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/69/691d2e9af211ff8dd5fa8c96cb961b73a78394d7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 23:20 [binutils-gdb] Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx") sergiodj+buildbot
@ 2018-01-19  4:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-19  4:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2572>

Commit(s) tested:
	7d937cad0acdccd0ff485435fbe16f005e994c66

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7d/7d937cad0acdccd0ff485435fbe16f005e994c66/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 22:21 [binutils-gdb] RISC-V: Fix bug in prior addi/c.nop patch sergiodj+buildbot
@ 2018-01-19  1:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-19  1:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2571>

Commit(s) tested:
	e925c834ecdb4a0ce595ad8d3da9c7d4f499ede0

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Fix bug in prior addi/c.nop patch.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e9/e925c834ecdb4a0ce595ad8d3da9c7d4f499ede0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 20:21 [binutils-gdb] Remove symbolp typedef sergiodj+buildbot
@ 2018-01-18 23:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-18 23:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2570>

Commit(s) tested:
	9e14690d06ac55136b7f051a2d2b8e173fa3bbdf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove symbolp typedef

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9e/9e14690d06ac55136b7f051a2d2b8e173fa3bbdf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 20:09 [binutils-gdb] Remove objfile argument from add_dyn_prop sergiodj+buildbot
@ 2018-01-18 20:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-18 20:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2569>

Commit(s) tested:
	50a820477b5d48d4c2d28ca1c22ba6d93c9fd7cb

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove objfile argument from add_dyn_prop

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/50/50a820477b5d48d4c2d28ca1c22ba6d93c9fd7cb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 19:57 [binutils-gdb] Change dwarf2_cu::method_info to be a std::vector sergiodj+buildbot
@ 2018-01-18 18:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-18 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2568>

Commit(s) tested:
	c89b44cdc52b6a9c0848a795689895e292ad1f46

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change dwarf2_cu::method_info to be a std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c8/c89b44cdc52b6a9c0848a795689895e292ad1f46/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 19:45 [binutils-gdb] Allocate dwarf2_cu with new sergiodj+buildbot
@ 2018-01-18 16:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-18 16:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2567>

Commit(s) tested:
	fcd3b13d80a2d0e5fc31ef6a245be62db6a11420

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Allocate dwarf2_cu with new

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fc/fcd3b13d80a2d0e5fc31ef6a245be62db6a11420/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 20:16 [binutils-gdb] Allocate abbrev_table with new sergiodj+buildbot
@ 2018-01-18 15:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-18 15:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2566>

Commit(s) tested:
	685af9cd2283b07a222157723e239f09d6ea2682

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allocate abbrev_table with new

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/68/685af9cd2283b07a222157723e239f09d6ea2682/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 18:49 [binutils-gdb] Fix gdb segv when objfile can't be opened sergiodj+buildbot
@ 2018-01-18 10:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-18 10:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2564>

Commit(s) tested:
	416675305692976aca45860e24b963982a2e682a

Author(s) (in the same order as the commits):
	Mike Gulick <mike.gulick@mathworks.com>

Subject:
	Fix gdb segv when objfile can't be opened

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/41/416675305692976aca45860e24b963982a2e682a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 17:59 [binutils-gdb] Make linux_ptrace_attach_fail_reason return an std::string sergiodj+buildbot
@ 2018-01-18  8:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-18  8:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2563>

Commit(s) tested:
	4d9b86e17505063c96a01d40cdf5b4fc2080a798

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Make linux_ptrace_attach_fail_reason return an std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4d/4d9b86e17505063c96a01d40cdf5b4fc2080a798/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
new FAIL: gdb.threads/sigstep-threads.exp: step 33
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 17:53 [binutils-gdb] linux-nat: Remove unnecessary xstrdup sergiodj+buildbot
@ 2018-01-18  6:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-18  6:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2562>

Commit(s) tested:
	a7b2d0fbeb4ca22ffbf56d19d06b7d1cb774e383

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	linux-nat: Remove unnecessary xstrdup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a7/a7b2d0fbeb4ca22ffbf56d19d06b7d1cb774e383/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 17:04 [binutils-gdb] Replace CET bit with IBT and SHSTK bits sergiodj+buildbot
@ 2018-01-18  4:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-18  4:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2561>

Commit(s) tested:
	d777820bf5abea433c36e956b53b299502e0f708

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Replace CET bit with IBT and SHSTK bits.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d7/d777820bf5abea433c36e956b53b299502e0f708/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 11:56 [binutils-gdb] Relax gdb.compile/compile.exp to match the address printed for frame sergiodj+buildbot
@ 2018-01-17 14:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-17 14:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2554>

Commit(s) tested:
	d8447b6b9fd288ebd35620178ba720b1f0ce7ebf

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Relax gdb.compile/compile.exp to match the address printed for frame

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d8/d8447b6b9fd288ebd35620178ba720b1f0ce7ebf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-17 11:10 [binutils-gdb] Warning fix sergiodj+buildbot
@ 2018-01-17 12:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-17 12:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2553>

Commit(s) tested:
	c75bc4f76fe456c57ef1e446db5378182692c429

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Warning fix

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c7/c75bc4f76fe456c57ef1e446db5378182692c429/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-16 13:03 [binutils-gdb] Update translations for various binutils components sergiodj+buildbot
@ 2018-01-16 14:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-16 14:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2550>

Commit(s) tested:
	f6efed019b4e49a4c27b518afbdf2d9bf0652843

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Update translations for various binutils components.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f6/f6efed019b4e49a4c27b518afbdf2d9bf0652843/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.dwarf2/gdb-index.exp: touch binary
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-16  0:18 [binutils-gdb] RISC-V: Add support for addi that compresses to c.nop sergiodj+buildbot
@ 2018-01-16  4:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-16  4:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2548>

Commit(s) tested:
	2721d702a055fe0f7621386123b103b5c4d84662

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add support for addi that compresses to c.nop.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/27/2721d702a055fe0f7621386123b103b5c4d84662/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-15 23:14 [binutils-gdb] gdb/common/signals-state-save-restore.c: Fix typos sergiodj+buildbot
@ 2018-01-16  2:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-16  2:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2547>

Commit(s) tested:
	db422fb2120e311318657d9c7dd0e7b0b5a5eac9

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

Subject:
	gdb/common/signals-state-save-restore.c: Fix typos

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/db/db422fb2120e311318657d9c7dd0e7b0b5a5eac9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-15 20:05 [binutils-gdb] Fix scm-ports.exp regression sergiodj+buildbot
@ 2018-01-15 22:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-15 22:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2545>

Commit(s) tested:
	86d6a90c58ee3fb924bcbca154f4e32347437e6c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix scm-ports.exp regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/86/86d6a90c58ee3fb924bcbca154f4e32347437e6c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-13 16:17 [binutils-gdb] Update notes on how to make a release sergiodj+buildbot
@ 2018-01-14  3:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-14  3:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2541>

Commit(s) tested:
	19e2900bd399d1ba272afe8b5b50b1b29a948bbe

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Update notes on how to make a release

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/19/19e2900bd399d1ba272afe8b5b50b1b29a948bbe/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-13 14:31 [binutils-gdb] Bump version number to 2.30.51 sergiodj+buildbot
@ 2018-01-13 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-13 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2539>

Commit(s) tested:
	769c7ea507209948135facd04bf8defc3f21a8a4

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Bump version number to 2.30.51

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/76/769c7ea507209948135facd04bf8defc3f21a8a4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-13 13:46 [binutils-gdb] Add note about 2.30 branch creation to changelogs sergiodj+buildbot
@ 2018-01-13 20:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-13 20:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2538>

Commit(s) tested:
	faf766e31794722b7e2c24e44e920d0476cede32

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add note about 2.30 branch creation to changelogs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fa/faf766e31794722b7e2c24e44e920d0476cede32/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-13  0:00 [binutils-gdb] gdb/testsuite: Don't attempt tests if they fail to compile sergiodj+buildbot
@ 2018-01-13 17:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-13 17:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2537>

Commit(s) tested:
	cbcdb1aaddb4dd1a388eadbea6b6ec342c7ab067

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Don't attempt tests if they fail to compile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cb/cbcdb1aaddb4dd1a388eadbea6b6ec342c7ab067/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-12 23:43 [binutils-gdb] Install and generate docs for gdb-add-index sergiodj+buildbot
@ 2018-01-13 15:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-13 15:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2536>

Commit(s) tested:
	ba643918cf869fa0d064d733f69b453b6fe642ea

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Install and generate docs for gdb-add-index

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ba/ba643918cf869fa0d064d733f69b453b6fe642ea/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-12 20:00 [binutils-gdb] Add testcase for GDB hang fixed by previous commit sergiodj+buildbot
@ 2018-01-13  6:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-13  6:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2532>

Commit(s) tested:
	eea61984abfea2c0acdc7e46ec182a14698b3bf9

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

Subject:
	Add testcase for GDB hang fixed by previous commit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ee/eea61984abfea2c0acdc7e46ec182a14698b3bf9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-12 19:19 [binutils-gdb] Fix GDB hang with remote after error from resume sergiodj+buildbot
@ 2018-01-13  2:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-13  2:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2531>

Commit(s) tested:
	bdf2a94aa535016a1640d56e9b2b539c4376bf31

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Fix GDB hang with remote after error from resume

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bd/bdf2a94aa535016a1640d56e9b2b539c4376bf31/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-12 13:37 [binutils-gdb] Optimize the performance of the group_setup function sergiodj+buildbot
@ 2018-01-13  0:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-13  0:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2530>

Commit(s) tested:
	564e11c9a9d9570b233b38cd995f1b4eb7c757e8

Author(s) (in the same order as the commits):
	Jens Widell <jl@opera.com>

Subject:
	Optimize the performance of the group_setup function.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/56/564e11c9a9d9570b233b38cd995f1b4eb7c757e8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-12 11:55 [binutils-gdb] Fix override of common symbols for a.out sergiodj+buildbot
@ 2018-01-12 23:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-12 23:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2529>

Commit(s) tested:
	a78eea1623aa6d05a395a73414bf01f6c8ae81c6

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Fix override of common symbols for a.out

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a7/a78eea1623aa6d05a395a73414bf01f6c8ae81c6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-12 11:03 [binutils-gdb] Fixes for "Ignore dynamic references on forced local symbols" sergiodj+buildbot
@ 2018-01-12 21:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-12 21:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2528>

Commit(s) tested:
	87e79a6515951fece72ee08871dd6e112b1042ba

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Fixes for "Ignore dynamic references on forced local symbols"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/87/87e79a6515951fece72ee08871dd6e112b1042ba/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-12  4:24 [binutils-gdb] ld: Create a new LOAD segment for separate code segment sergiodj+buildbot
@ 2018-01-12 11:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-12 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2523>

Commit(s) tested:
	2888249fc9eb38b6d6e4bd969ce63c26e3753d5e

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Create a new LOAD segment for separate code segment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/28/2888249fc9eb38b6d6e4bd969ce63c26e3753d5e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-12  2:29 [binutils-gdb] gdb_compile_shlib: Only consider shlib= options when building executables sergiodj+buildbot
@ 2018-01-12  6:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-12  6:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2521>

Commit(s) tested:
	6181e9c2c5ba252ac016f51903dc35d7bfbbca71

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	gdb_compile_shlib: Only consider shlib= options when building executables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/61/6181e9c2c5ba252ac016f51903dc35d7bfbbca71/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-11 23:57 [binutils-gdb] Ignore dynamic references on forced local symbols sergiodj+buildbot
@ 2018-01-12  4:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-12  4:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2520>

Commit(s) tested:
	d664fd41e15f058aab41b70c567ad09f2fab1115

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Ignore dynamic references on forced local symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d6/d664fd41e15f058aab41b70c567ad09f2fab1115/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-11 19:05 [binutils-gdb] gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583) sergiodj+buildbot
@ 2018-01-11 23:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-11 23:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2518>

Commit(s) tested:
	71d378ae60a4f072ce392046878d471255f6c8a1

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

Subject:
	gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/71/71d378ae60a4f072ce392046878d471255f6c8a1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-11 18:02 [binutils-gdb] ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r --gc-sections sergiodj+buildbot
@ 2018-01-11 22:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-11 22:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2517>

Commit(s) tested:
	8b6f4cd34fdde524ea035c65f7d48aaa3fb449b5

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r --gc-sections

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8b/8b6f4cd34fdde524ea035c65f7d48aaa3fb449b5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-11  6:23 [binutils-gdb] Fix backwards compatibility with old GDBservers (PR remote/22597) sergiodj+buildbot
@ 2018-01-11 17:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-11 17:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2515>

Commit(s) tested:
	3cada74087687907311b52781354ff551e10a0ed

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

Subject:
	Fix backwards compatibility with old GDBservers (PR remote/22597)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3c/3cada74087687907311b52781354ff551e10a0ed/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-11  5:36 [binutils-gdb] Remove VL variants for 4FMAPS and 4VNNIW insns sergiodj+buildbot
@ 2018-01-11 15:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-11 15:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2514>

Commit(s) tested:
	888a89da7fa5d219695234c3a8dc7b8a57dfe8ee

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Remove VL variants for 4FMAPS and 4VNNIW insns.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/88/888a89da7fa5d219695234c3a8dc7b8a57dfe8ee/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-11  1:53 [binutils-gdb] language_get_symbol_name_matcher -> get_symbol_name_matcher sergiodj+buildbot
@ 2018-01-11  6:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-11  6:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2509>

Commit(s) tested:
	618daa933cdce21424d3759ea95a4e2f5c69a1c2

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

Subject:
	language_get_symbol_name_matcher -> get_symbol_name_matcher

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/61/618daa933cdce21424d3759ea95a4e2f5c69a1c2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-11  1:05 [binutils-gdb] Ada: make verbatim matcher override other language matchers (PR gdb/22670) sergiodj+buildbot
@ 2018-01-11  5:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-11  5:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2508>

Commit(s) tested:
	c63d3e8d12f0b08cda95f89aa13274defed215f0

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

Subject:
	Ada: make verbatim matcher override other language matchers (PR gdb/22670)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c6/c63d3e8d12f0b08cda95f89aa13274defed215f0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-11  0:21 [binutils-gdb] Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670) sergiodj+buildbot
@ 2018-01-11  2:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-11  2:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2507>

Commit(s) tested:
	d4c2a405cb7535d25b88e9b8dad0e557242950ca

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

Subject:
	Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d4/d4c2a405cb7535d25b88e9b8dad0e557242950ca/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-10 15:48 [binutils-gdb] Update the libiberty sources with the latest patches found in the master sources sergiodj+buildbot
@ 2018-01-10 20:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-10 20:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2504>

Commit(s) tested:
	2a8ae7146cacb006105e2e9c6f4635aca543e7ec

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Update the libiberty sources with the latest patches found in the master sources.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2a/2a8ae7146cacb006105e2e9c6f4635aca543e7ec/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-10 14:58 [binutils-gdb] x86: fix Disp8 handling for scalar AVX512_4FMAPS insns sergiodj+buildbot
@ 2018-01-10 18:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-10 18:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2503>

Commit(s) tested:
	cbda583ada32e16bf8b6c6aff730cc9eab63b364

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fix Disp8 handling for scalar AVX512_4FMAPS insns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cb/cbda583ada32e16bf8b6c6aff730cc9eab63b364/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-10  2:16 [binutils-gdb] RISC-V: Disassemble x0 based addresses as 0 sergiodj+buildbot
@ 2018-01-10 11:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-10 11:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2501>

Commit(s) tested:
	35fd2b2bcf370837a03f077acf1222f0a7e9c4d1

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Disassemble x0 based addresses as 0.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/35/35fd2b2bcf370837a03f077acf1222f0a7e9c4d1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-10  1:01 [binutils-gdb] Document support for 'info proc' on FreeBSD sergiodj+buildbot
@ 2018-01-10  9:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-10  9:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2500>

Commit(s) tested:
	2d97a5d9d33aea87c3bd02fd1fa417f5d4e1fa05

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Document support for 'info proc' on FreeBSD.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2d97a5d9d33aea87c3bd02fd1fa417f5d4e1fa05/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-10  0:28 [binutils-gdb] Support 'info proc' for native FreeBSD processes sergiodj+buildbot
@ 2018-01-10  7:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-10  7:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2499>

Commit(s) tested:
	92fce24de299a8b9a9a1c0c6b98e0e9c1656f99c

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Support 'info proc' for native FreeBSD processes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/92/92fce24de299a8b9a9a1c0c6b98e0e9c1656f99c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-09 23:38 [binutils-gdb] Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free() sergiodj+buildbot
@ 2018-01-10  5:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-10  5:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2498>

Commit(s) tested:
	262f62f57d987269152412a55c458a03adc6ddd6

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/26/262f62f57d987269152412a55c458a03adc6ddd6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-09 22:14 [binutils-gdb] Support 'info proc' for FreeBSD process core dumps sergiodj+buildbot
@ 2018-01-09 23:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-09 23:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2496>

Commit(s) tested:
	d2176225dc982c22640215a0e611e997e8eeb030

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Support 'info proc' for FreeBSD process core dumps.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d2/d2176225dc982c22640215a0e611e997e8eeb030/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-09 11:49 [binutils-gdb] Add support for the AArch64's CSDB instruction sergiodj+buildbot
@ 2018-01-09 16:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-09 16:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2494>

Commit(s) tested:
	be2e7d95414eb78f29312f30e62d4cabd55f9fda

Author(s) (in the same order as the commits):
	James Greenhalgh <james.greenhalgh@arm.com>

Subject:
	Add support for the AArch64's CSDB instruction.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/be/be2e7d95414eb78f29312f30e62d4cabd55f9fda/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-09  9:16 [binutils-gdb] PR22662, nds32: Fix a typographical error sergiodj+buildbot
@ 2018-01-09 11:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-09 11:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2492>

Commit(s) tested:
	6cef73f96f58ca3f0e0b2f594b324602c7590611

Author(s) (in the same order as the commits):
	Kuan-Lin Chen <kuanlinchentw@gmail.com>

Subject:
	PR22662, nds32: Fix a typographical error.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6c/6cef73f96f58ca3f0e0b2f594b324602c7590611/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-08 13:11 [binutils-gdb] x86: Properly encode vmovd with 64-bit memeory sergiodj+buildbot
@ 2018-01-08 20:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-08 20:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2489>

Commit(s) tested:
	704a705d7aaab8041df76e2981e2a1efc014aad0

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Properly encode vmovd with 64-bit memeory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/70/704a705d7aaab8041df76e2981e2a1efc014aad0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-08 10:42 [binutils-gdb] Fix GDB build failure when $development is false sergiodj+buildbot
@ 2018-01-08 13:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-08 13:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2485>

Commit(s) tested:
	1e5ded6ce688ddee065fa852053dda07fcce959e

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix GDB build failure when $development is false

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1e/1e5ded6ce688ddee065fa852053dda07fcce959e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-08  5:16 [binutils-gdb] (Ada) Fix print of array using non-contiguous enumeration indexes sergiodj+buildbot
@ 2018-01-08  7:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-08  7:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2483>

Commit(s) tested:
	04bafb1ed002df1f25ca5a5773d87723a4baf46b

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	(Ada) Fix print of array using non-contiguous enumeration indexes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/04/04bafb1ed002df1f25ca5a5773d87723a4baf46b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-07 20:11 [binutils-gdb] Remove dwarf2_cu::dwarf2_per_objfile sergiodj+buildbot
@ 2018-01-08  5:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-08  5:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2482>

Commit(s) tested:
	518817b361167ac91e7cdad8528b4d90cdc3fb26

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove dwarf2_cu::dwarf2_per_objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/51/518817b361167ac91e7cdad8528b4d90cdc3fb26/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-07 19:29 [binutils-gdb] Remove dwarf2_per_objfile global sergiodj+buildbot
@ 2018-01-08  3:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-08  3:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2481>

Commit(s) tested:
	ed2dc618b3d2b0be01ffdf74c4c75504b707bcf1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove dwarf2_per_objfile global

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ed/ed2dc618b3d2b0be01ffdf74c4c75504b707bcf1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-07 18:45 [binutils-gdb] Replace objfile field in dwarf2_cu and dwarf2_per_cu_data with dwarf2_per_objfile sergiodj+buildbot
@ 2018-01-08  1:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-08  1:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2480>

Commit(s) tested:
	e3b94546125849c6c513114cf20f78d2a7aa9db2

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Replace objfile field in dwarf2_cu and dwarf2_per_cu_data with dwarf2_per_objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e3/e3b94546125849c6c513114cf20f78d2a7aa9db2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: other threads didn't run - locked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-07 18:03 [binutils-gdb] Make parse_debug_format_options return an std::string sergiodj+buildbot
@ 2018-01-08  0:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-08  0:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2479>

Commit(s) tested:
	2cc050302cd365fd28fac65d49b6c817eed74faf

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make parse_debug_format_options return an std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2c/2cc050302cd365fd28fac65d49b6c817eed74faf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-07 17:08 [binutils-gdb] Replace VEC(converted_character_d) with std::vector sergiodj+buildbot
@ 2018-01-07 22:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-07 22:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2478>

Commit(s) tested:
	b01ba14d4d5391e59fd0e1a3608fd47287edc008

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Replace VEC(converted_character_d) with std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b0/b01ba14d4d5391e59fd0e1a3608fd47287edc008/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-07 16:23 [binutils-gdb] Replace VEC(gdb_xml_value_s) with std::vector sergiodj+buildbot
@ 2018-01-07 20:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-07 20:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2477>

Commit(s) tested:
	4d0fdd9b357aff1fea3ef3def55d12464a41bf5b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Replace VEC(gdb_xml_value_s) with std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4d/4d0fdd9b357aff1fea3ef3def55d12464a41bf5b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-07 15:59 [binutils-gdb] Remove xmethod_worker::clone sergiodj+buildbot
@ 2018-01-07 17:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-07 17:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2476>

Commit(s) tested:
	f979c73fd0be9a8a683f79af40c7b939c2a65d9f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove xmethod_worker::clone

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f9/f979c73fd0be9a8a683f79af40c7b939c2a65d9f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-07 14:48 [binutils-gdb] C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) sergiodj+buildbot
@ 2018-01-07 16:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-07 16:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2475>

Commit(s) tested:
	ba18742c3a1b62ff218db99bee47bb932af6dab9

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ba/ba18742c3a1b62ff218db99bee47bb932af6dab9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-05 19:58 [binutils-gdb] Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7) sergiodj+buildbot
@ 2018-01-06  5:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-06  5:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2471>

Commit(s) tested:
	e379cee61f3890e535e995828e8846b020ef2a32

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

Subject:
	Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e3/e379cee61f3890e535e995828e8846b020ef2a32/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-05 18:57 [binutils-gdb] Fix gdb/spu-tdep.c build breakage sergiodj+buildbot
@ 2018-01-06  1:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-06  1:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2469>

Commit(s) tested:
	a655456c134e5e02bab33941e1c738ca33905d23

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

Subject:
	Fix gdb/spu-tdep.c build breakage

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a6/a655456c134e5e02bab33941e1c738ca33905d23/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-05 17:13 [binutils-gdb] Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670) sergiodj+buildbot
@ 2018-01-05 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-05 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2466>

Commit(s) tested:
	f98fc17b3ac4750842ec0fe28a18b51691ddfbda

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

Subject:
	Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f9/f98fc17b3ac4750842ec0fe28a18b51691ddfbda/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-05 11:59 [binutils-gdb] (Ada) Fix Length attribute on array access sergiodj+buildbot
@ 2018-01-05 17:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-05 17:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2463>

Commit(s) tested:
	7150d33cda60fd543e9d9d68eb58d4e6155fb878

Author(s) (in the same order as the commits):
	Jerome Guitton <guitton@adacore.com>

Subject:
	(Ada) Fix Length attribute on array access

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/71/7150d33cda60fd543e9d9d68eb58d4e6155fb878/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-05 10:38 [binutils-gdb] memory error printing component of record from convenience variable sergiodj+buildbot
@ 2018-01-05 15:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-05 15:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2462>

Commit(s) tested:
	cc0e770c0d00acececc43826f4673896d09b3dff

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	memory error printing component of record from convenience variable

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cc/cc0e770c0d00acececc43826f4673896d09b3dff/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-05  7:31 [binutils-gdb] (Ada) Remove printing of array's first index when unneeded sergiodj+buildbot
@ 2018-01-05 13:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-05 13:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2461>

Commit(s) tested:
	e3861a03138e24e7f2f0e8c4982bdad2a6e1dbaf

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	(Ada) Remove printing of array's first index when unneeded

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e3/e3861a03138e24e7f2f0e8c4982bdad2a6e1dbaf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-05  6:37 [binutils-gdb] Update NEWS post GDB 8.1 branch creation sergiodj+buildbot
@ 2018-01-05 11:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-05 11:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2460>

Commit(s) tested:
	cd385f94a7888b619c84e9ab007bac5093c5e894

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Update NEWS post GDB 8.1 branch creation.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cd/cd385f94a7888b619c84e9ab007bac5093c5e894/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-05  5:59 [binutils-gdb] Bump version to 8.1.50.DATE-git sergiodj+buildbot
@ 2018-01-05  9:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-05  9:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2459>

Commit(s) tested:
	09aca9495c4794e586680f359e612ece173148ec

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Bump version to 8.1.50.DATE-git.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/09/09aca9495c4794e586680f359e612ece173148ec/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-04 22:38 [binutils-gdb] RISC-V: Add 2 missing privileged registers sergiodj+buildbot
@ 2018-01-04 23:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-04 23:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2456>

Commit(s) tested:
	645a2c5b46e18013ac9cb16b66ba7b6b97cd01c5

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add 2 missing privileged registers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/64/645a2c5b46e18013ac9cb16b66ba7b6b97cd01c5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.reverse/insn-reverse.exp: ext_reg_mov: compare registers on insn 24:adds	r7, #20
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-04 11:13 [binutils-gdb] gdb.ada/maint_with_ada.exp: New testcase sergiodj+buildbot
@ 2018-01-04 17:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-04 17:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2455>

Commit(s) tested:
	7365ec2ff4a7028503f39655bd2628d54418106c

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdb.ada/maint_with_ada.exp: New testcase

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/73/7365ec2ff4a7028503f39655bd2628d54418106c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-04  9:35 [binutils-gdb] Add "complete break ada" test to gdb.ada/complete.exp sergiodj+buildbot
@ 2018-01-04 12:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-04 12:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2453>

Commit(s) tested:
	344420da6beac1e0b2f7964e7101f8dcdb509b0d

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Add "complete break ada" test to gdb.ada/complete.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/34/344420da6beac1e0b2f7964e7101f8dcdb509b0d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-04  8:52 [binutils-gdb] Add gdb.ada/info_addr_mixed_case new testcase sergiodj+buildbot
@ 2018-01-04 10:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-04 10:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2452>

Commit(s) tested:
	66fc87a0d50d2b91322cc24d17461c07925fa867

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Add gdb.ada/info_addr_mixed_case new testcase

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/66/66fc87a0d50d2b91322cc24d17461c07925fa867/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-03 20:29 [binutils-gdb] Create pseudo sections for FreeBSD NT_PROCSTAT_(PROC|FILES|VMMAP) notes sergiodj+buildbot
@ 2018-01-03 21:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-03 21:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2451>

Commit(s) tested:
	ddb2bbcf0624ef5f75c0a007c6b192c09b6fa70b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Create pseudo sections for FreeBSD NT_PROCSTAT_(PROC|FILES|VMMAP) notes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/dd/ddb2bbcf0624ef5f75c0a007c6b192c09b6fa70b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-03  7:50 [binutils-gdb] Update year range in copyright notice of binutils files sergiodj+buildbot
@ 2018-01-03  8:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-03  8:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2448>

Commit(s) tested:
	219d1afa89d0d53ca93a684cac341f16470f3ca0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Update year range in copyright notice of binutils files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/21/219d1afa89d0d53ca93a684cac341f16470f3ca0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-03  4:17 [binutils-gdb] Unbreak spurious fails in gdb.base/step-line.exp sergiodj+buildbot
@ 2018-01-03  5:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-03  5:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2447>

Commit(s) tested:
	bd570f80f6e47c93f4b1cc1e94688cdde33ca931

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Unbreak spurious fails in gdb.base/step-line.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bd/bd570f80f6e47c93f4b1cc1e94688cdde33ca931/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-02 17:37 [binutils-gdb] Fix compile time warning (in the ARM simulator) about a print statement with insufficient arguments sergiodj+buildbot
@ 2018-01-02 23:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-02 23:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2446>

Commit(s) tested:
	43724d16bebb38fe6794f6a3741352a7698038de

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix compile time warning (in the ARM simulator) about a print statement with insufficient arguments.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/43/43724d16bebb38fe6794f6a3741352a7698038de/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-02 12:52 [binutils-gdb] x86: partial revert of 10c17abdd0 sergiodj+buildbot
@ 2018-01-02 21:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-02 21:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2445>

Commit(s) tested:
	1508bbf535b03e3b9105d01a9e19f29f131b3d1a

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: partial revert of 10c17abdd0

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/15/1508bbf535b03e3b9105d01a9e19f29f131b3d1a/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: step 22
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-02  8:44 [binutils-gdb] Add support for dynamic DW_AT_byte_stride sergiodj+buildbot
@ 2018-01-02 16:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-02 16:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2443>

Commit(s) tested:
	a405673cc5b56c260de4e1202cead709d1a4f24c

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Add support for dynamic DW_AT_byte_stride.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a4/a405673cc5b56c260de4e1202cead709d1a4f24c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-02  6:58 [binutils-gdb] Update copyright year range in all GDB files sergiodj+buildbot
@ 2018-01-02 13:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-02 13:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2441>

Commit(s) tested:
	e2882c85786571175a0b0bfc3bcd2f14620b1ea3

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Update copyright year range in all GDB files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e2/e2882c85786571175a0b0bfc3bcd2f14620b1ea3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-line.exp: continue to f1
PASS -> FAIL: gdb.base/step-line.exp: next to dummy 2
PASS -> FAIL: gdb.base/step-line.exp: next over dummy 2
PASS -> FAIL: gdb.base/step-line.exp: step into f2
PASS -> FAIL: gdb.base/step-line.exp: next over dummy 4
PASS -> FAIL: gdb.base/step-line.exp: next to dummy 5
PASS -> FAIL: gdb.base/step-line.exp: next to dummy 6
PASS -> FAIL: gdb.base/step-line.exp: next over dummy 6
PASS -> FAIL: gdb.base/step-line.exp: next to dummy 7
PASS -> FAIL: gdb.base/step-line.exp: next to dummy 8
PASS -> FAIL: gdb.base/step-line.exp: next over dummy 8
PASS -> FAIL: gdb.base/step-line.exp: next to dummy 9
PASS -> FAIL: gdb.base/step-line.exp: next to dummy 10
PASS -> FAIL: gdb.base/step-line.exp: next over dummy 10
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-02  5:29 [binutils-gdb] gdb/copyright.py: Do not forget to remind about MULTIPLE_COPYRIGHT_HEADERS sergiodj+buildbot
@ 2018-01-02  8:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-02  8:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2439>

Commit(s) tested:
	0f0c98a8a1ca2fa2e73170849b1db4876c3ea954

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdb/copyright.py: Do not forget to remind about MULTIPLE_COPYRIGHT_HEADERS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0f/0f0c98a8a1ca2fa2e73170849b1db4876c3ea954/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-02  4:44 [binutils-gdb] Update copyright year in version message of GDB, GDBserver and GDBreplay sergiodj+buildbot
@ 2018-01-02  6:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-02  6:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2438>

Commit(s) tested:
	82e1e79a420734bcb1fa255a1e7b3250e6acee65

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Update copyright year in version message of GDB, GDBserver and GDBreplay

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/82/82e1e79a420734bcb1fa255a1e7b3250e6acee65/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2018-01-02  3:57 [binutils-gdb] Yearly rotation of the gdb/ChangeLog file sergiodj+buildbot
@ 2018-01-02  4:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2018-01-02  4:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2437>

Commit(s) tested:
	053f54e57f64ca88596999f37bf3bd329b497d20

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Yearly rotation of the gdb/ChangeLog file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/05/053f54e57f64ca88596999f37bf3bd329b497d20/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-31 11:04 [binutils-gdb] Avoid indexing std::vector past the end sergiodj+buildbot
@ 2017-12-31 15:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-31 15:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2436>

Commit(s) tested:
	47fea877452b84b94ac6ffb26f194f12845526fa

Author(s) (in the same order as the commits):
	Ruslan Kabatsayev <b7.10110111@gmail.com>

Subject:
	Avoid indexing std::vector past the end

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/47/47fea877452b84b94ac6ffb26f194f12845526fa/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-31  4:57 [binutils-gdb] Only ignore -Wenum-compare-switch if it exists sergiodj+buildbot
@ 2017-12-31  6:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-31  6:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2434>

Commit(s) tested:
	cfa27c399ec9236a100ef794505d35f60da41a6d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Only ignore -Wenum-compare-switch if it exists

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cf/cfa27c399ec9236a100ef794505d35f60da41a6d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-31  2:43 [binutils-gdb] dwarf2read: Silence -Wenum-compare-switch warning sergiodj+buildbot
@ 2017-12-31  4:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-31  4:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2433>

Commit(s) tested:
	132448f8359a268f34f074b0908b5255b568da06

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	dwarf2read: Silence -Wenum-compare-switch warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/13/132448f8359a268f34f074b0908b5255b568da06/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-30  7:02 [binutils-gdb] Make mapped_debug_names and mapped_index final sergiodj+buildbot
@ 2017-12-30  7:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-30  7:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2431>

Commit(s) tested:
	fc898b42e355fef58e6a029799fdd71b9dda5dc6

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Make mapped_debug_names and mapped_index final

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fc/fc898b42e355fef58e6a029799fdd71b9dda5dc6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-30  4:57 [binutils-gdb] Ignore warning about using different types of enums in switch sergiodj+buildbot
@ 2017-12-30  6:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-30  6:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2430>

Commit(s) tested:
	0436426c7f7798b8eb4b48be9867495da8ef28f0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Ignore warning about using different types of enums in switch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/04/0436426c7f7798b8eb4b48be9867495da8ef28f0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-30  3:17 [binutils-gdb] Remove unnecessary call to get_thread_db_info sergiodj+buildbot
@ 2017-12-30  4:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-30  4:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2429>

Commit(s) tested:
	502a625ab01da27e851333b598c893d6f2c20bd0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove unnecessary call to get_thread_db_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/50/502a625ab01da27e851333b598c893d6f2c20bd0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-28 17:51 [binutils-gdb] Remove unused HP-UX TARGET_OBJECT_ enums sergiodj+buildbot
@ 2017-12-28 18:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-28 18:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2427>

Commit(s) tested:
	4ee2b642ddc70393d5b3ab04956fadad02954d4a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove unused HP-UX TARGET_OBJECT_ enums

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4e/4ee2b642ddc70393d5b3ab04956fadad02954d4a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-27 17:51 [binutils-gdb] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p sergiodj+buildbot
@ 2017-12-27 23:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-27 23:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2426>

Commit(s) tested:
	cef0f8684e818f8b6c71c44dc9cc28a6d0ac3754

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ce/cef0f8684e818f8b6c71c44dc9cc28a6d0ac3754/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-27 16:45 [binutils-gdb] reggroups: Add reggroup_gdbarch_new, reggroup_find for dynamic reggroups sergiodj+buildbot
@ 2017-12-27 21:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-27 21:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2425>

Commit(s) tested:
	f7efd549485db1fd84dbd2f2ee36d80c2739f224

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	reggroups: Add reggroup_gdbarch_new, reggroup_find for dynamic reggroups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f7/f7efd549485db1fd84dbd2f2ee36d80c2739f224/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-27 15:46 [binutils-gdb] reggroups: Convert reggroups from post_init to pre_init sergiodj+buildbot
@ 2017-12-27 18:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-27 18:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2424>

Commit(s) tested:
	c1166ca9f3543b28e8b0057ecaf2cd3251cd51c5

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	reggroups: Convert reggroups from post_init to pre_init

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c1/c1166ca9f3543b28e8b0057ecaf2cd3251cd51c5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-27 15:03 [binutils-gdb] reggroups: Add test and docs for `info reg $reggroup` feature sergiodj+buildbot
@ 2017-12-27 15:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-27 15:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2423>

Commit(s) tested:
	b67d92b06e6155a392a0c2d413f87d050880dbf4

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	reggroups: Add test and docs for `info reg $reggroup` feature

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b6/b67d92b06e6155a392a0c2d413f87d050880dbf4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-23 21:51 [binutils-gdb] Add ATTRIBUTE_PRINTF to printf_field_type_assignment sergiodj+buildbot
@ 2017-12-23 22:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-23 22:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2421>

Commit(s) tested:
	6e8c24fe27098f407000812e61fa8210095a7970

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add ATTRIBUTE_PRINTF to printf_field_type_assignment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6e/6e8c24fe27098f407000812e61fa8210095a7970/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-21  2:01 [binutils-gdb] Remove write-only assignment in rs6000-tdep.c sergiodj+buildbot
@ 2017-12-21  2:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-21  2:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2419>

Commit(s) tested:
	27e9ff87a627614fda7ddd89ddef745de5e988bb

Author(s) (in the same order as the commits):
	Uros Bizjak <ubizjak@gmail.com>

Subject:
	Remove write-only assignment in rs6000-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/27/27e9ff87a627614fda7ddd89ddef745de5e988bb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-20 21:59 [binutils-gdb] RISC-V: Add compressed instruction hints, and a few misc cleanups sergiodj+buildbot
@ 2017-12-20 23:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-20 23:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2418>

Commit(s) tested:
	21a186f28061ea51e422ae47d062793ceac2180f

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add compressed instruction hints, and a few misc cleanups.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/21/21a186f28061ea51e422ae47d062793ceac2180f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-19 12:47 [binutils-gdb] Add support for V_4B so we can properly reject it sergiodj+buildbot
@ 2017-12-19 13:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-19 13:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2415>

Commit(s) tested:
	a3b3345ae62503982698171bcfce0afe23bd8a31

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Add support for V_4B so we can properly reject it.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a3/a3b3345ae62503982698171bcfce0afe23bd8a31/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-18 11:26 [binutils-gdb] x86: fold certain AVX and AVX2 templates sergiodj+buildbot
@ 2017-12-18 14:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-18 14:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2413>

Commit(s) tested:
	10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fold certain AVX and AVX2 templates

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/10/10c17abdd052c5f8f9c2bcdf8b01dffe5d06baf0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-18  9:35 [binutils-gdb] x86: drop FloatReg and FloatAcc sergiodj+buildbot
@ 2017-12-18 11:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-18 11:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2411>

Commit(s) tested:
	ca0d63fe0703ed36af1a7bda6097958805895b3a

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop FloatReg and FloatAcc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ca/ca0d63fe0703ed36af1a7bda6097958805895b3a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-18  8:56 [binutils-gdb] x86: replace Reg8, Reg16, Reg32, and Reg64 sergiodj+buildbot
@ 2017-12-18 10:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-18 10:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2410>

Commit(s) tested:
	dc821c5f9ae5208ad1ec438718f75e224f856deb

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: replace Reg8, Reg16, Reg32, and Reg64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/dc/dc821c5f9ae5208ad1ec438718f75e224f856deb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-18  4:51 [binutils-gdb] improved error message when getting an exception printing a variable sergiodj+buildbot
@ 2017-12-18  7:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-18  7:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2409>

Commit(s) tested:
	eccab96d54a9455557d3c4d5bff431f6e526d0b7

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	improved error message when getting an exception printing a variable

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ec/eccab96d54a9455557d3c4d5bff431f6e526d0b7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-18  4:13 [binutils-gdb] (Ada) crash assigning to record component which is an array sergiodj+buildbot
@ 2017-12-18  5:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-18  5:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2408>

Commit(s) tested:
	0e2da9f01334a01d1a6e224ecd592d6fbbb22515

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) crash assigning to record component which is an array

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0e/0e2da9f01334a01d1a6e224ecd592d6fbbb22515/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-16 22:41 [binutils-gdb] gdb: Add news entries for new or1k target sergiodj+buildbot
@ 2017-12-16 23:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-16 23:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2404>

Commit(s) tested:
	b282f0f2b56903c7b58f1eb94b88e468851928e8

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	gdb: Add news entries for new or1k target.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b2/b282f0f2b56903c7b58f1eb94b88e468851928e8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-15 11:47 [binutils-gdb] Skip 'maintenance check xml-descriptions' if XML is disabled sergiodj+buildbot
@ 2017-12-15 14:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-15 14:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2398>

Commit(s) tested:
	1af17fd9cc3a453e55ce5b8f556c51859bf40363

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Skip 'maintenance check xml-descriptions' if XML is disabled

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1a/1af17fd9cc3a453e55ce5b8f556c51859bf40363/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-15  9:44 [binutils-gdb] Fix disassembly for PowerPC sergiodj+buildbot
@ 2017-12-15 10:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-15 10:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2396>

Commit(s) tested:
	fbc2255575afc0d332b28fd4991235e020cda667

Author(s) (in the same order as the commits):
	Dimitar Dimitrov <dimitar@dinux.eu>

Subject:
	Fix disassembly for PowerPC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fb/fbc2255575afc0d332b28fd4991235e020cda667/>

*** Diff to previous build ***
============================
new FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-14 13:12 [binutils-gdb] Update the address of the FSF in the copyright notice of files which were using the old address sergiodj+buildbot
@ 2017-12-14 13:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-14 13:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2392>

Commit(s) tested:
	863f7a5f4811c24d9a5863ffb541ff3da1511450

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Update the address of the FSF in the copyright notice of files which were using the old address.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/86/863f7a5f4811c24d9a5863ffb541ff3da1511450/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-14  4:30 [binutils-gdb] (Ada) Add support for task switching when debugging core files sergiodj+buildbot
@ 2017-12-14  5:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-14  5:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2389>

Commit(s) tested:
	e05fa6f9df82886043e1f1df30e0b9be3fee2d55

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) Add support for task switching when debugging core files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e0/e05fa6f9df82886043e1f1df30e0b9be3fee2d55/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-13 19:21 [binutils-gdb] python: Add qualified parameter to gdb.Breakpoint sergiodj+buildbot
@ 2017-12-14  0:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-14  0:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2387>

Commit(s) tested:
	b89641bab55496e52094282fabe146289c57b6d1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	python: Add qualified parameter to gdb.Breakpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b8/b89641bab55496e52094282fabe146289c57b6d1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-13 18:40 [binutils-gdb] Tighten regexp of lib/completion-support.exp:test_gdb_complete_tab_multiple sergiodj+buildbot
@ 2017-12-13 23:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-13 23:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2386>

Commit(s) tested:
	6892d2e4df57160f7103fef0340ae3f55ac8b2b3

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

Subject:
	Tighten regexp of lib/completion-support.exp:test_gdb_complete_tab_multiple

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/68/6892d2e4df57160f7103fef0340ae3f55ac8b2b3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-13 17:00 [binutils-gdb] Factor out final completion match string building sergiodj+buildbot
@ 2017-12-13 20:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-13 20:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2384>

Commit(s) tested:
	60a20c190789fd75d1955576160cbbfe94c792fb

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

Subject:
	Factor out final completion match string building

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/60/60a20c190789fd75d1955576160cbbfe94c792fb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-13 15:34 [binutils-gdb] gdb: Fix ARI warnings in or1k-tdep.c sergiodj+buildbot
@ 2017-12-13 18:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-13 18:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2382>

Commit(s) tested:
	9664701462aec634d304923df8dc9c52c5a92caf

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	gdb: Fix ARI warnings in or1k-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/96/9664701462aec634d304923df8dc9c52c5a92caf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-13 13:44 [binutils-gdb] This patch enables disassembler_needs_relocs for PRU. It is needed to print correct symbols when disassembling arguments of "call" instructions with a relocation sergiodj+buildbot
@ 2017-12-13 14:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-13 14:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2380>

Commit(s) tested:
	024d185c10a48339ae06634d0738dd796a159cd8

Author(s) (in the same order as the commits):
	Dimitar Dimitrov <dimitar@dinux.eu>

Subject:
	This patch enables disassembler_needs_relocs for PRU. It is needed to print correct symbols when disassembling arguments of "call" instructions with a relocation.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/02/024d185c10a48339ae06634d0738dd796a159cd8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/all-architectures-5.exp: all passed
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-12 22:06 [binutils-gdb] sim: testsuite: add testsuite for or1k sim sergiodj+buildbot
@ 2017-12-13  5:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-13  5:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2377>

Commit(s) tested:
	702d582e2c5ab9fbd6e9a68f26d49575bfe7e062

Author(s) (in the same order as the commits):
	Peter Gavin <pgavin@gmail.com>

Subject:
	sim: testsuite: add testsuite for or1k sim

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/70/702d582e2c5ab9fbd6e9a68f26d49575bfe7e062/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-12 21:23 [binutils-gdb] sim: or1k: add autoconf generated files sergiodj+buildbot
@ 2017-12-13  4:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-13  4:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2376>

Commit(s) tested:
	0cd79707332aef140efa2275363c40aaaeba1c22

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	sim: or1k: add autoconf generated files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0c/0cd79707332aef140efa2275363c40aaaeba1c22/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-12 20:43 [binutils-gdb] sim: or1k: add cgen generated files sergiodj+buildbot
@ 2017-12-13  2:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-13  2:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2375>

Commit(s) tested:
	6e51bfa75535439cc66039bcf4e8ebf16e8fe124

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	sim: or1k: add cgen generated files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6e/6e51bfa75535439cc66039bcf4e8ebf16e8fe124/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-12 18:13 [binutils-gdb] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd]) sergiodj+buildbot
@ 2017-12-12 22:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-12 22:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2372>

Commit(s) tested:
	07b95864f35f19636e2a95eaf3083a8b18ac7cda

Author(s) (in the same order as the commits):
	Peter Gavin <pgavin@gmail.com>

Subject:
	sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/07/07b95864f35f19636e2a95eaf3083a8b18ac7cda/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-12 16:06 [binutils-gdb] gdb: testsuite: Add or1k l.nop instruction sergiodj+buildbot
@ 2017-12-12 17:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-12 17:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2369>

Commit(s) tested:
	c3d186206bf04a40244e727fa381f78a1600f196

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	gdb: testsuite: Add or1k l.nop instruction

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c3/c3d186206bf04a40244e727fa381f78a1600f196/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-12 13:33 [binutils-gdb] PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSE sergiodj+buildbot
@ 2017-12-12 14:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-12 14:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2367>

Commit(s) tested:
	db9077b7275e86637218a7a7d165cb85a4de116f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/db/db9077b7275e86637218a7a7d165cb85a4de116f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-11 16:19 [binutils-gdb] [Binutils][Objdump]Check symbol section information while search a mapping symbol backward sergiodj+buildbot
@ 2017-12-11 17:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-11 17:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2364>

Commit(s) tested:
	4c5ae11b42433dbffc33fbde75c9e415594504d8

Author(s) (in the same order as the commits):
	Renlin Li <renlin.li@arm.com>

Subject:
	[Binutils][Objdump]Check symbol section information while search a mapping symbol backward.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4c/4c5ae11b42433dbffc33fbde75c9e415594504d8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-11 14:55 [binutils-gdb] [MPFR] Fix regression on 32-bit host systems sergiodj+buildbot
@ 2017-12-11 15:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-11 15:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2362>

Commit(s) tested:
	f2f9e7ecc1f02bfe5da83c38cf356ea96d428c6d

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	[MPFR] Fix regression on 32-bit host systems

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f2/f2f9e7ecc1f02bfe5da83c38cf356ea96d428c6d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-11  8:38 [binutils-gdb] Adapt gdb.ada/variant_record_packed_array.exp to accept reordered components sergiodj+buildbot
@ 2017-12-11  9:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-11  9:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2361>

Commit(s) tested:
	c5f9cfc894373abd00ee56c6723ee0ba95a84f95

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Adapt gdb.ada/variant_record_packed_array.exp to accept reordered components

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c5/c5f9cfc894373abd00ee56c6723ee0ba95a84f95/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: nested call dummies preserve register contents
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-09  5:22 [binutils-gdb] dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol table sergiodj+buildbot
@ 2017-12-09 13:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-09 13:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2353>

Commit(s) tested:
	f00a2de2a7556c59bce93f7ced44afa8e1bbf7c3

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

Subject:
	dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol table

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f0/f00a2de2a7556c59bce93f7ced44afa8e1bbf7c3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-09  4:00 [binutils-gdb] DWARF-5: .debug_names index consumer sergiodj+buildbot
@ 2017-12-09 12:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-09 12:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2352>

Commit(s) tested:
	927aa2e778dce440f4de5de8fc37ead1683a804e

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5: .debug_names index consumer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/92/927aa2e778dce440f4de5de8fc37ead1683a804e/>

*** Diff to previous build ***
============================
new FAIL: gdb.dlang/watch-loc.exp: disassemble _Dmain
new FAIL: gdb.dlang/watch-loc.exp: x/2i _Dmain+
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-09  1:35 [binutils-gdb] Change dwarf2_initialize_objfile's return value sergiodj+buildbot
@ 2017-12-09  7:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-09  7:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2349>

Commit(s) tested:
	abccd1e7b7a37385159610ca4e0bc2632a547e9a

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	Change dwarf2_initialize_objfile's return value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ab/abccd1e7b7a37385159610ca4e0bc2632a547e9a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-09  0:49 [binutils-gdb] DWARF-5: .debug_names index producer sergiodj+buildbot
@ 2017-12-09  6:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-09  6:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2348>

Commit(s) tested:
	437afbb81e3a04cbd933fc534a50c686eaa63b19

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5: .debug_names index producer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/43/437afbb81e3a04cbd933fc534a50c686eaa63b19/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-08 21:57 [binutils-gdb] Work around sparc glibc bug sergiodj+buildbot
@ 2017-12-09  2:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-09  2:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2346>

Commit(s) tested:
	a9d44aad42e127adadbad35f23931d8d83aa40c1

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Work around sparc glibc bug

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a9/a9d44aad42e127adadbad35f23931d8d83aa40c1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-08 20:59 [binutils-gdb] Fix thinko on dtrace-probe.c:dtrace_process_dof_probe sergiodj+buildbot
@ 2017-12-09  0:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-09  0:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2345>

Commit(s) tested:
	92469284a650232768523564f2c715c4ebb57906

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Fix thinko on dtrace-probe.c:dtrace_process_dof_probe

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/92/92469284a650232768523564f2c715c4ebb57906/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-08 19:17 [binutils-gdb] Adjust breakpoint address by clearing non-significant bits sergiodj+buildbot
@ 2017-12-08 21:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-08 21:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2343>

Commit(s) tested:
	a0de8c21baf46c40ed8e62faef5f750b1e5453ea

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Adjust breakpoint address by clearing non-significant bits

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a0/a0de8c21baf46c40ed8e62faef5f750b1e5453ea/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-08 16:06 [binutils-gdb] Fix PR 22567: set SAL .section in minsym_found sergiodj+buildbot
@ 2017-12-08 16:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-08 16:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2339>

Commit(s) tested:
	6b05c8bd437152d7a3ecfc19074ab243ee6c92f2

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix PR 22567: set SAL .section in minsym_found

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6b/6b05c8bd437152d7a3ecfc19074ab243ee6c92f2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-08 10:27 [binutils-gdb] Fix stripping relocs in a file with mergeable notes sergiodj+buildbot
@ 2017-12-08 11:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-08 11:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2337>

Commit(s) tested:
	2d054e6bfdfb0f58fb9cc501c29327df34fec697

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix stripping relocs in a file with mergeable notes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2d054e6bfdfb0f58fb9cc501c29327df34fec697/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-08  6:55 [binutils-gdb] Add aix 64-bit check to bfd_get_sign_extend_vma sergiodj+buildbot
@ 2017-12-08  7:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-08  7:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2336>

Commit(s) tested:
	c8bed57010e8789212a6841db4b397b175a00f9e

Author(s) (in the same order as the commits):
	Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>

Subject:
	Add aix 64-bit check to bfd_get_sign_extend_vma

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c8/c8bed57010e8789212a6841db4b397b175a00f9e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-08  0:32 [binutils-gdb] Validate explicit locations with early termination sergiodj+buildbot
@ 2017-12-08  5:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-08  5:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2335>

Commit(s) tested:
	fa6eb693cf43b427474b1d96ce093f6ea9e5da6a

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Validate explicit locations with early termination

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fa/fa6eb693cf43b427474b1d96ce093f6ea9e5da6a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-07 23:49 [binutils-gdb] Record nested types sergiodj+buildbot
@ 2017-12-08  4:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-08  4:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2334>

Commit(s) tested:
	883fd55ab1049333364479a7f5b0c7e61a310bac

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Record nested types

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/88/883fd55ab1049333364479a7f5b0c7e61a310bac/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-07 19:41 [binutils-gdb] Fix build with g++ 6.3.1 sergiodj+buildbot
@ 2017-12-08  0:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-08  0:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2331>

Commit(s) tested:
	23a8d1862b7e5b95f0fe9d724c6be326e545e6d1

Author(s) (in the same order as the commits):
	Adam Stylinski <adam.stylinski@etegent.com>

Subject:
	Fix build with g++ 6.3.1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/23/23a8d1862b7e5b95f0fe9d724c6be326e545e6d1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-07 19:12 [binutils-gdb] Initialize target description early in IPA sergiodj+buildbot
@ 2017-12-07 22:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-07 22:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2330>

Commit(s) tested:
	a8806230241d201f808d856eaae4d44088117b0c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Initialize target description early in IPA

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a8/a8806230241d201f808d856eaae4d44088117b0c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-07 17:45 [binutils-gdb] Add virtual destructor to selftest sergiodj+buildbot
@ 2017-12-07 21:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-07 21:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2329>

Commit(s) tested:
	30970df7d56bd65657c97296f31fe9862bf27e1d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add virtual destructor to selftest

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/30/30970df7d56bd65657c97296f31fe9862bf27e1d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-07 17:07 [binutils-gdb] Implement explicit locations for Python breakpoints sergiodj+buildbot
@ 2017-12-07 18:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-07 18:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2328>

Commit(s) tested:
	824cc835aa9a4d585d955db4ab2a5dd4c17cc22c

Author(s) (in the same order as the commits):
	Phil Muldoon <pmuldoon@redhat.com>

Subject:
	Implement explicit locations for Python breakpoints.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/82/824cc835aa9a4d585d955db4ab2a5dd4c17cc22c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-07 13:37 [binutils-gdb] gdb/MAINTAINERS: restore m68hc11, score and xstormy16 entries sergiodj+buildbot
@ 2017-12-07 14:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-07 14:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2327>

Commit(s) tested:
	9c226a8689db8bced43b94f551e118551219ce54

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdb/MAINTAINERS: restore m68hc11, score and xstormy16 entries

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9c/9c226a8689db8bced43b94f551e118551219ce54/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06 23:13 [binutils-gdb] target_set_syscall_catchpoint, use gdb::array_view and bool sergiodj+buildbot
@ 2017-12-07  1:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-07  1:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2326>

Commit(s) tested:
	649a140ccf129ff79ea55ac0cc23ebddec0f02ef

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

Subject:
	target_set_syscall_catchpoint, use gdb::array_view and bool

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/64/649a140ccf129ff79ea55ac0cc23ebddec0f02ef/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06 21:56 [binutils-gdb] Fix syscall group completion sergiodj+buildbot
@ 2017-12-07  0:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-07  0:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2325>

Commit(s) tested:
	9a93831ccc0ba3ba447552069f230e6d93dcbf3f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix syscall group completion

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9a/9a93831ccc0ba3ba447552069f230e6d93dcbf3f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  8:55 [binutils-gdb] BFD whitespace fixes sergiodj+buildbot
@ 2017-12-06 21:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06 21:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2323>

Commit(s) tested:
	07d6d2b8345ef3dc82eab49635acac9ee67dbb18

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	BFD whitespace fixes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/07/07d6d2b8345ef3dc82eab49635acac9ee67dbb18/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  8:32 [binutils-gdb] Fix Common symbol override test fails sergiodj+buildbot
@ 2017-12-06 20:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06 20:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2322>

Commit(s) tested:
	65281396861dfcfa993eb5af4769d6837104890d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Fix Common symbol override test fails

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/65/65281396861dfcfa993eb5af4769d6837104890d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  8:12 [binutils-gdb] dyn_relocs tidy sergiodj+buildbot
@ 2017-12-06 18:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06 18:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2321>

Commit(s) tested:
	3bf083ed23b1337341129b810ed5da29ba8207f9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	dyn_relocs tidy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3b/3bf083ed23b1337341129b810ed5da29ba8207f9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  7:50 [binutils-gdb] Comment tidy sergiodj+buildbot
@ 2017-12-06 17:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06 17:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2320>

Commit(s) tested:
	dce2246a6c934bf35157e8970d0da5a11aefb282

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Comment tidy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/dc/dce2246a6c934bf35157e8970d0da5a11aefb282/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  2:59 [binutils-gdb] Split tdesc_type into multiple classes sergiodj+buildbot
@ 2017-12-06 14:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06 14:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2318>

Commit(s) tested:
	d4a0e8b57d6f85e4ee4a31e0e6929ff5b4fd9823

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Split tdesc_type into multiple classes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d4/d4a0e8b57d6f85e4ee4a31e0e6929ff5b4fd9823/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  5:26 [binutils-gdb] Make tdesc_type::u::u::fields an std::vector sergiodj+buildbot
@ 2017-12-06 12:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06 12:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2316>

Commit(s) tested:
	d05200d155f065b93e2dc353a7d33408c7574e9c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make tdesc_type::u::u::fields an std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d0/d05200d155f065b93e2dc353a7d33408c7574e9c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: step in ro region
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  1:26 [binutils-gdb] Make tdesc_type::name an std::string sergiodj+buildbot
@ 2017-12-06 11:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06 11:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2315>

Commit(s) tested:
	082b9140d953b9e6a78271384ec48ff5d0ba8fad

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make tdesc_type::name an std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/08/082b9140d953b9e6a78271384ec48ff5d0ba8fad/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  1:05 [binutils-gdb] Make tdesc_feature::types an std::vector sergiodj+buildbot
@ 2017-12-06  9:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06  9:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2314>

Commit(s) tested:
	53c934e9fed9a35542661690e4e71febcbebb539

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make tdesc_feature::types an std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/53/53c934e9fed9a35542661690e4e71febcbebb539/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: step in ro region
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  0:44 [binutils-gdb] Make tdesc_reg string fields std::string sergiodj+buildbot
@ 2017-12-06  7:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06  7:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2313>

Commit(s) tested:
	a8142ee195063e8c7202429e80ee58185c34b3fc

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Make tdesc_reg string fields std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a8/a8142ee195063e8c7202429e80ee58185c34b3fc/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw on: step in ro region
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: thread advanced
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  0:22 [binutils-gdb] Make tdesc_feature::registers an std::vector sergiodj+buildbot
@ 2017-12-06  6:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06  6:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2312>

Commit(s) tested:
	c9c895b9666e33a2b910faf9c1b667ea665f00f1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Make tdesc_feature::registers an std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c9/c9c895b9666e33a2b910faf9c1b667ea665f00f1/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: continue
new FAIL: gdb.threads/sigstep-threads.exp: step 10
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  0:02 [binutils-gdb] Make tdesc_feature::name an std::string sergiodj+buildbot
@ 2017-12-06  5:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06  5:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2311>

Commit(s) tested:
	f65ff9f9a4add415e5ae332a094b2134c1625517

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make tdesc_feature::name an std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f6/f65ff9f9a4add415e5ae332a094b2134c1625517/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-06  0:22 [binutils-gdb] Make target_desc::features an std::vector sergiodj+buildbot
@ 2017-12-06  4:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06  4:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2310>

Commit(s) tested:
	3eea796c5daeb7b60531fc3d707470fa91a86e11

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make target_desc::features an std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3e/3eea796c5daeb7b60531fc3d707470fa91a86e11/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-05 22:53 [binutils-gdb] Make target_desc::properties an std::vector sergiodj+buildbot
@ 2017-12-06  0:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-06  0:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2308>

Commit(s) tested:
	129c10bcb9b3bc2ed9682040aa9a0d144bb5e959

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make target_desc::properties an std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/12/129c10bcb9b3bc2ed9682040aa9a0d144bb5e959/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: step in ro region
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: other threads didn't run - locked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-05 22:06 [binutils-gdb] Redefine gdb_static_assert as static_assert sergiodj+buildbot
@ 2017-12-05 23:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-05 23:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2307>

Commit(s) tested:
	ed9376bd95c52ba00aa37b224b4407030a00d184

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Redefine gdb_static_assert as static_assert

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ed/ed9376bd95c52ba00aa37b224b4407030a00d184/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-05 21:31 [binutils-gdb] Remove some unused variables sergiodj+buildbot
@ 2017-12-05 22:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-05 22:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2306>

Commit(s) tested:
	798a7429f980a00844c22dfdda9475c451c635d4

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove some unused variables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/79/798a7429f980a00844c22dfdda9475c451c635d4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-04 18:06 [binutils-gdb] Implement 'set dump-excluded-mappings' command sergiodj+buildbot
@ 2017-12-04 19:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-04 19:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2301>

Commit(s) tested:
	afa840dcc021eaeb975dcde3bedbf46ea0511717

Author(s) (in the same order as the commits):
	Sergio Lopez <slp@redhat.com>

Subject:
	Implement 'set dump-excluded-mappings' command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/af/afa840dcc021eaeb975dcde3bedbf46ea0511717/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw on: step in ro region
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: thread advanced
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-04 16:38 [binutils-gdb] Fix displaced-stepping RIP-relative VEX-encoded instructions (AVX) (PR gdb/22499) sergiodj+buildbot
@ 2017-12-04 17:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-04 17:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2299>

Commit(s) tested:
	50a1fdd59c1777672a9be0e81fe2301c2a115fce

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

Subject:
	Fix displaced-stepping RIP-relative VEX-encoded instructions (AVX) (PR gdb/22499)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/50/50a1fdd59c1777672a9be0e81fe2301c2a115fce/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03 18:49 [binutils-gdb] Remove mem_region_vector typedef sergiodj+buildbot
@ 2017-12-04 13:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-04 13:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2297>

Commit(s) tested:
	1e97a22796cced8bba3359df46e8c2883653516f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove mem_region_vector typedef

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1e/1e97a22796cced8bba3359df46e8c2883653516f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03 18:21 [binutils-gdb] Make make-target-delegates grok namespace scope op and template params sergiodj+buildbot
@ 2017-12-04 11:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-04 11:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2296>

Commit(s) tested:
	10f64178412d9c6e4f2faade0da271ab8be273c9

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

Subject:
	Make make-target-delegates grok namespace scope op and template params

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/10/10f64178412d9c6e4f2faade0da271ab8be273c9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03 22:43 [binutils-gdb] Fix "FAIL: VLE relocations 3" sergiodj+buildbot
@ 2017-12-04  8:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-04  8:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2294>

Commit(s) tested:
	f143cb5fc655e1ed0a6e15e6ba33af0d79ba1802

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Fix "FAIL: VLE relocations 3"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f1/f143cb5fc655e1ed0a6e15e6ba33af0d79ba1802/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03 10:05 [binutils-gdb] Remove for_each_inferior_with_data sergiodj+buildbot
@ 2017-12-04  4:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-04  4:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2292>

Commit(s) tested:
	c0e15c9bfd6fb4bf36e5240838f6ebed1e1f4a7e

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove for_each_inferior_with_data

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c0/c0e15c9bfd6fb4bf36e5240838f6ebed1e1f4a7e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03 15:50 [binutils-gdb] Remove find_inferior sergiodj+buildbot
@ 2017-12-04  1:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-04  1:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2290>

Commit(s) tested:
	9521758bf967360fc1e18b2a2195d97ae19cb80d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove find_inferior

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/95/9521758bf967360fc1e18b2a2195d97ae19cb80d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03  8:58 [binutils-gdb] Update comments sergiodj+buildbot
@ 2017-12-04  0:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-04  0:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2289>

Commit(s) tested:
	8f86d7aa8504e9a557e807a3e37718055befcd84

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Update comments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8f/8f86d7aa8504e9a557e807a3e37718055befcd84/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03  8:38 [binutils-gdb] Remove usages of find_inferior that call proceed_one_lwp sergiodj+buildbot
@ 2017-12-03 23:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-03 23:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2288>

Commit(s) tested:
	e2b4407579df508f85de961dd693c9028e79d823

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove usages of find_inferior that call proceed_one_lwp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e2/e2b4407579df508f85de961dd693c9028e79d823/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03 12:00 [binutils-gdb] Remove usage of find_inferior in linux_stabilize_threads sergiodj+buildbot
@ 2017-12-03 19:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-03 19:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2285>

Commit(s) tested:
	5a6b0a41dfc9b860f285ddb3a1e518299f614cd3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove usage of find_inferior in linux_stabilize_threads

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5a/5a6b0a41dfc9b860f285ddb3a1e518299f614cd3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03  6:32 [binutils-gdb] Remove usages of find_inferior in select_event_lwp sergiodj+buildbot
@ 2017-12-03 18:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-03 18:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2284>

Commit(s) tested:
	39a64da5fc9ce6decd7e5ba0bacfeb2144d2bd63

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove usages of find_inferior in select_event_lwp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/39/39a64da5fc9ce6decd7e5ba0bacfeb2144d2bd63/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03 10:23 [binutils-gdb] Remove usages of find_inferior calling not_stopped_callback sergiodj+buildbot
@ 2017-12-03 16:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-03 16:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2283>

Commit(s) tested:
	a1385b7b881d2b129f8c26fac8ad20bc406a1a6d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove usages of find_inferior calling not_stopped_callback

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a1/a1385b7b881d2b129f8c26fac8ad20bc406a1a6d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03  6:09 [binutils-gdb] Remove find_inferior_in_random sergiodj+buildbot
@ 2017-12-03 10:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-03 10:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2278>

Commit(s) tested:
	83e1b6c13a285b4e1e852e1647667f09bb26892b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove find_inferior_in_random

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/83/83e1b6c13a285b4e1e852e1647667f09bb26892b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03  2:54 [binutils-gdb] Remove usages of find_inferior in linux-mips-low.c sergiodj+buildbot
@ 2017-12-03  6:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-03  6:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2275>

Commit(s) tested:
	da25033cd92a60f4462e1468abfabfee02d0b8d9

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove usages of find_inferior in linux-mips-low.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/da/da25033cd92a60f4462e1468abfabfee02d0b8d9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03  2:33 [binutils-gdb] Remove usage of find_inferior in lynx_mourn sergiodj+buildbot
@ 2017-12-03  5:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-03  5:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2274>

Commit(s) tested:
	c91bb56b06b52d45de7c8871a6d44ddae61ae977

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove usage of find_inferior in lynx_mourn

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c9/c91bb56b06b52d45de7c8871a6d44ddae61ae977/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/sigstep-threads.exp: continue
new FAIL: gdb.threads/sigstep-threads.exp: step 96
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03  2:14 [binutils-gdb] Remove usage of find_inferior in regcache_invalidate_pid sergiodj+buildbot
@ 2017-12-03  3:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-03  3:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2273>

Commit(s) tested:
	634a3254c8fe1728c0202289afe594928094d860

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove usage of find_inferior in regcache_invalidate_pid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/63/634a3254c8fe1728c0202289afe594928094d860/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-03  1:53 [binutils-gdb] Fix typo in poison.h sergiodj+buildbot
@ 2017-12-03  2:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-03  2:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2272>

Commit(s) tested:
	6d83e819df0c71868d04db46c60ff0ecf8cf1914

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix typo in poison.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6d/6d83e819df0c71868d04db46c60ff0ecf8cf1914/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-01 17:42 [binutils-gdb] Use consistent types for holding instructions, instruction masks, etc sergiodj+buildbot
@ 2017-12-01 18:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-01 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2266>

Commit(s) tested:
	0f873fd58b51a2906f31bb445ab685da04a1be23

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Use consistent types for holding instructions, instruction masks, etc.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0f/0f873fd58b51a2906f31bb445ab685da04a1be23/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-01 13:57 [binutils-gdb] Update GDB's list of maintainers to reflect today's reality sergiodj+buildbot
@ 2017-12-01 15:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-01 15:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2264>

Commit(s) tested:
	2ee0c9b3eedca5d1071870334d2721be80a77ea1

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Update GDB's list of maintainers to reflect today's reality

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2e/2ee0c9b3eedca5d1071870334d2721be80a77ea1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-01 12:37 [binutils-gdb] x86: Print dynreloc in readonly section for map file output sergiodj+buildbot
@ 2017-12-01 13:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-01 13:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2263>

Commit(s) tested:
	92f402a7e03f5d747bc9a09c8da2f61cc539ac33

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Print dynreloc in readonly section for map file output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/92/92f402a7e03f5d747bc9a09c8da2f61cc539ac33/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-01 12:00 [binutils-gdb] Replace mail address with the URL in copyright header sergiodj+buildbot
@ 2017-12-01 12:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-01 12:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2262>

Commit(s) tested:
	1cc75e929ff4e99b3bef4ca0e93250d5b1b126c9

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Replace mail address with the URL in copyright header

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1c/1cc75e929ff4e99b3bef4ca0e93250d5b1b126c9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-12-01  7:34 [binutils-gdb] readonly_dynrelocs sergiodj+buildbot
@ 2017-12-01 10:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-01 10:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2261>

Commit(s) tested:
	63c1f59d665542359de4737e3e48033c588f44dc

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	readonly_dynrelocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/63/63c1f59d665542359de4737e3e48033c588f44dc/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-30 23:21 [binutils-gdb] PR22533, dynamic relocs generated for weak aliases sergiodj+buildbot
@ 2017-12-01  7:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-01  7:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2259>

Commit(s) tested:
	4a7e52349807017f9bc09ea25f07924f2ec971b3

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22533, dynamic relocs generated for weak aliases

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4a/4a7e52349807017f9bc09ea25f07924f2ec971b3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-30 17:48 [binutils-gdb] Use boards/local-board.exp more sergiodj+buildbot
@ 2017-12-01  5:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-01  5:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2257>

Commit(s) tested:
	f1af7b94c16029f2c6da9eae4076f64cd9383687

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use boards/local-board.exp more

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f1/f1af7b94c16029f2c6da9eae4076f64cd9383687/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-30 16:51 [binutils-gdb] Fix gdb.linespec/cpls-ops.exp on 32-bit sergiodj+buildbot
@ 2017-12-01  3:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-12-01  3:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2256>

Commit(s) tested:
	e3919f3e898aa5ab9a98dcaf9e242a9ebacc0757

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

Subject:
	Fix gdb.linespec/cpls-ops.exp on 32-bit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e3/e3919f3e898aa5ab9a98dcaf9e242a9ebacc0757/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: step 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-30 12:28 [binutils-gdb] x86: derive DispN from BaseIndex sergiodj+buildbot
@ 2017-11-30 23:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-30 23:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2254>

Commit(s) tested:
	7ac20022477c163983de77e5b16c016d518ca7bc

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: derive DispN from BaseIndex

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7a/7ac20022477c163983de77e5b16c016d518ca7bc/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-30  1:14 [binutils-gdb] Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available sergiodj+buildbot
@ 2017-11-30 17:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-30 17:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2251>

Commit(s) tested:
	7505954411a168f5c5b9adec23eac55b1532fbe6

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/75/7505954411a168f5c5b9adec23eac55b1532fbe6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-30  0:53 [binutils-gdb] preserve type length in ada-lang.c::to_fixed_range_type sergiodj+buildbot
@ 2017-11-30 15:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-30 15:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2250>

Commit(s) tested:
	f5a91472120952bbc40f277561626b8ccdf7b194

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	preserve type length in ada-lang.c::to_fixed_range_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f5/f5a91472120952bbc40f277561626b8ccdf7b194/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-29 22:06 [binutils-gdb] Breakpoints in symbols with ABI tags (PR c++/19436) sergiodj+buildbot
@ 2017-11-30 13:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-30 13:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2249>

Commit(s) tested:
	bd69330db86b2367aac8aac5915f1686451c9d5d

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

Subject:
	Breakpoints in symbols with ABI tags (PR c++/19436)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bd/bd69330db86b2367aac8aac5915f1686451c9d5d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-29 21:46 [binutils-gdb] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] sergiodj+buildbot
@ 2017-11-30 11:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-30 11:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2248>

Commit(s) tested:
	a20714ff39f621961151d0c204e89062ab2107eb

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

Subject:
	Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a2/a20714ff39f621961151d0c204e89062ab2107eb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-29 20:48 [binutils-gdb] Handle custom completion match prefix / LCD sergiodj+buildbot
@ 2017-11-30  9:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-30  9:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2247>

Commit(s) tested:
	a207cff2da9f154e4f581b19dcde215593bfccf9

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

Subject:
	Handle custom completion match prefix / LCD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a2/a207cff2da9f154e4f581b19dcde215593bfccf9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-29 16:44 [binutils-gdb] Fix add-symbol-file usage and errors sergiodj+buildbot
@ 2017-11-29 21:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-29 21:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2241>

Commit(s) tested:
	02ca603a481d55e175765ab5bff30a04b86e905a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix add-symbol-file usage and errors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/02/02ca603a481d55e175765ab5bff30a04b86e905a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-29 11:10 [binutils-gdb] [gdb/testsuite] Fix wrong return type in tests sergiodj+buildbot
@ 2017-11-29 17:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-29 17:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2239>

Commit(s) tested:
	f106e10e5e80265e1c43532bba4cb997a7dfa022

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	[gdb/testsuite] Fix wrong return type in tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f1/f106e10e5e80265e1c43532bba4cb997a7dfa022/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/callfuncs.exp: finish after stop in call dummy preserves register contents
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-28 20:11 [binutils-gdb] Prevent a memory exhaustion problem when trying to read in strings from a COFF binary with a corrupt string table size sergiodj+buildbot
@ 2017-11-29 13:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-29 13:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2237>

Commit(s) tested:
	b0029dce6867de1a2828293177b0e030d2f0f03c

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent a memory exhaustion problem when trying to read in strings from a COFF binary with a corrupt string table size.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b0/b0029dce6867de1a2828293177b0e030d2f0f03c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 11 broke out of loop
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-28 14:37 [binutils-gdb] Fix a memory access violation when attempting to parse a corrupt COFF binary with a relocation that points beyond the end of the section to be relocated sergiodj+buildbot
@ 2017-11-29 11:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-29 11:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2236>

Commit(s) tested:
	b23dc97fe237a1d9e850d7cbeee066183a00630b

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix a memory access violation when attempting to parse a corrupt COFF binary with a relocation that points beyond the end of the section to be relocated.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b2/b23dc97fe237a1d9e850d7cbeee066183a00630b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-28 14:12 [binutils-gdb] ELF: Don't set non_ir_ref_regular in check_relocs sergiodj+buildbot
@ 2017-11-29  9:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-29  9:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2235>

Commit(s) tested:
	6c6bc899302deb7c9b14f71da79c0fffc992204e

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ELF: Don't set non_ir_ref_regular in check_relocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6c/6c6bc899302deb7c9b14f71da79c0fffc992204e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-28 12:16 [binutils-gdb] ld: Set non_ir_ref_regular on symbols referenced in regular objects sergiodj+buildbot
@ 2017-11-29  3:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-29  3:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2232>

Commit(s) tested:
	a83ef4d139c377e0e87d105977d85c6ef9fbb162

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Set non_ir_ref_regular on symbols referenced in regular objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a8/a83ef4d139c377e0e87d105977d85c6ef9fbb162/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-28 11:31 [binutils-gdb] Remove REMOTE_OBS sergiodj+buildbot
@ 2017-11-29  1:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-29  1:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2231>

Commit(s) tested:
	18ca73470a0d7eb96a807c97559cbb9fddb4b461

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove REMOTE_OBS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/18/18ca73470a0d7eb96a807c97559cbb9fddb4b461/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: step in ro region
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-28  2:28 [binutils-gdb] Move unittests object files to unittests subdirectory sergiodj+buildbot
@ 2017-11-28 11:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-28 11:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2224>

Commit(s) tested:
	75787ac19cdf7e8aa9b4c28f9421837ba479cf51

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move unittests object files to unittests subdirectory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/75/75787ac19cdf7e8aa9b4c28f9421837ba479cf51/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-28  1:08 [binutils-gdb] Move mi objects to mi subdirectory sergiodj+buildbot
@ 2017-11-28  5:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-28  5:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2221>

Commit(s) tested:
	6f3cdf9a3bfa2c0a22fa9dc40b45578e2ea7957d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move mi objects to mi subdirectory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6f/6f3cdf9a3bfa2c0a22fa9dc40b45578e2ea7957d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-28  0:24 [binutils-gdb] A simpler way to make the "arch" build directory sergiodj+buildbot
@ 2017-11-28  1:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-28  1:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2219>

Commit(s) tested:
	b22c88c2ca013cc25d7a8fcbc748122bb1a349bb

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	A simpler way to make the "arch" build directory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b2/b22c88c2ca013cc25d7a8fcbc748122bb1a349bb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-27 12:30 [binutils-gdb] [PR ld/22269] aarch64: Handle local undefined weak symbols sergiodj+buildbot
@ 2017-11-27 16:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-27 16:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2216>

Commit(s) tested:
	a377ae2ad683d3c16ae74dba440ee441120a7d8a

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[PR ld/22269] aarch64: Handle local undefined weak symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a3/a377ae2ad683d3c16ae74dba440ee441120a7d8a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-26 18:30 [binutils-gdb] Removes a cleanup from gcore.c sergiodj+buildbot
@ 2017-11-26 21:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-26 21:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2207>

Commit(s) tested:
	44287fd89091a833451e74c79e46404c23fdaf9b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Removes a cleanup from gcore.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/44/44287fd89091a833451e74c79e46404c23fdaf9b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-25  8:52 [binutils-gdb] Add comprehensive C++ operator linespec/location/completion tests sergiodj+buildbot
@ 2017-11-25 20:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-25 20:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2200>

Commit(s) tested:
	6a3c6ee41898743234d8fd9f9cab15f2ecdaba49

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

Subject:
	Add comprehensive C++ operator linespec/location/completion tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6a/6a3c6ee41898743234d8fd9f9cab15f2ecdaba49/>

*** Diff to previous build ***
============================
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator n"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator n"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator ne"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator ne"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator new"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator new"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator new
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator new
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator new "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator new "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: matches
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator n"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator n"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator ne"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator ne"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator new"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator new"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator new "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator new "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: matches
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator n"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator n"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator ne"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator ne"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new["
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new["
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new[]"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new[]"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new[]
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new[]
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new []
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new []
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: matches
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new []
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator n"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator n"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator ne"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator ne"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new["
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new["
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new[]"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new[]"
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new[]
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new[]
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new "
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: matches
new FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new []
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-25  2:17 [binutils-gdb] Make strcmp_iw NOT ignore whitespace in the middle of tokens sergiodj+buildbot
@ 2017-11-25 17:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-25 17:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2198>

Commit(s) tested:
	0662b6a7c1b3b04a4ca31a09af703c91c7aa9646

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

Subject:
	Make strcmp_iw NOT ignore whitespace in the middle of tokens

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/06/0662b6a7c1b3b04a4ca31a09af703c91c7aa9646/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-25  3:37 [binutils-gdb] Revert "elf: Properly compute offsets of note descriptor and next note" sergiodj+buildbot
@ 2017-11-25 11:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-25 11:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2193>

Commit(s) tested:
	4e25ac038efbe5293885cc75d8a3e08b23da7cc9

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Revert "elf: Properly compute offsets of note descriptor and next note"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4e/4e25ac038efbe5293885cc75d8a3e08b23da7cc9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 23:37 [binutils-gdb] Workaround build bug with GCC 6.2.1 sergiodj+buildbot
@ 2017-11-25 10:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-25 10:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2192>

Commit(s) tested:
	30649c145114fe3aac089bf06e9457238d46341b

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	Workaround build bug with GCC 6.2.1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/30/30649c145114fe3aac089bf06e9457238d46341b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 20:32 [binutils-gdb] Create private_thread_info hierarchy sergiodj+buildbot
@ 2017-11-25  5:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-25  5:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2189>

Commit(s) tested:
	7aabaf9d4ad52a1df1f551908fbd8cafc5e7597a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Create private_thread_info hierarchy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7a/7aabaf9d4ad52a1df1f551908fbd8cafc5e7597a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 20:00 [binutils-gdb] remote: C++ify thread_item and threads_listing_context sergiodj+buildbot
@ 2017-11-25  3:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-25  3:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2188>

Commit(s) tested:
	21fe1c752e254167d953fa8c846280f63a3a5290

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	remote: C++ify thread_item and threads_listing_context

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/21/21fe1c752e254167d953fa8c846280f63a3a5290/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 17:40 [binutils-gdb] Remove dead code in regcache::dump sergiodj+buildbot
@ 2017-11-24 23:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24 23:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2185>

Commit(s) tested:
	e8d58cbaacb9ca54ad32eee1a38301202e09f878

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove dead code in regcache::dump

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e8/e8d58cbaacb9ca54ad32eee1a38301202e09f878/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 16:34 [binutils-gdb] elf: Properly compute offsets of note descriptor and next note sergiodj+buildbot
@ 2017-11-24 21:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24 21:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2184>

Commit(s) tested:
	650444eb540f9fd85e821567a3f943b4bc41b8be

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	elf: Properly compute offsets of note descriptor and next note

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/65/650444eb540f9fd85e821567a3f943b4bc41b8be/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.arch/i386-biarch-core.exp: load core file
PASS -> FAIL: gdb.arch/i386-biarch-core.exp: .text is readable
PASS -> FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump
PASS -> FAIL: gdb.base/auxv.exp: info auxv on gcore-created dump
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
PASS -> FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for non-Private-Anonymous: load core
new FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for non-Private-Anonymous: loading /home/qiyao/buildbot/ubuntu-aarch32-native-gdbserver-m32/build/gdb/testsuite/outputs/gdb.base/coredump-filter/non-private-anon.gcore
PASS -> FAIL: gdb.base/coredump-filter.exp: disassembling function main for non-Private-Anonymous: no binary: load core
new FAIL: gdb.base/coredump-filter.exp: disassembling function main for non-Private-Anonymous: no binary: loading /home/qiyao/buildbot/ubuntu-aarch32-native-gdbserver-m32/build/gdb/testsuite/outputs/gdb.base/coredump-filter/non-private-anon.gcore
PASS -> FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for non-Shared-Anonymous: load core
new FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for non-Shared-Anonymous: loading /home/qiyao/buildbot/ubuntu-aarch32-native-gdbserver-m32/build/gdb/testsuite/outputs/gdb.base/coredump-filter/non-shared-anon.gcore
PASS -> FAIL: gdb.base/coredump-filter.exp: disassembling function main for non-Shared-Anonymous: no binary: load core
new FAIL: gdb.base/coredump-filter.exp: disassembling function main for non-Shared-Anonymous: no binary: loading /home/qiyao/buildbot/ubuntu-aarch32-native-gdbserver-m32/build/gdb/testsuite/outputs/gdb.base/coredump-filter/non-shared-anon.gcore
PASS -> FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for DoNotDump: load core
new FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for DoNotDump: loading /home/qiyao/buildbot/ubuntu-aarch32-native-gdbserver-m32/build/gdb/testsuite/outputs/gdb.base/coredump-filter/dont-dump.gcore
PASS -> FAIL: gdb.base/coredump-filter.exp: disassembling function main for DoNotDump: no binary: load core
new FAIL: gdb.base/coredump-filter.exp: disassembling function main for DoNotDump: no binary: loading /home/qiyao/buildbot/ubuntu-aarch32-native-gdbserver-m32/build/gdb/testsuite/outputs/gdb.base/coredump-filter/dont-dump.gcore
PASS -> FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for non-Private-Shared-Anon-File: no binary: load core
new FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for non-Private-Shared-Anon-File: no binary: loading /home/qiyao/buildbot/ubuntu-aarch32-native-gdbserver-m32/build/gdb/testsuite/outputs/gdb.base/coredump-filter/non-private-shared-anon-file.gcore
PASS -> FAIL: gdb.base/gcore.exp: re-load generated corefile
PASS -> FAIL: gdb.base/gcore-relro.exp: re-load generated corefile
PASS -> FAIL: gdb.base/gcore-relro.exp: library got loaded
PASS -> FAIL: gdb.base/gcore-relro-pie.exp: re-load generated corefile
PASS -> FAIL: gdb.base/gcore-relro-pie.exp: x/i $pc
PASS -> FAIL: gdb.base/gcore-relro-pie.exp: unstripped + core ok
PASS -> FAIL: gdb.base/info-proc.exp: core info-proc.gcore
PASS -> FAIL: gdb.base/info-proc.exp: info proc mapping with core file
PASS -> FAIL: gdb.base/print-symbol-loading.exp: core off: re-load generated corefile
PASS -> FAIL: gdb.base/print-symbol-loading.exp: core off: library got loaded
PASS -> FAIL: gdb.base/print-symbol-loading.exp: core brief: re-load generated corefile
PASS -> FAIL: gdb.base/print-symbol-loading.exp: core brief: library got loaded
PASS -> FAIL: gdb.base/print-symbol-loading.exp: core full: re-load generated corefile
PASS -> FAIL: gdb.base/print-symbol-loading.exp: core full: load shared-lib
PASS -> FAIL: gdb.base/print-symbol-loading.exp: core full: library got loaded
PASS -> FAIL: gdb.base/siginfo-obj.exp: core siginfo-obj.gcore
PASS -> FAIL: gdb.base/siginfo-obj.exp: p $_siginfo.si_signo from core file
PASS -> FAIL: gdb.base/siginfo-obj.exp: p $_siginfo.si_errno from core file
PASS -> FAIL: gdb.base/siginfo-obj.exp: p $_siginfo.si_code from core file
PASS -> FAIL: gdb.base/siginfo-obj.exp: p $_siginfo._sifields._sigfault.si_addr from core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: core siginfo-thread.gcore
PASS -> FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_signo from core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_errno from core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_code from core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: p $_siginfo._sifields._sigfault.si_addr from core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: update counter in thread 1
PASS -> FAIL: gdb.base/siginfo-thread.exp: update counter in thread 2
PASS -> FAIL: gdb.base/siginfo-thread.exp: print $count
PASS -> FAIL: gdb.base/solib-search.exp: re-load generated corefile
PASS -> FAIL: gdb.base/vdso-warning.exp: core: startup
PASS -> FAIL: gdb.reverse/break-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: foo
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: bar
PASS -> FAIL: gdb.reverse/break-precsave.exp: go to end of main forward
PASS -> FAIL: gdb.reverse/break-precsave.exp: set reverse
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: bar backward
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: foo backward
PASS -> FAIL: gdb.reverse/break-precsave.exp: main backward
PASS -> FAIL: gdb.reverse/break-precsave.exp: set forward
PASS -> FAIL: gdb.reverse/break-precsave.exp: end of record log
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: continue to breakpoint in foo
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: get breakpoint address for foo
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: set bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: stopped at bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: stopped at bp in reverse, 1st instr
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from void_func
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reload prec save file
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: go to end of main forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 85
new FAIL: gdb.reverse/machinestate-precsave.exp: step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global forward past bp
new FAIL: gdb.reverse/machinestate-precsave.exp: reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 71
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 57
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 45
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 33
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var reverse step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to main
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 33
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 45
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 57
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 71
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 85
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global step post-change
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to EMT
new FAIL: gdb.reverse/sigall-precsave.exp: get signal EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to LOST
new FAIL: gdb.reverse/sigall-precsave.exp: get signal LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to POLL
new FAIL: gdb.reverse/sigall-precsave.exp: get signal POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to WIND
new FAIL: gdb.reverse/sigall-precsave.exp: get signal WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PHONE
new FAIL: gdb.reverse/sigall-precsave.exp: get signal PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to WAITING
new FAIL: gdb.reverse/sigall-precsave.exp: get signal WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to LWP
new FAIL: gdb.reverse/sigall-precsave.exp: get signal LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to DANGER
new FAIL: gdb.reverse/sigall-precsave.exp: get signal DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to GRANT
new FAIL: gdb.reverse/sigall-precsave.exp: get signal GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to RETRACT
new FAIL: gdb.reverse/sigall-precsave.exp: get signal RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to MSG
new FAIL: gdb.reverse/sigall-precsave.exp: get signal MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to SOUND
new FAIL: gdb.reverse/sigall-precsave.exp: get signal SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to SAK
new FAIL: gdb.reverse/sigall-precsave.exp: get signal SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PRIO
new FAIL: gdb.reverse/sigall-precsave.exp: get signal PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 33
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 34
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 35
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 36
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 37
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 38
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 39
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 40
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 41
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 42
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 43
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 44
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 45
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 46
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 47
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 48
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 49
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 50
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 51
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 52
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 53
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 54
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 55
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 56
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 57
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 58
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 59
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 60
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 61
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 62
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 63
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: continue to sigall exit
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step third shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step second shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step generic
PASS -> FAIL: gdb.reverse/solib-precsave.exp: forward to end part one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next third shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next second shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next generic
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next over solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next over solib function two
PASS -> FAIL: gdb.reverse/step-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/step-precsave.exp: next test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: step test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: next test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: step test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: step up to call
PASS -> FAIL: gdb.reverse/step-precsave.exp: next over call
PASS -> FAIL: gdb.reverse/step-precsave.exp: step into call
PASS -> FAIL: gdb.reverse/step-precsave.exp: finish out of fn call
PASS -> FAIL: gdb.reverse/step-precsave.exp: simple stepi
PASS -> FAIL: gdb.reverse/step-precsave.exp: stepi into function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: stepi back from function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi thru function return
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi from a function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: simple reverse stepi
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step into fn call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step out of called fn
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next over call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 2
PASS -> FAIL: gdb.reverse/until-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/until-precsave.exp: until line number
PASS -> FAIL: gdb.reverse/until-precsave.exp: advance to factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function
PASS -> FAIL: gdb.reverse/until-precsave.exp: finish to main
PASS -> FAIL: gdb.reverse/until-precsave.exp: advance to marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame
PASS -> FAIL: gdb.reverse/until-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-advance to final return of factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-until to entry of factorial
PASS -> FAIL: gdb.reverse/watch-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/watch-precsave.exp: continue to breakpoint: marker1
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set reverse
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set forward
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: replay forward to marker2
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, fifth time
PASS -> FAIL: gdb.threads/gcore-thread.exp: corefile: re-load generated corefile
PASS -> FAIL: gdb.threads/gcore-thread.exp: core0file: re-load generated corefile
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/tls-core.exp: load generated corefile
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 14:23 [binutils-gdb] regcache::cooked_read unit test sergiodj+buildbot
@ 2017-11-24 19:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24 19:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2182>

Commit(s) tested:
	1b30aaa56607a563fa263b9d2ee9eba89d79c1b4

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	regcache::cooked_read unit test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1b/1b30aaa56607a563fa263b9d2ee9eba89d79c1b4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 14:52 [binutils-gdb] Add xml selftests for aarch64 target description sergiodj+buildbot
@ 2017-11-24 17:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24 17:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2181>

Commit(s) tested:
	6654d750c7c584dd83b93f062c5628f15c675480

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add xml selftests for aarch64 target description.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/66/6654d750c7c584dd83b93f062c5628f15c675480/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw on: step in ro region
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: thread advanced
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 13:09 [binutils-gdb] Use flexible target descriptors for aarch64 sergiodj+buildbot
@ 2017-11-24 16:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2180>

Commit(s) tested:
	49bdb7ee48a10581e9f7254782f2eb953c4a164b

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Use flexible target descriptors for aarch64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/49/49bdb7ee48a10581e9f7254782f2eb953c4a164b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: step in ro region
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 12:40 [binutils-gdb] Add aarch64_create_target_description sergiodj+buildbot
@ 2017-11-24 14:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24 14:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2178>

Commit(s) tested:
	da434ccbc3e0ed843700790cd16c1d4bb5882460

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add aarch64_create_target_description

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/da/da434ccbc3e0ed843700790cd16c1d4bb5882460/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24 11:34 [binutils-gdb] Change value_contents_eq return bool sergiodj+buildbot
@ 2017-11-24 12:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24 12:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2177>

Commit(s) tested:
	98ead37e9735438986934f9f1f35f020a093fe07

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Change value_contents_eq return bool

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/98/98ead37e9735438986934f9f1f35f020a093fe07/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24  9:50 [binutils-gdb] Change tic6x target descriptions sergiodj+buildbot
@ 2017-11-24 10:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24 10:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2175>

Commit(s) tested:
	506fe5f4996738f25b7c26f126a84b231429ba95

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Change tic6x target descriptions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/50/506fe5f4996738f25b7c26f126a84b231429ba95/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-24  8:04 [binutils-gdb] x86: don't omit disambiguating suffixes from "fi*" sergiodj+buildbot
@ 2017-11-24  8:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24  8:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2174>

Commit(s) tested:
	ac465521a50102d589a6a05a1e722dfa349d3181

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: don't omit disambiguating suffixes from "fi*"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ac/ac465521a50102d589a6a05a1e722dfa349d3181/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-23 19:54 [binutils-gdb] Revert unexpected rename in previous patch sergiodj+buildbot
@ 2017-11-24  1:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-24  1:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2171>

Commit(s) tested:
	bd046f64a193405f2fef2d5120fab4be25feaa8b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Revert unexpected rename in previous patch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bd/bd046f64a193405f2fef2d5120fab4be25feaa8b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-23 13:28 [binutils-gdb] Rename u.weakdef and make it a circular list sergiodj+buildbot
@ 2017-11-23 17:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-23 17:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2165>

Commit(s) tested:
	60d67dc84bbc7d73672d297d714f8a4a0547618d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Rename u.weakdef and make it a circular list

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/60/60d67dc84bbc7d73672d297d714f8a4a0547618d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22 23:03 [binutils-gdb] C++ify osdata sergiodj+buildbot
@ 2017-11-23  9:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-23  9:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2160>

Commit(s) tested:
	479f8de1b3b7e69ca8d557bbe9d843c7d1bc89c5

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	C++ify osdata

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/47/479f8de1b3b7e69ca8d557bbe9d843c7d1bc89c5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22 22:42 [binutils-gdb] Show optimized out local variables in "info locals" sergiodj+buildbot
@ 2017-11-23  8:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-23  8:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2159>

Commit(s) tested:
	41bd68f52c05f5654bed49f312f6562c8d048897

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Show optimized out local variables in "info locals"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/41/41bd68f52c05f5654bed49f312f6562c8d048897/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.opt/inline-locals.exp: info locals above bar 2
PASS -> KFAIL: gdb.opt/inline-locals.exp: info locals above bar 3
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22 20:23 [binutils-gdb] Remove obsolete core-regset.c sergiodj+buildbot
@ 2017-11-23  0:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-23  0:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2154>

Commit(s) tested:
	fc35dab1a62541858cab1c82aebc6cd166e39f5b

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Remove obsolete core-regset.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fc/fc35dab1a62541858cab1c82aebc6cd166e39f5b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22 17:26 [binutils-gdb] [testsuite] Pass pthreads in prepare_for_testing sergiodj+buildbot
@ 2017-11-22 23:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-22 23:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2153>

Commit(s) tested:
	1daad298d699383bb4f35aa919a1acfa0ab8e16c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[testsuite] Pass pthreads in prepare_for_testing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1d/1daad298d699383bb4f35aa919a1acfa0ab8e16c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22 17:05 [binutils-gdb] [testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler sergiodj+buildbot
@ 2017-11-22 22:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-22 22:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2152>

Commit(s) tested:
	88465e872cb6649c42863e5c47011bae9e17bbdb

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/88/88465e872cb6649c42863e5c47011bae9e17bbdb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22 16:24 [binutils-gdb] [testsuite] Pass -pie in ldflags sergiodj+buildbot
@ 2017-11-22 19:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-22 19:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2150>

Commit(s) tested:
	dc196b230b7366683799755b4461acef5cc95be7

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[testsuite] Pass -pie in ldflags

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/dc/dc196b230b7366683799755b4461acef5cc95be7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22 15:10 [binutils-gdb] Target FP: Make use of MPFR if available sergiodj+buildbot
@ 2017-11-22 17:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-22 17:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2148>

Commit(s) tested:
	2400729ecfd2c7be8b18aeaa822fef5a4b503f8a

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Target FP: Make use of MPFR if available

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/24/2400729ecfd2c7be8b18aeaa822fef5a4b503f8a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22 12:42 [binutils-gdb] Fix build with GCC 8: strncpy -> memcpy sergiodj+buildbot
@ 2017-11-22 13:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-22 13:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2144>

Commit(s) tested:
	29f9a5673764c1b2711c0ceeba380a6ee764d1b2

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix build with GCC 8: strncpy -> memcpy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/29/29f9a5673764c1b2711c0ceeba380a6ee764d1b2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22  1:50 [binutils-gdb] (Ada) crash connecting to TSIM simulator sergiodj+buildbot
@ 2017-11-22  4:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-22  4:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2140>

Commit(s) tested:
	54aa6c67f5a0d52dabd428cc40ce02781032acd3

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) crash connecting to TSIM simulator

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/54/54aa6c67f5a0d52dabd428cc40ce02781032acd3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22  1:10 [binutils-gdb] problem debugging ravenscar programs if runtime is stripped sergiodj+buildbot
@ 2017-11-22  3:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-22  3:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2139>

Commit(s) tested:
	cf3fbed4a00e668ffcad1b878eccec87334fdcff

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	problem debugging ravenscar programs if runtime is stripped

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cf/cf3fbed4a00e668ffcad1b878eccec87334fdcff/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-22  0:26 [binutils-gdb] Add multiple-CPU support in ravenscar-thread.c sergiodj+buildbot
@ 2017-11-22  1:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-22  1:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2138>

Commit(s) tested:
	9edcc12f9b714149f84bcf20dbdad91f030e62de

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Add multiple-CPU support in ravenscar-thread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9e/9edcc12f9b714149f84bcf20dbdad91f030e62de/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-21 18:08 [binutils-gdb] [PowerPC] Detect different long double floating-point formats sergiodj+buildbot
@ 2017-11-21 19:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-21 19:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2135>

Commit(s) tested:
	ed0f427344d0befead629d9267aecd01bfb72721

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	[PowerPC] Detect different long double floating-point formats

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ed/ed0f427344d0befead629d9267aecd01bfb72721/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-21  4:54 [binutils-gdb] Fix build failure in darwin-nat.c sergiodj+buildbot
@ 2017-11-21  7:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-21  7:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2132>

Commit(s) tested:
	0fc7642151cc5e62f05ac8ea91fe4d5b44bee11a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix build failure in darwin-nat.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0f/0fc7642151cc5e62f05ac8ea91fe4d5b44bee11a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-21  2:07 [binutils-gdb] Fix mapped_index::find_name_components_bounds upper bound computation sergiodj+buildbot
@ 2017-11-21  4:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-21  4:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2130>

Commit(s) tested:
	e6b2f5efa97c7f3de8a3947c6782c40ec6172686

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

Subject:
	Fix mapped_index::find_name_components_bounds upper bound computation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e6/e6b2f5efa97c7f3de8a3947c6782c40ec6172686/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-21  1:02 [binutils-gdb] Unit test name-component bounds searching directly sergiodj+buildbot
@ 2017-11-21  3:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-21  3:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2129>

Commit(s) tested:
	5c58de74c9acb346513c974fcdede270be2a77c3

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

Subject:
	Unit test name-component bounds searching directly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5c/5c58de74c9acb346513c974fcdede270be2a77c3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-21  0:29 [binutils-gdb] 0xff chars in name components table; cp-name-parser lex UTF-8 identifiers sergiodj+buildbot
@ 2017-11-21  2:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-21  2:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2128>

Commit(s) tested:
	e1ef7d7a5166f846b14bea5a77acb0dec76661a8

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

Subject:
	0xff chars in name components table; cp-name-parser lex UTF-8 identifiers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e1/e1ef7d7a5166f846b14bea5a77acb0dec76661a8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.dwarf2/gdb-index.exp: touch binary
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-20 10:03 [binutils-gdb] Remove usage of find_inferior when calling kill_one_lwp_callback sergiodj+buildbot
@ 2017-11-20 21:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-20 21:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2124>

Commit(s) tested:
	578290ecafb83e93f0ac695df586b65dac5e8c5d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usage of find_inferior when calling kill_one_lwp_callback

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/57/578290ecafb83e93f0ac695df586b65dac5e8c5d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-20  8:34 [binutils-gdb] Remove usage of find_thread when calling resume_status_pending_p sergiodj+buildbot
@ 2017-11-20 19:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-20 19:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2122>

Commit(s) tested:
	25c28b4d153ced950cc8702aafb054d6f14f6a02

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usage of find_thread when calling resume_status_pending_p

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/25/25c28b4d153ced950cc8702aafb054d6f14f6a02/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-20  3:48 [binutils-gdb] Remove usage of find_inferior in win32-i386-low.c sergiodj+buildbot
@ 2017-11-20  4:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-20  4:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2113>

Commit(s) tested:
	0b360f1926cb15edc39c661dac2f1a433fb288c0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usage of find_inferior in win32-i386-low.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0b/0b360f1926cb15edc39c661dac2f1a433fb288c0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-19  1:27 [binutils-gdb] Fix error message typo sergiodj+buildbot
@ 2017-11-19  2:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-19  2:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2111>

Commit(s) tested:
	671275c35e71d3bcdde173d8817e34e89b984241

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	Fix error message typo.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/67/671275c35e71d3bcdde173d8817e34e89b984241/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-17 22:05 [binutils-gdb] Handle dereferencing Rust trait objects sergiodj+buildbot
@ 2017-11-18  4:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-18  4:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2105>

Commit(s) tested:
	71a3c36949407eafea744bf00334c4e0c136f927

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Handle dereferencing Rust trait objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/71/71a3c36949407eafea744bf00334c4e0c136f927/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-17 18:49 [binutils-gdb] Make output_thread_groups take an std::vector<int> sergiodj+buildbot
@ 2017-11-17 22:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-17 22:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2100>

Commit(s) tested:
	5c632425957f0150a0d5d1e747f0425f74622132

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make output_thread_groups take an std::vector<int>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5c/5c632425957f0150a0d5d1e747f0425f74622132/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw on: step in ro region
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: thread advanced
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-17 12:33 [binutils-gdb] x86: Pass "%F%P:" to linker callback in case of error sergiodj+buildbot
@ 2017-11-17 19:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-17 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2098>

Commit(s) tested:
	2c244f9b0935e577d7c20bb5706e27438e48227f

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Pass "%F%P:" to linker callback in case of error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2c/2c244f9b0935e577d7c20bb5706e27438e48227f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-16 23:48 [binutils-gdb] Test breakpoint commands w/ "continue" + Ctrl-C sergiodj+buildbot
@ 2017-11-17 17:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-17 17:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2096>

Commit(s) tested:
	a0922d80dff15d4fbd5d469f56bcd1696846b90a

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

Subject:
	Test breakpoint commands w/ "continue" + Ctrl-C

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a0/a0922d80dff15d4fbd5d469f56bcd1696846b90a/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/bp-cmds-continue-ctrl-c.exp: attach: stop with control-c
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-16 23:37 [binutils-gdb] Don't ever Quit out of resume sergiodj+buildbot
@ 2017-11-17 14:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-17 14:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2094>

Commit(s) tested:
	d930703d68ae160ddfe8ebe5fdcf416fb6090e1e

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

Subject:
	Don't ever Quit out of resume

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d9/d930703d68ae160ddfe8ebe5fdcf416fb6090e1e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw off: single-step breakpoint is not left behind
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw off: single-step breakpoint is not left behind
PASS -> FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: step in ro region
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-16 21:11 [binutils-gdb] gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII class sergiodj+buildbot
@ 2017-11-17 10:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-17 10:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2091>

Commit(s) tested:
	e2c33ac745108550dcc2dc61d23378fb2fa9e911

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

Subject:
	gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e2/e2c33ac745108550dcc2dc61d23378fb2fa9e911/>

*** Diff to previous build ***
============================
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-16 20:25 [binutils-gdb] Fix testing gdb.rust/modules.exp against gdbserver sergiodj+buildbot
@ 2017-11-17  9:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-17  9:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2090>

Commit(s) tested:
	ea04e54ca8b935b01155c3d40381d879dd6ba683

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

Subject:
	Fix testing gdb.rust/modules.exp against gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ea/ea04e54ca8b935b01155c3d40381d879dd6ba683/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-16 18:53 [binutils-gdb] Add new AArch64 FP16 FM{A|S} instructions sergiodj+buildbot
@ 2017-11-17  4:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-17  4:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2088>

Commit(s) tested:
	d0f7791c6659081f3a62e220289417c010997baa

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Add new AArch64 FP16 FM{A|S} instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d0/d0f7791c6659081f3a62e220289417c010997baa/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-16 16:44 [binutils-gdb] GDBserver: Fix ignored Ctrl-C after reconnection sergiodj+buildbot
@ 2017-11-16 22:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-16 22:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2083>

Commit(s) tested:
	e849ea896bcdc3da8caff02eb6dc91dc85dd8a7e

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

Subject:
	GDBserver: Fix ignored Ctrl-C after reconnection

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e8/e849ea896bcdc3da8caff02eb6dc91dc85dd8a7e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-16 10:28 [binutils-gdb] Fix tic6x-uclinux GDBserver build failure sergiodj+buildbot
@ 2017-11-16 11:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-16 11:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2075>

Commit(s) tested:
	3491a34c4f7de10dbd19c719052642d8471c45a6

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix tic6x-uclinux GDBserver build failure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/34/3491a34c4f7de10dbd19c719052642d8471c45a6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-15 21:02 [binutils-gdb] Include <array> to declare std::array<> sergiodj+buildbot
@ 2017-11-16  3:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-16  3:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2074>

Commit(s) tested:
	a014b87a9ac665d2b92cfc66384d1af3ddd345dd

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Include <array> to declare std::array<>.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a0/a014b87a9ac665d2b92cfc66384d1af3ddd345dd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-15 17:36 [binutils-gdb] Separate the new FP16 instructions backported from Armv8.4-a to Armv8.2-a into a new flag order to distinguish them from the rest of the already existing optional FP16 instructions in Armv8.2-a sergiodj+buildbot
@ 2017-11-15 22:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-15 22:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2070>

Commit(s) tested:
	01f48020363f1ca9b31df2ee0b2afedc38db1259

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Separate the new FP16 instructions backported from Armv8.4-a to Armv8.2-a into a new flag order to distinguish them from the rest of the already existing optional FP16 instructions in Armv8.2-a.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/01/01f48020363f1ca9b31df2ee0b2afedc38db1259/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-15 15:43 [binutils-gdb] Move self to Past Maintainers sergiodj+buildbot
@ 2017-11-15 19:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-15 19:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2068>

Commit(s) tested:
	34a7ebaff9e522913afba4e9cac9d8d5064e5480

Author(s) (in the same order as the commits):
	Andrew Cagney <cagney@gnu.org>

Subject:
	Move self to Past Maintainers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/34/34a7ebaff9e522913afba4e9cac9d8d5064e5480/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-15 12:22 [binutils-gdb] Handle ' and I format flags sergiodj+buildbot
@ 2017-11-15 16:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-15 16:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2066>

Commit(s) tested:
	a5065160868895e91cac8515263d9783f8120818

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Handle ' and I format flags

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a5/a5065160868895e91cac8515263d9783f8120818/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-15 10:29 [binutils-gdb] Fix M68HC11_NUM_REGS sergiodj+buildbot
@ 2017-11-15 13:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-15 13:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2064>

Commit(s) tested:
	a714b0d6928ba195623ec2825b00c446939f6e59

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix M68HC11_NUM_REGS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a7/a714b0d6928ba195623ec2825b00c446939f6e59/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-15  9:40 [binutils-gdb] x86: use correct register names sergiodj+buildbot
@ 2017-11-15 12:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-15 12:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2063>

Commit(s) tested:
	390a67891e4f1ed334e266cf084ba8948da5fcdf

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: use correct register names

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/39/390a67891e4f1ed334e266cf084ba8948da5fcdf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-15  8:44 [binutils-gdb] x86: drop VEXI4_Fixup() sergiodj+buildbot
@ 2017-11-15 10:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-15 10:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2062>

Commit(s) tested:
	3a2430e05b1503653ae09cb21feb2a0d4ea51ec7

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop VEXI4_Fixup()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3a/3a2430e05b1503653ae09cb21feb2a0d4ea51ec7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-14  9:28 [binutils-gdb] x86: add disassembler support for XOP VPCOM* pseudo-ops sergiodj+buildbot
@ 2017-11-14 12:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-14 12:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2057>

Commit(s) tested:
	be92cb147d77d0ebc6a084a18627d800a9da9f95

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: add disassembler support for XOP VPCOM* pseudo-ops

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/be/be92cb147d77d0ebc6a084a18627d800a9da9f95/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-14  5:41 [binutils-gdb] Inconsistent .eh_frame_hdr on powerpc64 sergiodj+buildbot
@ 2017-11-14  6:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-14  6:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2054>

Commit(s) tested:
	2d0d44d514d9a2e2b0f7ae8129d52b02160c9897

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Inconsistent .eh_frame_hdr on powerpc64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2d0d44d514d9a2e2b0f7ae8129d52b02160c9897/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-13 15:31 [binutils-gdb] Enable hardware single step for m68k in GDBServer sergiodj+buildbot
@ 2017-11-13 16:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-13 16:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2052>

Commit(s) tested:
	5616b6c32f7454987ae167ba35589e095c0172fc

Author(s) (in the same order as the commits):
	Andreas Schwab <schwab@suse.de>

Subject:
	Enable hardware single step for m68k in GDBServer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/56/5616b6c32f7454987ae167ba35589e095c0172fc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-13 11:44 [binutils-gdb] x86: {f, }xsave64 / {f, }xrstor64 / xsaveopt64 should not allow q suffix sergiodj+buildbot
@ 2017-11-13 12:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-13 12:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2050>

Commit(s) tested:
	897e603cb98c50968ea21d1b3baac5bc020ccc06

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: {f,}xsave64 / {f,}xrstor64 / xsaveopt64 should not allow q suffix

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/89/897e603cb98c50968ea21d1b3baac5bc020ccc06/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-13  1:32 [binutils-gdb] ld: Remove PF_X from PT_PHDR segment sergiodj+buildbot
@ 2017-11-13  2:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-13  2:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2049>

Commit(s) tested:
	f882209d9aa5b68d68c45c5849e129ffc228749c

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Remove PF_X from PT_PHDR segment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f8/f882209d9aa5b68d68c45c5849e129ffc228749c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-12 10:49 [binutils-gdb] weakdef list handling sergiodj+buildbot
@ 2017-11-12 13:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-12 13:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2048>

Commit(s) tested:
	e3e53eed9c2f1ab82ae4a7683f474b4f6eb162c7

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	weakdef list handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e3/e3e53eed9c2f1ab82ae4a7683f474b4f6eb162c7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-12 10:14 [binutils-gdb] non_got_ref after adjust_dynamic_relocs sergiodj+buildbot
@ 2017-11-12 12:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-12 12:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2047>

Commit(s) tested:
	529fe20eeb0030ea5d653d0ebec433f9e3145874

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	non_got_ref after adjust_dynamic_relocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/52/529fe20eeb0030ea5d653d0ebec433f9e3145874/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-10  0:28 [binutils-gdb] Fix racy output matching in gdb.base/memattr.exp sergiodj+buildbot
@ 2017-11-10  6:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-10  6:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2042>

Commit(s) tested:
	2c88253fc469fbf40be7f0d1f7060b81055f2eb1

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

Subject:
	Fix racy output matching in gdb.base/memattr.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2c/2c88253fc469fbf40be7f0d1f7060b81055f2eb1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-09 23:46 [binutils-gdb] Fix racy output matching in gdb.base/completion.exp sergiodj+buildbot
@ 2017-11-10  5:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-10  5:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2041>

Commit(s) tested:
	c7a3851716f98540396b9e02be7d2fcd3bff2d29

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

Subject:
	Fix racy output matching in gdb.base/completion.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c7/c7a3851716f98540396b9e02be7d2fcd3bff2d29/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-09 23:12 [binutils-gdb] Fix racy output matching in gdb.asm/asm-source.exp sergiodj+buildbot
@ 2017-11-10  3:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-10  3:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2040>

Commit(s) tested:
	f29f4b6ba198674096fddf2aa38fa8d028d387b2

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

Subject:
	Fix racy output matching in gdb.asm/asm-source.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f2/f29f4b6ba198674096fddf2aa38fa8d028d387b2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-09 20:24 [binutils-gdb] fix typos in ada-lang.c comment sergiodj+buildbot
@ 2017-11-10  2:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-10  2:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2039>

Commit(s) tested:
	31432a672fd40058a714eb2791ea1c3168ccc4f1

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	fix typos in ada-lang.c comment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/31/31432a672fd40058a714eb2791ea1c3168ccc4f1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-09 17:04 [binutils-gdb] Adds the new Fields and Operand types for the new instructions in Armv8.4-a sergiodj+buildbot
@ 2017-11-09 20:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-09 20:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2035>

Commit(s) tested:
	f42f1a1d6ca0cc84e43d7f2b85044a2565ca00f2

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	Adds the new Fields and Operand types for the new instructions in Armv8.4-a.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f4/f42f1a1d6ca0cc84e43d7f2b85044a2565ca00f2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-09 16:31 [binutils-gdb] Simplify the psymbol hash function sergiodj+buildbot
@ 2017-11-09 18:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-09 18:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2034>

Commit(s) tested:
	e793c052f9d9548442a46817998a46cbca4ccb70

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simplify the psymbol hash function

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e7/e793c052f9d9548442a46817998a46cbca4ccb70/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-09 10:49 [binutils-gdb] Change the type of the aarch64_feature_set typedef to unsigned long long so that it will work on 32-bit hosts sergiodj+buildbot
@ 2017-11-09 11:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-09 11:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2031>

Commit(s) tested:
	21b81e67c73368dbbc9f6356ac5a7eb274789a32

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Change the type of the aarch64_feature_set typedef to unsigned long long so that it will work on 32-bit hosts.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/21/21b81e67c73368dbbc9f6356ac5a7eb274789a32/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-08  1:18 [binutils-gdb] Constify add_setshow_* sergiodj+buildbot
@ 2017-11-08 16:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-08 16:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2011>

Commit(s) tested:
	eb4c3f4aaae2ee1b27c210e951260a7e699133b4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify add_setshow_*

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/eb/eb4c3f4aaae2ee1b27c210e951260a7e699133b4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 23:48 [binutils-gdb] Remove cleanup from backtrace_command sergiodj+buildbot
@ 2017-11-08 11:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-08 11:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2006>

Commit(s) tested:
	022643b4456ee13752b0f3a8411238ab8c53bf6d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from backtrace_command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/02/022643b4456ee13752b0f3a8411238ab8c53bf6d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 23:28 [binutils-gdb] Constify add_path and friends sergiodj+buildbot
@ 2017-11-08 10:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-08 10:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2005>

Commit(s) tested:
	5614fb77203f5ea01edfb2d739e9d4f3d570dc09

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify add_path and friends

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/56/5614fb77203f5ea01edfb2d739e9d4f3d570dc09/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/starti.exp: setting breakpoint at main
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 21:57 [binutils-gdb] Constify add_com_suppress_notification sergiodj+buildbot
@ 2017-11-08  6:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-08  6:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2002>

Commit(s) tested:
	1ee870c5249864d36717a08864c60d7166b6b292

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify add_com_suppress_notification

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1e/1ee870c5249864d36717a08864c60d7166b6b292/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.reverse/insn-reverse.exp: ext_reg_mov: compare registers on insn 19:str	r3, [r7, #4]
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 21:27 [binutils-gdb] Constify add_abbrev_prefix_cmd sergiodj+buildbot
@ 2017-11-08  5:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-08  5:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2001>

Commit(s) tested:
	ee7ddd713206fdf02512a9fb3fe928a210200c11

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify add_abbrev_prefix_cmd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ee/ee7ddd713206fdf02512a9fb3fe928a210200c11/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 20:49 [binutils-gdb] opcodes/arc: Fix incorrect insn_class for some nps insns sergiodj+buildbot
@ 2017-11-08  3:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-08  3:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/2000>

Commit(s) tested:
	52eab766df54915f8d3d71475235868285c4ca82

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	opcodes/arc: Fix incorrect insn_class for some nps insns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/52/52eab766df54915f8d3d71475235868285c4ca82/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 14:20 [binutils-gdb] Add some more breakpoint/location range tests sergiodj+buildbot
@ 2017-11-08  0:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-08  0:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1998>

Commit(s) tested:
	a02b41a7e604471e584dc2151fbd36714842710e

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

Subject:
	Add some more breakpoint/location range tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a0/a02b41a7e604471e584dc2151fbd36714842710e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 12:55 [binutils-gdb] Add base 'enable/disable invalid location range' tests sergiodj+buildbot
@ 2017-11-07 22:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07 22:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1996>

Commit(s) tested:
	cee62dbd8771e22856d950c2615fb463305a9fcb

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

Subject:
	Add base 'enable/disable invalid location range' tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ce/cee62dbd8771e22856d950c2615fb463305a9fcb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 11:32 [binutils-gdb] Allow enabling/disabling breakpoint location ranges sergiodj+buildbot
@ 2017-11-07 19:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07 19:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1994>

Commit(s) tested:
	d0fe47010fc3289e081ba547a0bfcc6d07906cd2

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	Allow enabling/disabling breakpoint location ranges

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d0/d0fe47010fc3289e081ba547a0bfcc6d07906cd2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 10:42 [binutils-gdb] This patch similarly to the AArch64 one enables Dot Product support by default for the Cortex-A55 and Cortex-A75 which have hardware support for these instructions sergiodj+buildbot
@ 2017-11-07 17:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07 17:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1993>

Commit(s) tested:
	0198d5e6fc331d50dc19b7f250ac4bc510a8dbb5

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	This patch similarly to the AArch64 one enables Dot Product support by default for the Cortex-A55 and Cortex-A75 which have hardware support for these instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/01/0198d5e6fc331d50dc19b7f250ac4bc510a8dbb5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07 10:07 [binutils-gdb] PowerPC64 statistics message sergiodj+buildbot
@ 2017-11-07 16:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07 16:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1992>

Commit(s) tested:
	db84fff3f888bb3e6d51ad24b6bfa2c6e2c3a206

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 statistics message

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/db/db84fff3f888bb3e6d51ad24b6bfa2c6e2c3a206/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07  9:31 [binutils-gdb] Require ngettext in test of system gettext implementation sergiodj+buildbot
@ 2017-11-07 15:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07 15:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1991>

Commit(s) tested:
	f3ce9b3a00229e5c6087180a74bf533d0e5201f3

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Require ngettext in test of system gettext implementation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f3/f3ce9b3a00229e5c6087180a74bf533d0e5201f3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07  2:03 [binutils-gdb] Update my e-mail address sergiodj+buildbot
@ 2017-11-07 12:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07 12:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1989>

Commit(s) tested:
	635dc5b2e5cda5b18d32c4b0f6c19cba3ef05c67

Author(s) (in the same order as the commits):
	Luis Machado <luis.machado@linaro.org>

Subject:
	Update my e-mail address.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/63/635dc5b2e5cda5b18d32c4b0f6c19cba3ef05c67/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-07  1:06 [binutils-gdb] Test attaching to a process that isn't a process group leader sergiodj+buildbot
@ 2017-11-07 10:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07 10:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1987>

Commit(s) tested:
	46f67f80ddfeea11d4a8134b347c74581faff8f6

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

Subject:
	Test attaching to a process that isn't a process group leader

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/46/46f67f80ddfeea11d4a8134b347c74581faff8f6/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/attach-non-pgrp-leader.exp: parent: continue to breakpoint: marker
new FAIL: gdb.base/attach-non-pgrp-leader.exp: parent: detach
new FAIL: gdb.base/attach-non-pgrp-leader.exp: child: continue to breakpoint: marker
new FAIL: gdb.base/attach-non-pgrp-leader.exp: child: detach
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-06 22:47 [binutils-gdb] Don't set terminal flags twice in a row sergiodj+buildbot
@ 2017-11-07  6:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07  6:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1984>

Commit(s) tested:
	a94799ac1e430404fda5cbc181406cf5f3630108

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Don't set terminal flags twice in a row

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a9/a94799ac1e430404fda5cbc181406cf5f3630108/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-06 21:12 [binutils-gdb] Target FP: Merge doublest.c and dfp.c into target-float.c sergiodj+buildbot
@ 2017-11-07  3:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07  3:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1982>

Commit(s) tested:
	1cfb73dbb7503d1cfb088c14d1125a5030a1f386

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Target FP: Merge doublest.c and dfp.c into target-float.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1c/1cfb73dbb7503d1cfb088c14d1125a5030a1f386/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-06 20:20 [binutils-gdb] Target FP: Remove unused floating-point routines sergiodj+buildbot
@ 2017-11-07  1:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-07  1:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1981>

Commit(s) tested:
	b07e9c466ed24af614090ac42d6730a291608f69

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Target FP: Remove unused floating-point routines

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b0/b07e9c466ed24af614090ac42d6730a291608f69/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-06 17:27 [binutils-gdb] Target FP: Add binop and compare routines to target-float.{c, h} sergiodj+buildbot
@ 2017-11-06 20:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-06 20:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1977>

Commit(s) tested:
	66c02b9ed1eabf1d7981c0c27ec9fd3c17fc5d35

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Target FP: Add binop and compare routines to target-float.{c,h}

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/66/66c02b9ed1eabf1d7981c0c27ec9fd3c17fc5d35/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-06 16:44 [binutils-gdb] Target FP: Add conversion routines to target-float.{c, h} sergiodj+buildbot
@ 2017-11-06 18:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-06 18:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1976>

Commit(s) tested:
	50637b26f85dc3e59b616f1b01ca8885cf98f0b4

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Target FP: Add conversion routines to target-float.{c,h}

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/50/50637b26f85dc3e59b616f1b01ca8885cf98f0b4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.reverse/insn-reverse.exp: ext_reg_load: compare registers on insn 3:vldr	s3, [r3]
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-06 15:56 [binutils-gdb] Target FP: Add string routines to target-float.{c,h} sergiodj+buildbot
@ 2017-11-06 17:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-06 17:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1975>

Commit(s) tested:
	f69fdf9bca80ac703890a51e124e408cbccbb743

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Target FP: Add string routines to target-float.{c,h}

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f6/f69fdf9bca80ac703890a51e124e408cbccbb743/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-05  7:46 [binutils-gdb] powerpc TLS in PIEs sergiodj+buildbot
@ 2017-11-05 15:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 15:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1970>

Commit(s) tested:
	f15d0b545b9e9dada8d1398163693f67792e9e79

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	powerpc TLS in PIEs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f1/f15d0b545b9e9dada8d1398163693f67792e9e79/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-05  0:50 [binutils-gdb] PR22394, hppa-linux-ld fails to emit dynamic relocations sergiodj+buildbot
@ 2017-11-05 12:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 12:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1967>

Commit(s) tested:
	127e8e9f62ed0e7145dfa1172c6253275fc150dd

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22394, hppa-linux-ld fails to emit dynamic relocations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/12/127e8e9f62ed0e7145dfa1172c6253275fc150dd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-05  3:51 [binutils-gdb] Introduce gdb_breakpoint_up sergiodj+buildbot
@ 2017-11-05  9:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-05  9:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1965>

Commit(s) tested:
	454dafbdf2d1293a9b18a6fe9e9c9e0911eb740c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce gdb_breakpoint_up

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/45/454dafbdf2d1293a9b18a6fe9e9c9e0911eb740c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/sigstep-threads.exp: step 95
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-04 23:46 [binutils-gdb] Use unique_xmalloc_ptr in c_type_print_base sergiodj+buildbot
@ 2017-11-05  7:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-05  7:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1964>

Commit(s) tested:
	331b71e5ee226cb5455969899274f0e43e83aa1e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use unique_xmalloc_ptr in c_type_print_base

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/33/331b71e5ee226cb5455969899274f0e43e83aa1e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-04 23:25 [binutils-gdb] Remove cleanups from linux-tdep.c sergiodj+buildbot
@ 2017-11-05  5:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-05  5:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1963>

Commit(s) tested:
	9f584b37e36b67009fa23b6cffbec1bf691ef9ba

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from linux-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9f/9f584b37e36b67009fa23b6cffbec1bf691ef9ba/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-04 20:56 [binutils-gdb] Remove make_cleanup_free_objfile sergiodj+buildbot
@ 2017-11-05  3:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-05  3:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1961>

Commit(s) tested:
	ed2b3126d1828d55d57880c6b6045a4e58c05cde

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_free_objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ed/ed2b3126d1828d55d57880c6b6045a4e58c05cde/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-04 20:14 [binutils-gdb] Replace start_rbreak_breakpoints and end_rbreak_breakpoints sergiodj+buildbot
@ 2017-11-05  0:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-05  0:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1959>

Commit(s) tested:
	c80049d3b615691dc902762d5d97551aa9664442

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Replace start_rbreak_breakpoints and end_rbreak_breakpoints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c8/c80049d3b615691dc902762d5d97551aa9664442/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-04 19:51 [binutils-gdb] Remove directive-searched cleanups sergiodj+buildbot
@ 2017-11-04 23:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-04 23:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1958>

Commit(s) tested:
	167b0be1b5ef36a5605fcdfba0c84db2ed475e1e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove directive-searched cleanups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/16/167b0be1b5ef36a5605fcdfba0c84db2ed475e1e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-04 18:59 [binutils-gdb] Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglink sergiodj+buildbot
@ 2017-11-04 22:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-04 22:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1957>

Commit(s) tested:
	5eae7aeaf754549d3645a0c590c5ef9f0134a32d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglink

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5e/5eae7aeaf754549d3645a0c590c5ef9f0134a32d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-04 18:06 [binutils-gdb] Use std::vector in compile-loc2c.c sergiodj+buildbot
@ 2017-11-04 20:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-04 20:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1956>

Commit(s) tested:
	c6bcad5ffc9b4021253487e46a8754e5804135cf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::vector in compile-loc2c.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c6/c6bcad5ffc9b4021253487e46a8754e5804135cf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-04 17:45 [binutils-gdb] Remove cleanups from link_callbacks_einfo sergiodj+buildbot
@ 2017-11-04 19:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-04 19:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1955>

Commit(s) tested:
	20dcd8cae7d87910f6c3936bad72e78b647a8de6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from link_callbacks_einfo

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/20/20dcd8cae7d87910f6c3936bad72e78b647a8de6/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/starti.exp: setting breakpoint at main
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-03 18:40 [binutils-gdb] x86: Remove func_pointer_refcount sergiodj+buildbot
@ 2017-11-03 20:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-03 20:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1953>

Commit(s) tested:
	79b0c981b8f0c912208ec305d48e775bcb6d2624

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Remove func_pointer_refcount

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/79/79b0c981b8f0c912208ec305d48e775bcb6d2624/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-03 15:03 [binutils-gdb] [ARC] Force the disassam to use the hexadecimal number for printing sergiodj+buildbot
@ 2017-11-03 16:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-03 16:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1951>

Commit(s) tested:
	fdddd2900f39584e7d6cee27127593fba2cb0cf2

Author(s) (in the same order as the commits):
	claziss <claziss@synopsys.com>

Subject:
	[ARC] Force the disassam to use the hexadecimal number for printing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fd/fdddd2900f39584e7d6cee27127593fba2cb0cf2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-03 11:02 [binutils-gdb] Skip gdb.python/py-thrhandle.exp if python is not enabled sergiodj+buildbot
@ 2017-11-03 12:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-03 12:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1947>

Commit(s) tested:
	8e68731c8a4aecb3481803e91b9bcd2df182c135

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Skip gdb.python/py-thrhandle.exp if python is not enabled.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8e/8e68731c8a4aecb3481803e91b9bcd2df182c135/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-02 19:26 [binutils-gdb] const-fy regcache::m_readonly_p sergiodj+buildbot
@ 2017-11-02 23:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-02 23:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1944>

Commit(s) tested:
	6c6e9412e930c96f48b8ee78a389437328f5283c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	const-fy regcache::m_readonly_p

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6c/6c6e9412e930c96f48b8ee78a389437328f5283c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-02 16:13 [binutils-gdb] New method regcache::assert_regnum sergiodj+buildbot
@ 2017-11-02 18:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-02 18:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1940>

Commit(s) tested:
	4e888c281cd19f019248bd165d7055af88641c80

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	New method regcache::assert_regnum

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4e/4e888c281cd19f019248bd165d7055af88641c80/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-02 15:52 [binutils-gdb] Remove code wrapped by "#if 0" sergiodj+buildbot
@ 2017-11-02 17:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-02 17:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1939>

Commit(s) tested:
	2e1b49b32ab9aec1aca94f424cbe275e5f6f9ab4

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove code wrapped by "#if 0"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2e/2e1b49b32ab9aec1aca94f424cbe275e5f6f9ab4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-01 11:58 [binutils-gdb] Fix an invalid free called when attempting to link a COFF object against an ELF archive with --no-keep-memory enabled sergiodj+buildbot
@ 2017-11-01 12:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-01 12:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1933>

Commit(s) tested:
	ee357486aa87b17782111295c5e7bd4ac9e6970f

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix an invalid free called when attempting to link a COFF object against an ELF archive with --no-keep-memory enabled.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ee/ee357486aa87b17782111295c5e7bd4ac9e6970f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-01  8:21 [binutils-gdb] PR22374, PowerPC unnecessary PLT entries sergiodj+buildbot
@ 2017-11-01 10:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-01 10:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1932>

Commit(s) tested:
	3988aed54acce3c682a877b51b0e09cce1079e81

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22374, PowerPC unnecessary PLT entries

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/39/3988aed54acce3c682a877b51b0e09cce1079e81/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-11-01  1:59 [binutils-gdb] Use console uiout when executing breakpoint commands sergiodj+buildbot
@ 2017-11-01  2:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-11-01  2:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1931>

Commit(s) tested:
	3a87ae656c283e4f46ddf7d92c06ecb8992c2bf6

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use console uiout when executing breakpoint commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3a/3a87ae656c283e4f46ddf7d92c06ecb8992c2bf6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-31 19:14 [binutils-gdb] tracepoint: Remove unnecessary const_cast sergiodj+buildbot
@ 2017-10-31 19:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-31 19:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1930>

Commit(s) tested:
	09b847f3a85ca29ec20ada375fe67843755b6413

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	tracepoint: Remove unnecessary const_cast

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/09/09b847f3a85ca29ec20ada375fe67843755b6413/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-31 14:53 [binutils-gdb] Fix illegal memory access triggered when parsing a PE binary with a corrupt data dictionary sergiodj+buildbot
@ 2017-10-31 15:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-31 15:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1929>

Commit(s) tested:
	0bb6961f18b8e832d88b490d421ca56cea16c45b

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix illegal memory access triggered when parsing a PE binary with a corrupt data dictionary.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0b/0bb6961f18b8e832d88b490d421ca56cea16c45b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-31  1:56 [binutils-gdb] gdb/Makefile.in: fix 'make tags' failure sergiodj+buildbot
@ 2017-10-31  3:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-31  3:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1928>

Commit(s) tested:
	f871c4853a9725682011c2314ea4308f3c34bd8d

Author(s) (in the same order as the commits):
	Mike Gulick <mike.gulick@mathworks.com>

Subject:
	gdb/Makefile.in: fix 'make tags' failure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f8/f871c4853a9725682011c2314ea4308f3c34bd8d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-30 13:20 [binutils-gdb] remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptr sergiodj+buildbot
@ 2017-10-30 15:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-30 15:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1926>

Commit(s) tested:
	1b81856f5b00e7ba860e4de2f3a426f342327165

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1b/1b81856f5b00e7ba860e4de2f3a426f342327165/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-30  3:36 [binutils-gdb] darwin-nat: Remove gdb.h include sergiodj+buildbot
@ 2017-10-30  6:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-30  6:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1923>

Commit(s) tested:
	16c5c17e43b34c6cc5337b40e927bc2d05c38300

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	darwin-nat: Remove gdb.h include

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/16/16c5c17e43b34c6cc5337b40e927bc2d05c38300/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-30  2:25 [binutils-gdb] frv-elf --gc-sections failures sergiodj+buildbot
@ 2017-10-30  4:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-30  4:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1922>

Commit(s) tested:
	7f9cb5d275e71a75e97230241ec7da6718a7a0f5

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	frv-elf --gc-sections failures

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7f/7f9cb5d275e71a75e97230241ec7da6718a7a0f5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-30  2:05 [binutils-gdb] relocs_compatible test for gc-sections sergiodj+buildbot
@ 2017-10-30  3:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-30  3:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1921>

Commit(s) tested:
	81742b83e9f25895eaaf3a07ac1651a4e9a68251

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	relocs_compatible test for gc-sections

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/81/81742b83e9f25895eaaf3a07ac1651a4e9a68251/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-29 17:24 [binutils-gdb] xtensa-xtregs: Fix formatting issues sergiodj+buildbot
@ 2017-10-29 18:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-29 18:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1919>

Commit(s) tested:
	7ca51576b94fb59a41050957d5ee822d21711abc

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	xtensa-xtregs: Fix formatting issues

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7c/7ca51576b94fb59a41050957d5ee822d21711abc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-28 12:08 [binutils-gdb] PR22300, Abort in elf32_hppa_relocate_section building polyml sergiodj+buildbot
@ 2017-10-28 22:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 22:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1915>

Commit(s) tested:
	c0e331c794d6bd75d9be9bea6145513074c33f39

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22300, Abort in elf32_hppa_relocate_section building polyml

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c0/c0e331c794d6bd75d9be9bea6145513074c33f39/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-28  6:56 [binutils-gdb] Remove find_inferior usage for thread_search sergiodj+buildbot
@ 2017-10-28 21:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 21:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1914>

Commit(s) tested:
	bac608e7e11fa83a648c0980883f810ebd1874b1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove find_inferior usage for thread_search

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ba/bac608e7e11fa83a648c0980883f810ebd1874b1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-28  8:39 [binutils-gdb] common-utils-selftests.c: Add ATTRIBUTE_PRINTF sergiodj+buildbot
@ 2017-10-28 17:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 17:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1911>

Commit(s) tested:
	b5540b5f2b9cd5fcbac6504359b856d3f43267b5

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	common-utils-selftests.c: Add ATTRIBUTE_PRINTF

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b5/b5540b5f2b9cd5fcbac6504359b856d3f43267b5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-28  8:07 [binutils-gdb] C++ify xml-syscall.c sergiodj+buildbot
@ 2017-10-28 16:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 16:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1910>

Commit(s) tested:
	5a9dcda14c240eccee5c1de53cf4ae936230ed0c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	C++ify xml-syscall.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5a/5a9dcda14c240eccee5c1de53cf4ae936230ed0c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-28  5:38 [binutils-gdb] Allocate breakpoint_objfile_data with new sergiodj+buildbot
@ 2017-10-28 13:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 13:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1908>

Commit(s) tested:
	43dce4394513d15ba8122c3bf442ec1028d93feb

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Allocate breakpoint_objfile_data with new

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/43/43dce4394513d15ba8122c3bf442ec1028d93feb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-28  5:03 [binutils-gdb] Get rid of VEC(loaded_script_ptr) sergiodj+buildbot
@ 2017-10-28 12:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 12:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1907>

Commit(s) tested:
	6a1b9516d824a4d364040887455ba910f955f065

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Get rid of VEC(loaded_script_ptr)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6a/6a1b9516d824a4d364040887455ba910f955f065/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-28  3:31 [binutils-gdb] Get rid of VEC(filename_language) sergiodj+buildbot
@ 2017-10-28 10:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 10:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1906>

Commit(s) tested:
	593e3209f3e4e525030bc8768850f3876fd0b850

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Get rid of VEC(filename_language)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/59/593e3209f3e4e525030bc8768850f3876fd0b850/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-27 13:22 [binutils-gdb] Remove regular_breakpoint_inserted_here_p declaration sergiodj+buildbot
@ 2017-10-27 23:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 23:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1899>

Commit(s) tested:
	6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove regular_breakpoint_inserted_here_p declaration

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6a/6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 21:14 [binutils-gdb] const-fy breakpoint_ops->breakpoint_hit parameter aspace sergiodj+buildbot
@ 2017-10-27 22:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 22:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1898>

Commit(s) tested:
	bd5225139c83a80aad542e46efb66fabf51bff91

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	const-fy breakpoint_ops->breakpoint_hit parameter aspace

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bd/bd5225139c83a80aad542e46efb66fabf51bff91/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 20:53 [binutils-gdb] const-fy function parameter struct address_space *aspace sergiodj+buildbot
@ 2017-10-27 21:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 21:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1897>

Commit(s) tested:
	accd0bcdfe6914193bba8dec9e6311e608b5c498

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	const-fy function parameter struct address_space *aspace

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ac/accd0bcdfe6914193bba8dec9e6311e608b5c498/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 20:23 [binutils-gdb] s/get_regcache_arch (regcache)/regcache->arch ()/g sergiodj+buildbot
@ 2017-10-27 19:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 19:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1896>

Commit(s) tested:
	ac7936dfd0c85e5de2dfec45ca0dbf72baeffa51

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	s/get_regcache_arch (regcache)/regcache->arch ()/g

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ac/ac7936dfd0c85e5de2dfec45ca0dbf72baeffa51/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 19:34 [binutils-gdb] Target FP: Use target format throughout expression parsing sergiodj+buildbot
@ 2017-10-27 18:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 18:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1895>

Commit(s) tested:
	edd079d9f6ca2f9ad21322b742269aec5de61190

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Target FP: Use target format throughout expression parsing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ed/edd079d9f6ca2f9ad21322b742269aec5de61190/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/bitops.exp: print value of 0.0 || 0
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 19:13 [binutils-gdb] PR22348, conflicting global vars in crx and cr16 sergiodj+buildbot
@ 2017-10-27 17:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 17:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1894>

Commit(s) tested:
	e5d70d6b5a5c2832ad199ac1b91f68324b4a12c9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22348, conflicting global vars in crx and cr16

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e5/e5d70d6b5a5c2832ad199ac1b91f68324b4a12c9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 11 broke out of loop
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-27 15:45 [binutils-gdb] Add common AARCH64 REGNUM defines sergiodj+buildbot
@ 2017-10-27 16:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 16:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1893>

Commit(s) tested:
	cc628f3dbb12c720dbc9ab714feeb197dc739944

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add common AARCH64 REGNUM defines

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cc/cc628f3dbb12c720dbc9ab714feeb197dc739944/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-27  4:29 [binutils-gdb] Fix racy test in gdb.base/new-ui.exp sergiodj+buildbot
@ 2017-10-27 13:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 13:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1891>

Commit(s) tested:
	792ccf005f391f46e295e250f285d040ab105ab7

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix racy test in gdb.base/new-ui.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/79/792ccf005f391f46e295e250f285d040ab105ab7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-27  3:57 [binutils-gdb] RISC-V: Fix disassembly of c.addi4spn, c.addi16sp, c.lui when imm=0 sergiodj+buildbot
@ 2017-10-27 12:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 12:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1890>

Commit(s) tested:
	63a25ea0de6d2f6d45b26af8d9c808aa35962256

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	RISC-V: Fix disassembly of c.addi4spn, c.addi16sp, c.lui when imm=0

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/63/63a25ea0de6d2f6d45b26af8d9c808aa35962256/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 16:36 [binutils-gdb] Use const reference for decimal_from_string argument sergiodj+buildbot
@ 2017-10-27 10:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27 10:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1889>

Commit(s) tested:
	09a7c6aa7a07f874f5357cde62b5753a10a5e107

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Use const reference for decimal_from_string argument

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/09/09a7c6aa7a07f874f5357cde62b5753a10a5e107/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 14:06 [binutils-gdb] RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2 sergiodj+buildbot
@ 2017-10-27  4:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27  4:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1885>

Commit(s) tested:
	3342be5dabeeaf2218dfbf4d38f92214612436f4

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/33/3342be5dabeeaf2218dfbf4d38f92214612436f4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 13:38 [binutils-gdb] Fix gdb.opt/inline-cmds.exp regressions sergiodj+buildbot
@ 2017-10-27  3:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27  3:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1884>

Commit(s) tested:
	5033013f17524964564dac5d422739ae5214729e

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Fix gdb.opt/inline-cmds.exp regressions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/50/5033013f17524964564dac5d422739ae5214729e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:63
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 12:26 [binutils-gdb] Reindent gdb.threads/attach-into-signal.exp sergiodj+buildbot
@ 2017-10-27  0:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-27  0:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1882>

Commit(s) tested:
	eb2bfbadc159ff1463e58daf24c4ad5d1a23796d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Reindent gdb.threads/attach-into-signal.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/eb/eb2bfbadc159ff1463e58daf24c4ad5d1a23796d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 11:38 [binutils-gdb] Drop /proc/PID/status polling from gdb.threads/attach-into-signal.exp sergiodj+buildbot
@ 2017-10-26 23:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-26 23:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1881>

Commit(s) tested:
	1f75a6516a4b480b5521dfb4e1a0721887ab5cdc

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Drop /proc/PID/status polling from gdb.threads/attach-into-signal.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1f/1f75a6516a4b480b5521dfb4e1a0721887ab5cdc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 16:13 [binutils-gdb] Fix unstable test names in gdb.python/py-objfile.exp sergiodj+buildbot
@ 2017-10-26 21:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-26 21:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1879>

Commit(s) tested:
	ad9b8f5d022f777f32cceab9856f47a5b6afcce1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix unstable test names in gdb.python/py-objfile.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ad/ad9b8f5d022f777f32cceab9856f47a5b6afcce1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 14:44 [binutils-gdb] Fix unstable test names in gdb.gdb/unittest.exp sergiodj+buildbot
@ 2017-10-26 20:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-26 20:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1878>

Commit(s) tested:
	fee6da6e1d96796f8aa8308b3833a3e4cdb409ff

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix unstable test names in gdb.gdb/unittest.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fe/fee6da6e1d96796f8aa8308b3833a3e4cdb409ff/>

*** Diff to previous build ***
============================
new FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26  9:40 [binutils-gdb] Fix unstable test names in gdb.base/startup-with-shell.exp sergiodj+buildbot
@ 2017-10-26 18:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-26 18:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1877>

Commit(s) tested:
	10389c2c8b56b2519441e55bf16f77882fb897cb

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix unstable test names in gdb.base/startup-with-shell.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/10/10389c2c8b56b2519441e55bf16f77882fb897cb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26 13:10 [binutils-gdb] Fix unstable test names in gdb.arch/arc-tdesc-cpu.exp sergiodj+buildbot
@ 2017-10-26 17:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-26 17:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1876>

Commit(s) tested:
	a80e65a9d590f8817e4acd5a62363319b6a1f961

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix unstable test names in gdb.arch/arc-tdesc-cpu.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a8/a80e65a9d590f8817e4acd5a62363319b6a1f961/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-26  7:22 [binutils-gdb] Enable Intel VAES instructions sergiodj+buildbot
@ 2017-10-26 11:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-26 11:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1869>

Commit(s) tested:
	8dcf1fadf2b0763962639fc5dcedc1892e502265

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel VAES instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8d/8dcf1fadf2b0763962639fc5dcedc1892e502265/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-21 18:29 [binutils-gdb] Get rid of VEC (mem_region) sergiodj+buildbot
@ 2017-10-21 20:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-21 20:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1863>

Commit(s) tested:
	a664f67e50eff30198097d51cec0ec4690abb2a1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Get rid of VEC (mem_region)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a6/a664f67e50eff30198097d51cec0ec4690abb2a1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-20 19:05 [binutils-gdb] Use std::vector in gdb_bfd_data sergiodj+buildbot
@ 2017-10-20 21:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-20 21:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1859>

Commit(s) tested:
	d5833c62d93e8176b70e8509ab36cc38801c3ebd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::vector in gdb_bfd_data

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d5/d5833c62d93e8176b70e8509ab36cc38801c3ebd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-20 17:24 [binutils-gdb] Use "new" to allocate gdb_bfd_data sergiodj+buildbot
@ 2017-10-20 20:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-20 20:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1858>

Commit(s) tested:
	06d5bbc8e5f7541b13509c33b8b3eb8afac27b2f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use "new" to allocate gdb_bfd_data

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/06/06d5bbc8e5f7541b13509c33b8b3eb8afac27b2f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-20 16:28 [binutils-gdb] Introduce new_bfd_ref sergiodj+buildbot
@ 2017-10-20 19:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-20 19:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1857>

Commit(s) tested:
	2712ce2e659f82168154d4533f53d2963ae82571

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce new_bfd_ref

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/27/2712ce2e659f82168154d4533f53d2963ae82571/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-20 15:58 [binutils-gdb] Fix 'gdb.base/quit.exp hangs forever' if the test fails sergiodj+buildbot
@ 2017-10-20 17:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-20 17:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1856>

Commit(s) tested:
	15763a09d4aea85fc3153d6746c040dd48565637

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix 'gdb.base/quit.exp hangs forever' if the test fails

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/15/15763a09d4aea85fc3153d6746c040dd48565637/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-20  2:37 [binutils-gdb] Get rid of VEC(interp_factory_p) sergiodj+buildbot
@ 2017-10-20  3:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-20  3:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1854>

Commit(s) tested:
	4c2287b0bdfbed95d37d09222fc253f4c5086ada

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Get rid of VEC(interp_factory_p)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4c/4c2287b0bdfbed95d37d09222fc253f4c5086ada/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-20  0:10 [binutils-gdb] Remove cleanup from call_function_by_hand_dummy sergiodj+buildbot
@ 2017-10-20  0:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-20  0:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1852>

Commit(s) tested:
	395423c418da2cba1240e39ae944510fe9ffcccc

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from call_function_by_hand_dummy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/39/395423c418da2cba1240e39ae944510fe9ffcccc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-19 18:15 [binutils-gdb] Fix build breakage in gdb/xml-support.c sergiodj+buildbot
@ 2017-10-19 20:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-19 20:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1849>

Commit(s) tested:
	63929e843d54d327676bed4d86dad280f4675547

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix build breakage in gdb/xml-support.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/63/63929e843d54d327676bed4d86dad280f4675547/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-19 13:54 [binutils-gdb] tilegx: Check bfd_link_executable for TLS check sergiodj+buildbot
@ 2017-10-19 16:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-19 16:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1844>

Commit(s) tested:
	280958942b74f3164708700f195188c4d3446f58

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	tilegx: Check bfd_link_executable for TLS check

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/28/280958942b74f3164708700f195188c4d3446f58/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-18 23:22 [binutils-gdb] tile: Mark __tls_get_addr in gc_mark_hook sergiodj+buildbot
@ 2017-10-19  0:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-19  0:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1841>

Commit(s) tested:
	8e354058532d48dce19fdf0b2e0653609a69f19e

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	tile: Mark __tls_get_addr in gc_mark_hook

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8e/8e354058532d48dce19fdf0b2e0653609a69f19e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-18 19:06 [binutils-gdb] Canonicalize conversion operators sergiodj+buildbot
@ 2017-10-18 20:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-18 20:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1840>

Commit(s) tested:
	c8ba13ad37c98262b94f99cc4f84ac0066c48cc2

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Canonicalize conversion operators

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c8/c8ba13ad37c98262b94f99cc4f84ac0066c48cc2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-18 18:20 [binutils-gdb] Issue complaint instead of assert for invalid/unhandled DW_AT_accessibility sergiodj+buildbot
@ 2017-10-18 18:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-18 18:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1839>

Commit(s) tested:
	3753468682a9c7982b6eba0fca58fbfc1cd5b9fb

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Issue complaint instead of assert for invalid/unhandled DW_AT_accessibility

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/37/3753468682a9c7982b6eba0fca58fbfc1cd5b9fb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-18 14:57 [binutils-gdb] [Visium] Disassemble the operands of the stop instruction sergiodj+buildbot
@ 2017-10-18 15:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-18 15:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1838>

Commit(s) tested:
	2a6969e1738859ea8c12837fb0cba3845bc87ceb

Author(s) (in the same order as the commits):
	Eric Botcazou <ebotcazou@gcc.gnu.org>

Subject:
	[Visium] Disassemble the operands of the stop instruction.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2a/2a6969e1738859ea8c12837fb0cba3845bc87ceb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-18 12:24 [binutils-gdb] Remove features/tic6x-c62x-linux.c sergiodj+buildbot
@ 2017-10-18 13:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-18 13:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1837>

Commit(s) tested:
	28c7c158766513a1c6f599c08f85851fcab855e6

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove features/tic6x-c62x-linux.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/28/28c7c158766513a1c6f599c08f85851fcab855e6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17 17:30 [binutils-gdb] Add several "quit with live inferior" tests sergiodj+buildbot
@ 2017-10-18  0:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-18  0:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1834>

Commit(s) tested:
	8484c9554519c25c73a349d0581cc269f102c5d2

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Add several "quit with live inferior" tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/84/8484c9554519c25c73a349d0581cc269f102c5d2/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=quit: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sighup: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=quit: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sighup: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=quit: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sighup: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=quit: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sighup: attach
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17 15:53 [binutils-gdb] Remove obsolete assertion from regcache.c sergiodj+buildbot
@ 2017-10-17 21:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17 21:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1832>

Commit(s) tested:
	57e12da97f8dbe2ad5b4f59bf89c709c4d66600d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove obsolete assertion from regcache.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/57/57e12da97f8dbe2ad5b4f59bf89c709c4d66600d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17 14:44 [binutils-gdb] Fix double-free corruption sergiodj+buildbot
@ 2017-10-17 19:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17 19:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1830>

Commit(s) tested:
	7b7009999ab8daac9db776c850b7df6e1f586334

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix double-free corruption

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7b/7b7009999ab8daac9db776c850b7df6e1f586334/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17 14:34 [binutils-gdb] Simplify regcache::xfer_part sergiodj+buildbot
@ 2017-10-17 17:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17 17:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1829>

Commit(s) tested:
	d3037ba6a398d37585b3d34ff9ed439848ba98a1

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Simplify regcache::xfer_part

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d3/d3037ba6a398d37585b3d34ff9ed439848ba98a1/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/sigstep-threads.exp: continue
new FAIL: gdb.threads/sigstep-threads.exp: step 13
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17 14:23 [binutils-gdb] [GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile rule sergiodj+buildbot
@ 2017-10-17 16:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17 16:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1828>

Commit(s) tested:
	7a7cdfa04b0225dfa6879384075e08d73eaee862

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile rule

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7a/7a7cdfa04b0225dfa6879384075e08d73eaee862/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17 13:53 [binutils-gdb] [GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/ sergiodj+buildbot
@ 2017-10-17 14:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17 14:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1827>

Commit(s) tested:
	e675d1703fbdec643ec42aa67b9720cb199f4375

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e6/e675d1703fbdec643ec42aa67b9720cb199f4375/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17 12:52 [binutils-gdb] [GDBserver] Move arm.o to arch/arm.o sergiodj+buildbot
@ 2017-10-17 13:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17 13:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1826>

Commit(s) tested:
	7eb4e0f95641edebbc28a710f28111f0ecb9f0d1

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[GDBserver] Move arm.o to arch/arm.o

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7e/7eb4e0f95641edebbc28a710f28111f0ecb9f0d1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17  6:41 [binutils-gdb] PR22306, Invalid free() in slurp_symtab() sergiodj+buildbot
@ 2017-10-17  9:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17  9:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1824>

Commit(s) tested:
	0301ce1486b1450f219202677f30d0fa97335419

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22306, Invalid free() in slurp_symtab()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/03/0301ce1486b1450f219202677f30d0fa97335419/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17  2:05 [binutils-gdb] Record and output access specifiers for nested typedefs sergiodj+buildbot
@ 2017-10-17  7:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17  7:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1823>

Commit(s) tested:
	c191a6875b118fce30e7dc4d9e4bd20eff850270

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Record and output access specifiers for nested typedefs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c1/c191a6875b118fce30e7dc4d9e4bd20eff850270/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17  1:24 [binutils-gdb] Return unique_xmalloc_ptr from target_read_stralloc sergiodj+buildbot
@ 2017-10-17  5:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17  5:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1821>

Commit(s) tested:
	b7b030adc405017f01e996a90f85e40730ef8397

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Return unique_xmalloc_ptr from target_read_stralloc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b7/b7b030adc405017f01e996a90f85e40730ef8397/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-17  0:17 [binutils-gdb] Simple cleanup removals in remote.c sergiodj+buildbot
@ 2017-10-17  3:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17  3:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1820>

Commit(s) tested:
	b80406accc70791a1789e40f24d64161bc41de34

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simple cleanup removals in remote.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b8/b80406accc70791a1789e40f24d64161bc41de34/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-16 23:06 [binutils-gdb] Remove some cleanups from probe.c sergiodj+buildbot
@ 2017-10-17  0:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-17  0:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1818>

Commit(s) tested:
	2dc0e219715356c6acbc3bea85ddec288f752f1f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from probe.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2dc0e219715356c6acbc3bea85ddec288f752f1f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-16 22:35 [binutils-gdb] Use std::vector in end_symtab_get_static_block sergiodj+buildbot
@ 2017-10-16 23:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-16 23:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1817>

Commit(s) tested:
	b05628f0a878cdd64492bbc49d60003d699763ad

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::vector in end_symtab_get_static_block

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b0/b05628f0a878cdd64492bbc49d60003d699763ad/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.opt/inline-cmds.exp: backtrace from bar
PASS -> FAIL: gdb.opt/inline-cmds.exp: up from bar
PASS -> FAIL: gdb.opt/inline-cmds.exp: func2 inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: enter outer_inline1 from outer_inline2
PASS -> FAIL: gdb.opt/inline-cmds.exp: backtrace at outer_inline1
PASS -> FAIL: gdb.opt/inline-cmds.exp: enter noinline from outer_inline1
PASS -> FAIL: gdb.opt/inline-cmds.exp: backtrace at noinline from outer_inline1
PASS -> FAIL: gdb.opt/inline-cmds.exp: enter inlined_fn from noinline
PASS -> FAIL: gdb.opt/inline-cmds.exp: backtrace at inlined_fn from noinline
PASS -> FAIL: gdb.opt/inline-cmds.exp: inlined_fn from noinline inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: up to noinline
PASS -> FAIL: gdb.opt/inline-cmds.exp: noinline from outer_inline1 not inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: up to outer_inline1
PASS -> FAIL: gdb.opt/inline-cmds.exp: outer_inline1 inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: up to outer_inline2
PASS -> FAIL: gdb.opt/inline-cmds.exp: outer_inline2 inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: up from outer_inline2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-16 20:19 [binutils-gdb] Make native gdbserver boards no longer be "remote" (in DejaGnu terms) sergiodj+buildbot
@ 2017-10-16 21:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-16 21:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1816>

Commit(s) tested:
	739b3f1d8ff7072dcc66240c25b026c6433bda1a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make native gdbserver boards no longer be "remote" (in DejaGnu terms)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/73/739b3f1d8ff7072dcc66240c25b026c6433bda1a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-16 10:50 [binutils-gdb] Regenerate gdbserver/configure sergiodj+buildbot
@ 2017-10-16 15:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-16 15:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1811>

Commit(s) tested:
	5bfda25568c34410129c91042cdfdf10c143edac

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Regenerate gdbserver/configure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5b/5bfda25568c34410129c91042cdfdf10c143edac/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-16 11:24 [binutils-gdb] Remove regformats/tic6x-{c62x,c64x,c64xp}.dat sergiodj+buildbot
@ 2017-10-16 12:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-16 12:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1809>

Commit(s) tested:
	df27ae6a09c6e1d3e92e67b19e43c24d5f1842b2

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove regformats/tic6x-{c62x,c64x,c64xp}.dat

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/df/df27ae6a09c6e1d3e92e67b19e43c24d5f1842b2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance selftest
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-14 12:31 [binutils-gdb] Replace psymbol_allocation_list with std::vector sergiodj+buildbot
@ 2017-10-14 18:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14 18:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1780>

Commit(s) tested:
	af5bf4ada48ff65b6658be1fab8f9c8f8ab5f319

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Replace psymbol_allocation_list with std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/af/af5bf4ada48ff65b6658be1fab8f9c8f8ab5f319/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13 18:48 [binutils-gdb] Skip a few tests on targets that can't use the "run" commmand sergiodj+buildbot
@ 2017-10-14 14:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14 14:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1778>

Commit(s) tested:
	300b6685f17cae131166eaf2fcafe10dab06466b

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Skip a few tests on targets that can't use the "run" commmand.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/30/300b6685f17cae131166eaf2fcafe10dab06466b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13 18:20 [binutils-gdb] Fix gdb.base/testenv.exp against --target_board=native-extended-gdbserver sergiodj+buildbot
@ 2017-10-14 13:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14 13:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1777>

Commit(s) tested:
	50500caf810fcc6c05e3fd89bc37fe8f9e4adb07

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb.base/testenv.exp against --target_board=native-extended-gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/50/50500caf810fcc6c05e3fd89bc37fe8f9e4adb07/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-14  5:29 [binutils-gdb] Don't run gdb.gdb/ selftests if use_gdb_stub is true sergiodj+buildbot
@ 2017-10-14 12:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14 12:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1776>

Commit(s) tested:
	dad0c6d2f7410d3b451800f856f3c6818303c316

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Don't run gdb.gdb/ selftests if use_gdb_stub is true

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/da/dad0c6d2f7410d3b451800f856f3c6818303c316/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13 16:57 [binutils-gdb] Make gdb.base/find-unmapped.exp pass on remote targets sergiodj+buildbot
@ 2017-10-14 11:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14 11:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1775>

Commit(s) tested:
	8b0553c18f0dc63ab0ae930f2e8eed2bce4cd32c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make gdb.base/find-unmapped.exp pass on remote targets

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8b/8b0553c18f0dc63ab0ae930f2e8eed2bce4cd32c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-14  2:59 [binutils-gdb] Simplify tic6x and s390x expedite registers sergiodj+buildbot
@ 2017-10-14  9:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14  9:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1774>

Commit(s) tested:
	2399fe6ab0b6ee64c569992e4bc3bbae3b5b2193

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Simplify tic6x and s390x expedite registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/23/2399fe6ab0b6ee64c569992e4bc3bbae3b5b2193/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13 15:42 [binutils-gdb] Regenerate features/s390-gs-linux64.c and features/s390x-gs-linux64.c sergiodj+buildbot
@ 2017-10-14  8:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14  8:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1773>

Commit(s) tested:
	4bf3f4a810813214213ad4f7d869eb24e79d77af

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Regenerate features/s390-gs-linux64.c and features/s390x-gs-linux64.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4b/4bf3f4a810813214213ad4f7d869eb24e79d77af/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13 15:16 [binutils-gdb] Change objfile to use new/delete sergiodj+buildbot
@ 2017-10-14  6:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14  6:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1772>

Commit(s) tested:
	9e86da0760aa1e52178cc5b90cd92a7cd4a338f9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change objfile to use new/delete

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9e/9e86da0760aa1e52178cc5b90cd92a7cd4a338f9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13 14:31 [binutils-gdb] Remove is_remote kfail from gdb.python/py-evthreads.exp sergiodj+buildbot
@ 2017-10-14  4:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14  4:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1770>

Commit(s) tested:
	ebe3b40202042fc644df5ea3bd111425ba1aeeee

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Remove is_remote kfail from gdb.python/py-evthreads.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/eb/ebe3b40202042fc644df5ea3bd111425ba1aeeee/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13 12:51 [binutils-gdb] kfail gdb.python/py-evsignal.exp on RSP targets properly sergiodj+buildbot
@ 2017-10-14  1:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14  1:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1768>

Commit(s) tested:
	8d6ef72b0470dfb1133525c8c4556d3578744ac4

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	kfail gdb.python/py-evsignal.exp on RSP targets properly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8d/8d6ef72b0470dfb1133525c8c4556d3578744ac4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13 12:26 [binutils-gdb] Skip gdb.threads/thread_events.exp on RSP targets properly sergiodj+buildbot
@ 2017-10-14  0:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-14  0:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1767>

Commit(s) tested:
	d7bcd5b8e55c54543389196fd18453db6961e314

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Skip gdb.threads/thread_events.exp on RSP targets properly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d7/d7bcd5b8e55c54543389196fd18453db6961e314/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13 11:37 [binutils-gdb] Fix is_remote check in gdb.base/remote.exp sergiodj+buildbot
@ 2017-10-13 21:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-13 21:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1765>

Commit(s) tested:
	23fb630af09f2601e7cb75233837399d67cfd017

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix is_remote check in gdb.base/remote.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/23/23fb630af09f2601e7cb75233837399d67cfd017/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13  9:47 [binutils-gdb] Eliminate is_remote check in gdb.base/shlib-call.exp sergiodj+buildbot
@ 2017-10-13 18:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-13 18:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1762>

Commit(s) tested:
	5e830d9807b91f806524ff822d953443c8fb3d2f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate is_remote check in gdb.base/shlib-call.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5e/5e830d9807b91f806524ff822d953443c8fb3d2f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13  4:53 [binutils-gdb] FT32: support for FT32B processor - part 1 sergiodj+buildbot
@ 2017-10-13 15:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-13 15:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1760>

Commit(s) tested:
	3b4b0a629a972bf80fc0ac6202f89681fab1df37

Author(s) (in the same order as the commits):
	James Bowman <jamesb@excamera.com>

Subject:
	FT32: support for FT32B processor - part 1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3b/3b4b0a629a972bf80fc0ac6202f89681fab1df37/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13  3:20 [binutils-gdb] Remove references to gdb64 in the testsuite sergiodj+buildbot
@ 2017-10-13 10:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-13 10:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1757>

Commit(s) tested:
	8aed1c0d04e6d0eb7d0790c4691665cffef573b7

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Remove references to gdb64 in the testsuite

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8a/8aed1c0d04e6d0eb7d0790c4691665cffef573b7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13  3:01 [binutils-gdb] Remove is_remote check in labels.exp sergiodj+buildbot
@ 2017-10-13  8:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-13  8:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1756>

Commit(s) tested:
	cfa34c871c6644bd7b132b5ca7f2217880f5fa9b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove is_remote check in labels.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cf/cfa34c871c6644bd7b132b5ca7f2217880f5fa9b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13  0:40 [binutils-gdb] C++-ify prologue-value's pv_area sergiodj+buildbot
@ 2017-10-13  5:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-13  5:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1753>

Commit(s) tested:
	f7b7ed97a23e2bf4a2ec27bef0fe0af55a080a94

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	C++-ify prologue-value's pv_area

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f7/f7b7ed97a23e2bf4a2ec27bef0fe0af55a080a94/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12 23:51 [binutils-gdb] linux low: Make the arch code free arch_process_info sergiodj+buildbot
@ 2017-10-13  3:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-13  3:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1752>

Commit(s) tested:
	04ec7890fccfa5ddd9cc92961a4df58957ca181b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	linux low: Make the arch code free arch_process_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/04/04ec7890fccfa5ddd9cc92961a4df58957ca181b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12 21:52 [binutils-gdb] lwp_info: Make the arch code free arch_lwp_info sergiodj+buildbot
@ 2017-10-13  2:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-13  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1751>

Commit(s) tested:
	466eeceef409597388dd2b4e8b907cf080bedcf1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	lwp_info: Make the arch code free arch_lwp_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/46/466eeceef409597388dd2b4e8b907cf080bedcf1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-13  0:06 [binutils-gdb] Run gdb.base/catch-fork-static.exp on remote target boards sergiodj+buildbot
@ 2017-10-13  0:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-13  0:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1750>

Commit(s) tested:
	6bf0052db8bbeed41e512d1d3ce14ba2a446723d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Run gdb.base/catch-fork-static.exp on remote target boards

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6b/6bf0052db8bbeed41e512d1d3ce14ba2a446723d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12 19:33 [binutils-gdb] checkpoint.exp: Check for non-"target native" instead of isnative/is_remote sergiodj+buildbot
@ 2017-10-12 23:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12 23:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1749>

Commit(s) tested:
	e48ef82dd2fc85560d14a45a632c82eaaadca7ce

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	checkpoint.exp: Check for non-"target native" instead of isnative/is_remote

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e4/e48ef82dd2fc85560d14a45a632c82eaaadca7ce/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12 18:52 [binutils-gdb] Tighten remote check in gdb.base/argv0-symlink.exp sergiodj+buildbot
@ 2017-10-12 21:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12 21:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1747>

Commit(s) tested:
	30440677f3d0cdd2085bea40496774ffa24f6bb1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Tighten remote check in gdb.base/argv0-symlink.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/30/30440677f3d0cdd2085bea40496774ffa24f6bb1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12 18:10 [binutils-gdb] Enable gdb.base/inferior-died.exp on is_remote target boards sergiodj+buildbot
@ 2017-10-12 19:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12 19:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1746>

Commit(s) tested:
	4e04f0450f83d8d0ad08579b5e6c8b4e8a8e693f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Enable gdb.base/inferior-died.exp on is_remote target boards

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4e/4e04f0450f83d8d0ad08579b5e6c8b4e8a8e693f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12 13:05 [binutils-gdb] Force the AArch64 linker backend to refuse to link when it encounters unresoleable relocations sergiodj+buildbot
@ 2017-10-12 13:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12 13:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1744>

Commit(s) tested:
	1d75a8e26e6def4f492c84a5f678e41ddebda799

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Force the AArch64 linker backend to refuse to link when it encounters unresoleable relocations.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1d/1d75a8e26e6def4f492c84a5f678e41ddebda799/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12  9:37 [binutils-gdb] x86: Add _bfd_x86_elf_hide_symbol sergiodj+buildbot
@ 2017-10-12 10:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12 10:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1743>

Commit(s) tested:
	9f8575350f980aa6da8c488c6aa30862620eaa1f

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add _bfd_x86_elf_hide_symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9f/9f8575350f980aa6da8c488c6aa30862620eaa1f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12  3:43 [binutils-gdb] _bfd_elf_link_hash_hide_symbol calls in generic ELF code sergiodj+buildbot
@ 2017-10-12  8:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12  8:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1742>

Commit(s) tested:
	559192d89d743834951fc386530c6bc7f89b358d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	_bfd_elf_link_hash_hide_symbol calls in generic ELF code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/55/559192d89d743834951fc386530c6bc7f89b358d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12  3:23 [binutils-gdb] Fix remaining targets using wrong .interp conditions sergiodj+buildbot
@ 2017-10-12  6:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12  6:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1741>

Commit(s) tested:
	f5233a1611d7d459a762b5fa93d7594a6965971f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Fix remaining targets using wrong .interp conditions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f5/f5233a1611d7d459a762b5fa93d7594a6965971f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-12  2:45 [binutils-gdb] Remove cleanups from TUI sergiodj+buildbot
@ 2017-10-12  5:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12  5:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1740>

Commit(s) tested:
	f71c8822611a552e76843142a52b8197be0ea34a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from TUI

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f7/f71c8822611a552e76843142a52b8197be0ea34a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-11 23:12 [binutils-gdb] Constify add_prefix_cmd sergiodj+buildbot
@ 2017-10-12  4:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12  4:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1739>

Commit(s) tested:
	981a3fb3594dddae266b7a5014c3001727200d7b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify add_prefix_cmd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/98/981a3fb3594dddae266b7a5014c3001727200d7b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-11 22:52 [binutils-gdb] Remove prepare_re_set_context sergiodj+buildbot
@ 2017-10-12  2:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12  2:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1738>

Commit(s) tested:
	fdf44873ec6e37417bf8c8ce33bb9b1a6b4ddcef

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove prepare_re_set_context

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fd/fdf44873ec6e37417bf8c8ce33bb9b1a6b4ddcef/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-11 20:32 [binutils-gdb] Add native target for FreeBSD/arm sergiodj+buildbot
@ 2017-10-12  0:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-12  0:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1736>

Commit(s) tested:
	4f9d99066edcefab0e5868d20cb9ddaa7b76da52

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/arm.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4f/4f9d99066edcefab0e5868d20cb9ddaa7b76da52/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-11 16:30 [binutils-gdb] ELF/BFD: Handle both variants of the 64-bit Linux core PRPSINFO note sergiodj+buildbot
@ 2017-10-11 20:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-11 20:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1733>

Commit(s) tested:
	3c9a7b0d6d84425ea24d222a1a31e206e587374f

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	ELF/BFD: Handle both variants of the 64-bit Linux core PRPSINFO note

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3c/3c9a7b0d6d84425ea24d222a1a31e206e587374f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-11 15:19 [binutils-gdb] ELF/BFD: Fix padding in `elf_external_linux_prpsinfo64' sergiodj+buildbot
@ 2017-10-11 18:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-11 18:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1731>

Commit(s) tested:
	72bc1bb934ba99bc9182179a866c0d2c77d027c8

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	ELF/BFD: Fix padding in `elf_external_linux_prpsinfo64'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/72/72bc1bb934ba99bc9182179a866c0d2c77d027c8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-11 14:30 [binutils-gdb] Garbage collect reattach_breakpoints sergiodj+buildbot
@ 2017-10-11 16:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-11 16:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1730>

Commit(s) tested:
	458ca1d02e47db0af0e22d524df0e4b88fc54b6e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Garbage collect reattach_breakpoints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/45/458ca1d02e47db0af0e22d524df0e4b88fc54b6e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-11 14:08 [binutils-gdb] Use std::vector for symtab_fns sergiodj+buildbot
@ 2017-10-11 15:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-11 15:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1729>

Commit(s) tested:
	905014d7205d4f171c5cabf695fe1ec3da9b33d3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use std::vector for symtab_fns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/90/905014d7205d4f171c5cabf695fe1ec3da9b33d3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-11 12:08 [binutils-gdb] Rename _doprnt -> _bfd_doprnt to fix DJGPP bfd build (and likely others) sergiodj+buildbot
@ 2017-10-11 13:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-11 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1727>

Commit(s) tested:
	8f314ad58ec824ce6c8467af29f11583f79a80ea

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Rename _doprnt -> _bfd_doprnt to fix DJGPP bfd build (and likely others)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8f/8f314ad58ec824ce6c8467af29f11583f79a80ea/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-10 17:00 [binutils-gdb] Eliminate catch_exceptions/catch_exceptions_with_msg sergiodj+buildbot
@ 2017-10-10 19:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-10 19:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1722>

Commit(s) tested:
	65630365f7d073430e62b4fe65f34dcdc0a4b05e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate catch_exceptions/catch_exceptions_with_msg

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/65/65630365f7d073430e62b4fe65f34dcdc0a4b05e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
@ 2017-10-10 11:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-10 11:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1719>

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fc/fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-10  5:29 [binutils-gdb] Prepare powerpc64 for late check_relocs sergiodj+buildbot
@ 2017-10-10  9:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-10  9:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1718>

Commit(s) tested:
	b9399fcf4ec90d898a610e39bd9141e85c008fbb

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Prepare powerpc64 for late check_relocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b9/b9399fcf4ec90d898a610e39bd9141e85c008fbb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-10  0:23 [binutils-gdb] Remove free_splay_tree cleanup sergiodj+buildbot
@ 2017-10-10  8:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-10  8:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1717>

Commit(s) tested:
	1a56bfa56ed967c5f6ed98f75834408417a062ff

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove free_splay_tree cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1a/1a56bfa56ed967c5f6ed98f75834408417a062ff/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/starti.exp: setting breakpoint at main
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-10  0:03 [binutils-gdb] Remove "do_nothing" sergiodj+buildbot
@ 2017-10-10  6:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-10  6:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1716>

Commit(s) tested:
	0c478e2d060bebea341696806fed6f67122efab6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove "do_nothing"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0c/0c478e2d060bebea341696806fed6f67122efab6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-10  0:15 [binutils-gdb] bfin: Don't create .interp section for info->nointerp sergiodj+buildbot
@ 2017-10-10  4:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-10  4:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1714>

Commit(s) tested:
	9d45a7de8b80336b9965ee99353c34be85b1b98f

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	bfin: Don't create .interp section for info->nointerp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9d/9d45a7de8b80336b9965ee99353c34be85b1b98f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09 19:00 [binutils-gdb] Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t sergiodj+buildbot
@ 2017-10-09 23:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09 23:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1711>

Commit(s) tested:
	a181c0bf7461c28cdb72a4074c6d7608119fb575

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a1/a181c0bf7461c28cdb72a4074c6d7608119fb575/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09 17:56 [binutils-gdb] S/390: Sync with latest POP - 3 new instructions sergiodj+buildbot
@ 2017-10-09 21:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09 21:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1709>

Commit(s) tested:
	8e464506d2131fc931c4f81a22cc7125b7adf434

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.vnet.ibm.com>

Subject:
	S/390: Sync with latest POP - 3 new instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8e/8e464506d2131fc931c4f81a22cc7125b7adf434/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09 16:13 [binutils-gdb] Fix automatic dependency tracking sergiodj+buildbot
@ 2017-10-09 18:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09 18:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1707>

Commit(s) tested:
	890e97902a21a3b88f9b6028852736b813303029

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix automatic dependency tracking

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/89/890e97902a21a3b88f9b6028852736b813303029/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09 15:34 [binutils-gdb] Make cp_remove_params return a gdb::unique_xmalloc_ptr sergiodj+buildbot
@ 2017-10-09 16:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09 16:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1706>

Commit(s) tested:
	109483d9eec3f0d0c3eaafd5d829435059167c52

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make cp_remove_params return a gdb::unique_xmalloc_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/10/109483d9eec3f0d0c3eaafd5d829435059167c52/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/starti.exp: setting breakpoint at main
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
new FAIL: gdb.threads/sigstep-threads.exp: continue
new FAIL: gdb.threads/sigstep-threads.exp: step 69
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09 12:16 [binutils-gdb] Fix gdb.base/print-file-var-main.c value check logic sergiodj+buildbot
@ 2017-10-09 13:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09 13:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1705>

Commit(s) tested:
	5c9e4427a745e5e26fba320ecc62e4285b613e4f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb.base/print-file-var-main.c value check logic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5c/5c9e4427a745e5e26fba320ecc62e4285b613e4f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09  7:27 [binutils-gdb] Remove some cleanups from dwarf2read.c sergiodj+buildbot
@ 2017-10-09 12:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09 12:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1704>

Commit(s) tested:
	791afaa233ca9f4baa59aa16062296a00aa2c4da

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from dwarf2read.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/79/791afaa233ca9f4baa59aa16062296a00aa2c4da/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09  8:52 [binutils-gdb] Remove cleanup from frame_prepare_for_sniffer sergiodj+buildbot
@ 2017-10-09 10:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09 10:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1703>

Commit(s) tested:
	30a9c02feff56bd58a276c2a7262f364baa558ac

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from frame_prepare_for_sniffer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/30/30a9c02feff56bd58a276c2a7262f364baa558ac/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09  5:51 [binutils-gdb] Remove make_cleanup_value_free sergiodj+buildbot
@ 2017-10-09  8:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09  8:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1702>

Commit(s) tested:
	757325a3f24e01bf8e7b7214f33c546bc52d1d12

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_value_free

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/75/757325a3f24e01bf8e7b7214f33c546bc52d1d12/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09  5:31 [binutils-gdb] Change search_symbols to return std::vector sergiodj+buildbot
@ 2017-10-09  6:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09  6:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1701>

Commit(s) tested:
	b9c04fb2681dd5706d2cafa5dcc6bdcd99016cf4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change search_symbols to return std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b9/b9c04fb2681dd5706d2cafa5dcc6bdcd99016cf4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-09  5:11 [binutils-gdb] PR22212, memory leak in nm sergiodj+buildbot
@ 2017-10-09  5:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-09  5:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1700>

Commit(s) tested:
	b55ec8b676ed05d93ee49d6c79ae0403616c4fb0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22212, memory leak in nm

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b5/b55ec8b676ed05d93ee49d6c79ae0403616c4fb0/>

*** Diff to previous build ***
============================
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-08 21:53 [binutils-gdb] tilegx: Set this_hdr.sh_entsize only if section size > 0 sergiodj+buildbot
@ 2017-10-08 22:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-08 22:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1697>

Commit(s) tested:
	4c7236d3cb7b971bbdc97b6aec348a4aa0594a9b

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	tilegx: Set this_hdr.sh_entsize only if section size > 0

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4c/4c7236d3cb7b971bbdc97b6aec348a4aa0594a9b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-08  0:51 [binutils-gdb] sparc: Dump dynamic relocation info to the map file sergiodj+buildbot
@ 2017-10-08  1:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-08  1:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1694>

Commit(s) tested:
	f0f07ad1825e9b7f539e410562993b25f76e5627

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	sparc: Dump dynamic relocation info to the map file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f0/f0f07ad1825e9b7f539e410562993b25f76e5627/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-07  1:04 [binutils-gdb] x86: Use zero_undefweak in elf_x86_link_hash_entry sergiodj+buildbot
@ 2017-10-07 13:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-07 13:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1692>

Commit(s) tested:
	98b273dc13b1e45db8c66821efc9e514884f3c25

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Use zero_undefweak in elf_x86_link_hash_entry

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/98/98b273dc13b1e45db8c66821efc9e514884f3c25/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06 21:43 [binutils-gdb] Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes sergiodj+buildbot
@ 2017-10-07 10:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-07 10:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1690>

Commit(s) tested:
	544c67cda1686c1b204cb96c0d7885b08d37b8d6

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/54/544c67cda1686c1b204cb96c0d7885b08d37b8d6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06 13:56 [binutils-gdb] Move aarch64-insn.o to arch/aarch64-insn.o and Remove a rule for arch/*.c sergiodj+buildbot
@ 2017-10-07  9:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-07  9:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1689>

Commit(s) tested:
	0d28b0a5caa6b04129e21a9aff371d4032c7ef17

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Move aarch64-insn.o to arch/aarch64-insn.o and Remove a rule for arch/*.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0d/0d28b0a5caa6b04129e21a9aff371d4032c7ef17/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06 12:54 [binutils-gdb] Add "do/while(0); " to COPY_INPUT_RELOC_P/VERIFY_COPY_RELOC sergiodj+buildbot
@ 2017-10-07  5:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-07  5:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1686>

Commit(s) tested:
	e0d8f43169368abf354e596c7725dee1dd609cb8

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add "do/while(0);" to COPY_INPUT_RELOC_P/VERIFY_COPY_RELOC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e0/e0d8f43169368abf354e596c7725dee1dd609cb8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06 11:06 [binutils-gdb] Fix more GDB build breakage on mingw32 sergiodj+buildbot
@ 2017-10-07  3:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-07  3:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1685>

Commit(s) tested:
	a1b85d282f408dfd18a27539874846197f7e4044

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix more GDB build breakage on mingw32

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a1/a1b85d282f408dfd18a27539874846197f7e4044/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 11 broke out of loop
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06 10:53 [binutils-gdb] Fix GDB build under msys+mingw gcc 32bit sergiodj+buildbot
@ 2017-10-07  2:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-07  2:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1684>

Commit(s) tested:
	b79f7801a2c555ee4ff4bc3050141e83158f66d4

Author(s) (in the same order as the commits):
	Yuanhui Zhang <asmwarrior@gmail.com>

Subject:
	Fix GDB build under msys+mingw gcc 32bit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b7/b79f7801a2c555ee4ff4bc3050141e83158f66d4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06 10:23 [binutils-gdb] Share code updating gdb_target_obs sergiodj+buildbot
@ 2017-10-07  0:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-07  0:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1683>

Commit(s) tested:
	d97987e219b80c670e37eb0e25e31b36fa295509

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Share code updating gdb_target_obs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d9/d97987e219b80c670e37eb0e25e31b36fa295509/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:148
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06  7:54 [binutils-gdb] x86: Add VERIFY_COPY_RELOC sergiodj+buildbot
@ 2017-10-06 20:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-06 20:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1680>

Commit(s) tested:
	ff38b4cc55dade4c9970cac2149a946d5dc0adc7

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add VERIFY_COPY_RELOC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ff/ff38b4cc55dade4c9970cac2149a946d5dc0adc7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06  7:51 [binutils-gdb] x86: Add VERIFY_PLT_ENTRY sergiodj+buildbot
@ 2017-10-06 18:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-06 18:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1679>

Commit(s) tested:
	f3180fa9ee8917fa9547cd5f79c822761f5d87a0

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add VERIFY_PLT_ENTRY

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f3/f3180fa9ee8917fa9547cd5f79c822761f5d87a0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06  7:44 [binutils-gdb] x86: Add GENERATE_DYNAMIC_RELOCATION_P sergiodj+buildbot
@ 2017-10-06 16:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-06 16:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1677>

Commit(s) tested:
	aebcc8ffd201adbee973b414818b01876dabe1a0

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add GENERATE_DYNAMIC_RELOCATION_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ae/aebcc8ffd201adbee973b414818b01876dabe1a0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06  7:36 [binutils-gdb] x86: Add GENERATE_RELATIVE_RELOC_P sergiodj+buildbot
@ 2017-10-06 13:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-06 13:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1675>

Commit(s) tested:
	f70656b2604eff12cea2e9bef27c1e00a3077f30

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add GENERATE_RELATIVE_RELOC_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f7/f70656b2604eff12cea2e9bef27c1e00a3077f30/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06  7:30 [binutils-gdb] Add RESOLVED_LOCALLY_P sergiodj+buildbot
@ 2017-10-06 12:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-06 12:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1674>

Commit(s) tested:
	2eba97c207399d8b541092a7b0a4428dc02f5cf1

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add RESOLVED_LOCALLY_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2e/2eba97c207399d8b541092a7b0a4428dc02f5cf1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06  7:26 [binutils-gdb] x86: Add NEED_DYNAMIC_RELOCATION_P sergiodj+buildbot
@ 2017-10-06 10:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-06 10:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1673>

Commit(s) tested:
	daf1c414a48baf090f005ce4b319b6881d5d6872

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add NEED_DYNAMIC_RELOCATION_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/da/daf1c414a48baf090f005ce4b319b6881d5d6872/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-06  7:18 [binutils-gdb] x86: Add TLS_TRANSITION_IE_TO_LE_P sergiodj+buildbot
@ 2017-10-06  8:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-06  8:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1672>

Commit(s) tested:
	51537393bd939e79f6e9291629fb65a17e6f19da

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add TLS_TRANSITION_IE_TO_LE_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/51/51537393bd939e79f6e9291629fb65a17e6f19da/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:250
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-05 17:35 [binutils-gdb] Fix fork-related regressions on GNU/Linux sergiodj+buildbot
@ 2017-10-06  2:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-06  2:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1670>

Commit(s) tested:
	2fd9d7ca17539ce983862b25e0abc27cfb706189

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix fork-related regressions on GNU/Linux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2f/2fd9d7ca17539ce983862b25e0abc27cfb706189/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:148
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-05 17:18 [binutils-gdb] Remove unused "union agent_val" from ax.h sergiodj+buildbot
@ 2017-10-06  0:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-06  0:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1669>

Commit(s) tested:
	d13b8493cbd2891b5886e6176d468eb63c73606a

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Remove unused "union agent_val" from ax.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d1/d13b8493cbd2891b5886e6176d468eb63c73606a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: continue &
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: continue &
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: continue &
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-05 17:18 [binutils-gdb] Clean up includes of doublest.h and floatformat.h sergiodj+buildbot
@ 2017-10-05 22:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-05 22:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1667>

Commit(s) tested:
	1841ee5d0300cf00022c8aadfe16725c5e86fe1d

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Clean up includes of doublest.h and floatformat.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/18/1841ee5d0300cf00022c8aadfe16725c5e86fe1d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: continue &
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-05 17:00 [binutils-gdb] Add a signal frame unwinder for FreeBSD/mipsn32 sergiodj+buildbot
@ 2017-10-05 20:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-05 20:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1666>

Commit(s) tested:
	a80a647180bf92692e0f01efe7b323afe7d317c9

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add a signal frame unwinder for FreeBSD/mipsn32.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a8/a80a647180bf92692e0f01efe7b323afe7d317c9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-05 17:00 [binutils-gdb] Handle the NT_ARM_VFP core dump note on FreeBSD sergiodj+buildbot
@ 2017-10-05 18:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-05 18:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1665>

Commit(s) tested:
	6d5be5d6b8b4412e65bc037472aa2e727c25ccf5

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Handle the NT_ARM_VFP core dump note on FreeBSD.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6d/6d5be5d6b8b4412e65bc037472aa2e727c25ccf5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-05 17:00 [binutils-gdb] Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types sergiodj+buildbot
@ 2017-10-05 17:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-05 17:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1664>

Commit(s) tested:
	12c4bd7f53e9cefcf7c3a7f8cbf9e552526cb963

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/12/12c4bd7f53e9cefcf7c3a7f8cbf9e552526cb963/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: continue &
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-05 13:02 [binutils-gdb] tile: Dump dynamic relocation info to the map file sergiodj+buildbot
@ 2017-10-05 13:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-05 13:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1663>

Commit(s) tested:
	007873f54e41eaef2f7a89b8adbb63a563d98b65

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	tile: Dump dynamic relocation info to the map file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/00/007873f54e41eaef2f7a89b8adbb63a563d98b65/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: continue &
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-05  4:45 [binutils-gdb] Update my email address sergiodj+buildbot
@ 2017-10-05  5:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-05  5:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1662>

Commit(s) tested:
	c91933e9e33654c7b8973cb449b93f5152afcbcb

Author(s) (in the same order as the commits):
	Tristan Gingold <tgingold@free.fr>

Subject:
	Update my email address.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c9/c91933e9e33654c7b8973cb449b93f5152afcbcb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-05  1:42 [binutils-gdb] bfd_set_input_error sergiodj+buildbot
@ 2017-10-05  3:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-05  3:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1661>

Commit(s) tested:
	2ca7de3746be7484aa5affceafa1ad2e1d789381

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	bfd_set_input_error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2c/2ca7de3746be7484aa5affceafa1ad2e1d789381/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: continue &
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: continue &
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-04 23:08 [binutils-gdb] PR21167, relocation sections not included in groups sergiodj+buildbot
@ 2017-10-04 23:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-04 23:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1659>

Commit(s) tested:
	db4677b8bd90b49f826807352c6c3c7eb0d57814

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR21167, relocation sections not included in groups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/db/db4677b8bd90b49f826807352c6c3c7eb0d57814/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: continue &
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-04 17:39 [binutils-gdb] Fix "Remote 'g' packet reply is too long" problems with multiple inferiors sergiodj+buildbot
@ 2017-10-04 21:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-04 21:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1658>

Commit(s) tested:
	5cd63fda035d4ba949e6478406162c4673b3c9ef

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix "Remote 'g' packet reply is too long" problems with multiple inferiors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5c/5cd63fda035d4ba949e6478406162c4673b3c9ef/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/catch-signal-fork.exp: got SIGHUP after fork
PASS -> FAIL: gdb.base/catch-syscall.exp: without args noxml: syscall vfork has returned
PASS -> FAIL: gdb.base/catch-syscall.exp: without args noxml: ENOSYS: program has called 985087
PASS -> FAIL: gdb.base/catch-syscall.exp: without args noxml: ENOSYS: syscall 985087 has returned
PASS -> FAIL: gdb.base/catch-syscall.exp: without args noxml: program has called 248
new FAIL: gdb.base/fileio.exp: System says shell is not available
PASS -> FAIL: gdb.base/fileio.exp: System says shell is available
PASS -> FAIL: gdb.base/fileio.exp: System
PASS -> FAIL: gdb.base/fileio.exp: System with invalid command returns 127
PASS -> FAIL: gdb.base/fileio.exp: Rename a file
PASS -> FAIL: gdb.base/fileio.exp: Renaming a file to existing directory returns EISDIR
PASS -> FAIL: gdb.base/fileio.exp: renaming a directory to a non-empty directory returns ENOTEMPTY or EEXIST
PASS -> FAIL: gdb.base/fileio.exp: Renaming a directory to a subdir of itself returns EINVAL
PASS -> FAIL: gdb.base/fileio.exp: Renaming a nonexistant file returns ENOENT
PASS -> FAIL: gdb.base/fileio.exp: Unlink a file
PASS -> FAIL: gdb.base/fileio.exp: Unlinking a file in a directory w/o write access returns EACCES
PASS -> FAIL: gdb.base/fileio.exp: Unlinking a nonexistant file returns ENOENT
PASS -> FAIL: gdb.base/fileio.exp: Time
PASS -> FAIL: gdb.base/foll-fork.exp: follow default, detach default, command "next 2": next 2 past fork
PASS -> FAIL: gdb.base/foll-fork.exp: follow default, detach default, command "continue": continue past fork
PASS -> FAIL: gdb.base/foll-fork.exp: follow parent, detach on, command "next 2": next 2 past fork
PASS -> FAIL: gdb.base/foll-fork.exp: follow parent, detach on, command "continue": continue past fork
PASS -> FAIL: gdb.base/foll-fork.exp: set follow-fork parent, hit tbreak
PASS -> FAIL: gdb.base/foll-vfork.exp: exec: vfork parent follow, through step: step
PASS -> FAIL: gdb.base/foll-vfork.exp: exec: vfork parent follow, to bp: continue to bp
PASS -> FAIL: gdb.base/foll-vfork.exp: exec: vfork parent follow, finish after tcatch vfork: finish
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork parent follow, through step: step
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork parent follow, to bp: continue to bp
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork parent follow, finish after tcatch vfork: finish
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: continue &
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: info threads
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: continue &
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: info threads
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: info threads
PASS -> FAIL: gdb.base/multi-forks.exp: follow parent, print pids
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: continue to fork
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: find syscall insn in fork
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: stepi fork insn
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: break on syscall insn
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: continue to syscall insn fork
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork
PASS -> FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
PASS -> FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: find syscall insn in vfork
PASS -> FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: stepi vfork insn
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: break on syscall insn
PASS -> FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
PASS -> FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
PASS -> FAIL: gdb.base/watch-vfork.exp: Watchpoint triggers after vfork
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: reverse to marker1
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/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: continue &
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: inferior 1 exited
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: no threads left
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: finish
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: breakpoint
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the first fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: finish
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-04 16:48 [binutils-gdb] Fix -list-thread-groups --available logic and add test sergiodj+buildbot
@ 2017-10-04 17:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-04 17:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1655>

Commit(s) tested:
	4c71c1059f876fcca9809f7b6372b721ddb83635

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix -list-thread-groups --available logic and add test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4c/4c71c1059f876fcca9809f7b6372b721ddb83635/>

*** Diff to previous build ***
============================
new FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
new FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-04 12:21 [binutils-gdb] Move code out of 'between TRY and CATCH' sergiodj+buildbot
@ 2017-10-04 13:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-04 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1654>

Commit(s) tested:
	73dcd72d4eeec176f769660ddcdefd1f25d0a2ec

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Move code out of 'between TRY and CATCH'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/73/73dcd72d4eeec176f769660ddcdefd1f25d0a2ec/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-04  7:08 [binutils-gdb] Extend "set cwd" to work on gdbserver sergiodj+buildbot
@ 2017-10-04 10:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-04 10:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1652>

Commit(s) tested:
	bc3b087de2401c65c02730d346e8bea4dc0504ae

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Extend "set cwd" to work on gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bc/bc3b087de2401c65c02730d346e8bea4dc0504ae/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-04  6:49 [binutils-gdb] Implement "set cwd" command on GDB sergiodj+buildbot
@ 2017-10-04  8:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-04  8:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1651>

Commit(s) tested:
	d092c5a2465ece3435131ae6fef1ccb6e70986cb

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Implement "set cwd" command on GDB

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d0/d092c5a2465ece3435131ae6fef1ccb6e70986cb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance selftest
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-04  6:40 [binutils-gdb] Introduce gdb_tilde_expand sergiodj+buildbot
@ 2017-10-04  7:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-04  7:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1650>

Commit(s) tested:
	7da0a8867419fc4a2a64d49cc71a14bd145cebff

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Introduce gdb_tilde_expand

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/7d/7da0a8867419fc4a2a64d49cc71a14bd145cebff/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:148
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-03 21:48 [binutils-gdb] Update my email address sergiodj+buildbot
@ 2017-10-03 22:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-03 22:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1646>

Commit(s) tested:
	c0107b0f57bc958b640dabafd4c6c618ea023397

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Update my email address.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c0/c0107b0f57bc958b640dabafd4c6c618ea023397/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-03 12:07 [binutils-gdb] Change record_full_gdb_operation_disable_set not to return a cleanup sergiodj+buildbot
@ 2017-10-03 15:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-03 15:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1637>

Commit(s) tested:
	070365117b5727394e271399c5738a27bf9716d5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change record_full_gdb_operation_disable_set not to return a cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/07/070365117b5727394e271399c5738a27bf9716d5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-02 21:04 [binutils-gdb] Fix ptype of Rust slices sergiodj+buildbot
@ 2017-10-03 13:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-03 13:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1635>

Commit(s) tested:
	b3e3859bc577db5b79bb3d39048fd46c0a0420ef

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix ptype of Rust slices

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b3/b3e3859bc577db5b79bb3d39048fd46c0a0420ef/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-02 20:33 [binutils-gdb] Allow indexing of &str in Rust sergiodj+buildbot
@ 2017-10-03 11:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-03 11:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1634>

Commit(s) tested:
	01af5e0d09ac9c621e7b280f44a2c7ef55784493

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allow indexing of &str in Rust

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/01/01af5e0d09ac9c621e7b280f44a2c7ef55784493/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/starti.exp: setting breakpoint at main
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:250
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-30 15:12 [binutils-gdb] Use std::string in mi-main.c sergiodj+buildbot
@ 2017-10-02 22:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02 22:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1621>

Commit(s) tested:
	dcd5ddccd7d7917caf42b8d429a7535857c6e9b2

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string in mi-main.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/dc/dcd5ddccd7d7917caf42b8d429a7535857c6e9b2/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
       [not found] <6afe2f4a39badf0ea1ccf9fd34417e729577c6e6@gdb-build>
@ 2017-10-02 18:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02 18:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1619>

Commit(s) tested:
	6afe2f4a39badf0ea1ccf9fd34417e729577c6e6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unused declaration

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/6a/6afe2f4a39badf0ea1ccf9fd34417e729577c6e6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-30 11:49 [binutils-gdb] Remove cleanups from mi-cmd-var.c sergiodj+buildbot
@ 2017-10-02 16:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02 16:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1617>

Commit(s) tested:
	2d6960b4568869baaa3cb40f75caed4021938e1c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from mi-cmd-var.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2d6960b4568869baaa3cb40f75caed4021938e1c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-30 11:26 [binutils-gdb] Remove cleanups from mi_cmd_break_insert_1 sergiodj+buildbot
@ 2017-10-02 15:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02 15:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1616>

Commit(s) tested:
	784c453a4f1aeee237203dd6257a6ed24bee28c3

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from mi_cmd_break_insert_1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/78/784c453a4f1aeee237203dd6257a6ed24bee28c3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-30 10:20 [binutils-gdb] Remove make_cleanup_defer_target_commit_resume sergiodj+buildbot
@ 2017-10-02 14:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02 14:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1615>

Commit(s) tested:
	a9bc57b97840a874ad2802e29a44fbf557668808

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_defer_target_commit_resume

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a9/a9bc57b97840a874ad2802e29a44fbf557668808/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
       [not found] <9754d8c4c48209eaefb044d03dc25f14dca8a263@gdb-build>
@ 2017-10-02 12:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02 12:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1614>

Commit(s) tested:
	9754d8c4c48209eaefb044d03dc25f14dca8a263

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some unused declarations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/97/9754d8c4c48209eaefb044d03dc25f14dca8a263/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-30  9:29 [binutils-gdb] Remove a cleanup from symtab.c sergiodj+buildbot
@ 2017-10-02 11:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02 11:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1613>

Commit(s) tested:
	99ef965c6e812cc73691873c965cff0d2d5b89a0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a cleanup from symtab.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/99/99ef965c6e812cc73691873c965cff0d2d5b89a0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: step does not change thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: current thread advanced - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-30  7:51 [binutils-gdb] Remove cleanup from xstormy16-tdep.c sergiodj+buildbot
@ 2017-10-02  8:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02  8:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1611>

Commit(s) tested:
	726b2169b4cda6a0267cb2986ada758270cff093

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from xstormy16-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/72/726b2169b4cda6a0267cb2986ada758270cff093/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-30  7:29 [binutils-gdb] Remove cleanup from complaints.c sergiodj+buildbot
@ 2017-10-02  7:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02  7:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1610>

Commit(s) tested:
	55b064321eed6cccf511fd698c732890e3ba4c6b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from complaints.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/55/55b064321eed6cccf511fd698c732890e3ba4c6b/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
       [not found] <8abcee91738bf0be98e949049c559839ef811ae4@gdb-build>
@ 2017-10-02  6:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-10-02  6:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1609>

Commit(s) tested:
	8abcee91738bf0be98e949049c559839ef811ae4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from tracepoint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8a/8abcee91738bf0be98e949049c559839ef811ae4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-28  1:36 [binutils-gdb] Constify commands in cli-dump.c sergiodj+buildbot
@ 2017-09-28 22:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28 22:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1544>

Commit(s) tested:
	2d0ac1068babfe8800607b17ddb2f31189bdb334

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify commands in cli-dump.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/2d/2d0ac1068babfe8800607b17ddb2f31189bdb334/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-28  0:41 [binutils-gdb] Constify interpreter_exec_cmd sergiodj+buildbot
@ 2017-09-28 15:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28 15:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1541>

Commit(s) tested:
	1970a12f32f788f22b641737e846350e1ff9dd04

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify interpreter_exec_cmd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/19/1970a12f32f788f22b641737e846350e1ff9dd04/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-28  0:29 [binutils-gdb] Constify cmd_record_full_restore sergiodj+buildbot
@ 2017-09-28 14:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28 14:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1540>

Commit(s) tested:
	41243651350688a9a0f3a3542871d37e7f3c5f20

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify cmd_record_full_restore

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/41/41243651350688a9a0f3a3542871d37e7f3c5f20/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: current thread advanced - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 23:21 [binutils-gdb] Constify some functions in memattr.c sergiodj+buildbot
@ 2017-09-28 12:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28 12:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1539>

Commit(s) tested:
	4465d9db2f8962640f3799a17851bef3b1be1a33

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify some functions in memattr.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/44/4465d9db2f8962640f3799a17851bef3b1be1a33/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 23:15 [binutils-gdb] Constify show_convenience sergiodj+buildbot
@ 2017-09-28 11:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28 11:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1538>

Commit(s) tested:
	ad25e4234a3f370a693b9c392c5b54216aab4592

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify show_convenience

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ad/ad25e4234a3f370a693b9c392c5b54216aab4592/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-28  2:14 [binutils-gdb] Constify core_file_command sergiodj+buildbot
@ 2017-09-28 10:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28 10:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1537>

Commit(s) tested:
	d64097b17c88ae18781ecce59d1b265b41e9551a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify core_file_command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d6/d64097b17c88ae18781ecce59d1b265b41e9551a/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 21:51 [binutils-gdb] Constify maintenance_print_user_registers sergiodj+buildbot
@ 2017-09-28  9:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28  9:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1536>

Commit(s) tested:
	4d4589ef76b975eead8da6bfa65db4a9dc85089a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify maintenance_print_user_registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4d/4d4589ef76b975eead8da6bfa65db4a9dc85089a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 20:54 [binutils-gdb] Constify maintenance_cplus_namespace sergiodj+buildbot
@ 2017-09-28  7:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28  7:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1535>

Commit(s) tested:
	32a7bf17c94a81c08535ea045f43fe8c8271d3fd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify maintenance_cplus_namespace

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/32/32a7bf17c94a81c08535ea045f43fe8c8271d3fd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 20:01 [binutils-gdb] Constify first_component_command sergiodj+buildbot
@ 2017-09-28  6:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28  6:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1534>

Commit(s) tested:
	4a47555179bfcfd3c9e4ad2752e38ae398fc7dcd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify first_component_command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4a/4a47555179bfcfd3c9e4ad2752e38ae398fc7dcd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 19:46 [binutils-gdb] Constify some functions in psymtab.c sergiodj+buildbot
@ 2017-09-28  5:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28  5:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1533>

Commit(s) tested:
	990b9f9f5a301cef9c16035c341a7b0b7ccc983d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify some functions in psymtab.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/99/990b9f9f5a301cef9c16035c341a7b0b7ccc983d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: step does not change thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: current thread advanced - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 19:06 [binutils-gdb] Constify two functions in linux-fork.c sergiodj+buildbot
@ 2017-09-28  2:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28  2:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1531>

Commit(s) tested:
	5b64bf744c04f550a9d15b49a8cb0245904afb13

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify two functions in linux-fork.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5b/5b64bf744c04f550a9d15b49a8cb0245904afb13/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:148
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 18:56 [binutils-gdb] Constify two functions in cp-abi.c sergiodj+buildbot
@ 2017-09-28  1:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-28  1:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1530>

Commit(s) tested:
	4ada038f6a8330b27769ad0227c7f716aa29b649

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify two functions in cp-abi.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4a/4ada038f6a8330b27769ad0227c7f716aa29b649/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 19:37 [binutils-gdb] Constify two functions in valprint.c sergiodj+buildbot
@ 2017-09-27 22:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-27 22:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1528>

Commit(s) tested:
	b0a8e6c4431a2e762dac88f3d73efca4bc47c90a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify two functions in valprint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b0/b0a8e6c4431a2e762dac88f3d73efca4bc47c90a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 17:48 [binutils-gdb] Constify info_probes_dtrace_command sergiodj+buildbot
@ 2017-09-27 21:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-27 21:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1527>

Commit(s) tested:
	8d97dc1cea4d1dafff2ce2f55e0b84cfe444e6cf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify info_probes_dtrace_command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8d/8d97dc1cea4d1dafff2ce2f55e0b84cfe444e6cf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:250
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 17:17 [binutils-gdb] Constify not_just_help_class_command sergiodj+buildbot
@ 2017-09-27 19:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-27 19:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1526>

Commit(s) tested:
	eb7c454d737322be2d810e1a5a2dc7b88fd636e6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify not_just_help_class_command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/eb/eb7c454d737322be2d810e1a5a2dc7b88fd636e6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: step does not change thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: current thread advanced - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: set scheduler-locking on
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: set scheduler-locking on
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: print call_function = 1
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: find current thread
new FAIL: gdb.threads/sigstep-threads.exp: step 90
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 15:48 [binutils-gdb] Add add_cmd function overloads sergiodj+buildbot
@ 2017-09-27 17:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-27 17:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1524>

Commit(s) tested:
	0450cc4ce8b4775c47e9aaa1c5a34e181b10ae98

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add add_cmd function overloads

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/04/0450cc4ce8b4775c47e9aaa1c5a34e181b10ae98/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-27 14:49 [binutils-gdb] Add support for __VA_OPT__ sergiodj+buildbot
@ 2017-09-27 16:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-27 16:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1523>

Commit(s) tested:
	a9bbfbd85fddfea2db30810c33c4bb130a2ef773

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add support for __VA_OPT__

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a9/a9bbfbd85fddfea2db30810c33c4bb130a2ef773/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26 22:02 [binutils-gdb] x86-64: Don't pass output_bfd to info->callbacks->minfo sergiodj+buildbot
@ 2017-09-27  6:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-27  6:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1521>

Commit(s) tested:
	ac69a0d75bf472a140e5405c8a90420d5f63a998

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Don't pass output_bfd to info->callbacks->minfo

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ac/ac69a0d75bf472a140e5405c8a90420d5f63a998/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26 18:56 [binutils-gdb] dwarf2read: Restrict ICC workaround to ICC<14 sergiodj+buildbot
@ 2017-09-27  6:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-27  6:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1520>

Commit(s) tested:
	5230b05a94b964da335a0758686b92a8efcc823d

Author(s) (in the same order as the commits):
	Walfred Tedeschi <walfred.tedeschi@intel.com>

Subject:
	dwarf2read: Restrict ICC workaround to ICC<14

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/52/5230b05a94b964da335a0758686b92a8efcc823d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next does not change thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: current thread advanced - unlocked
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: print call_function = 1
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: set scheduler-locking step
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: step to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: set scheduler-locking step
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: set scheduler-locking step
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: print call_function = 1
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: set scheduler-locking on
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: step to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: set scheduler-locking on
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: set scheduler-locking on
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: print call_function = 1
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: find current thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26 17:59 [binutils-gdb] Use "switch_to_thread" more thoroughly on gdbserver sergiodj+buildbot
@ 2017-09-27  1:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-27  1:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1518>

Commit(s) tested:
	75352e283fb2b265d14c750859156943f6eb2693

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Use "switch_to_thread" more thoroughly on gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/75/75352e283fb2b265d14c750859156943f6eb2693/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26 17:12 [binutils-gdb] Allow linking GDB with ncursesw sergiodj+buildbot
@ 2017-09-26 23:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26 23:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1517>

Commit(s) tested:
	5007d765ae09c10c7f3b18bb16841b9d2d59e181

Author(s) (in the same order as the commits):
	Matthias Klose <doko@ubuntu.com>

Subject:
	Allow linking GDB with ncursesw

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/50/5007d765ae09c10c7f3b18bb16841b9d2d59e181/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26 16:00 [binutils-gdb] Tidy reading data in read_formatted_entries sergiodj+buildbot
@ 2017-09-26 21:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26 21:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1515>

Commit(s) tested:
	33e0a9a056bd23e923b929a4f2ab049ade0b1c32

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Tidy reading data in read_formatted_entries

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/33/33e0a9a056bd23e923b929a4f2ab049ade0b1c32/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26 15:21 [binutils-gdb] Avoid needless resource usage when processing a corrupt DWARF directory or file name table sergiodj+buildbot
@ 2017-09-26 19:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26 19:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1514>

Commit(s) tested:
	30d0157a2ad64e64e5ff9fcc0dbe78a3e682f573

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Avoid needless resource usage when processing a corrupt DWARF directory or file name table.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/30/30d0157a2ad64e64e5ff9fcc0dbe78a3e682f573/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26 14:35 [binutils-gdb] Remove support for Solaris < 10 (PR gdb/22185) sergiodj+buildbot
@ 2017-09-26 17:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26 17:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1513>

Commit(s) tested:
	281c4447738409888d9659924937da182a65b4e1

Author(s) (in the same order as the commits):
	Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

Subject:
	Remove support for Solaris < 10 (PR gdb/22185)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/28/281c4447738409888d9659924937da182a65b4e1/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: step to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: step does not change thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: current thread advanced - unlocked
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: print call_function = 1
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: set scheduler-locking step
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: step to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=step: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: set scheduler-locking step
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: set scheduler-locking step
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: print call_function = 1
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: set scheduler-locking on
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: step to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=step: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: set scheduler-locking on
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: print call_function = 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: find current thread
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: set scheduler-locking off
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: continue to breakpoint: return to loop
new FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: set scheduler-locking on
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: print call_function = 1
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: listed args
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: next to increment
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: find current thread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26 10:06 [binutils-gdb] Allow the macw and macl instructions to be used on CPUs that have emacs support sergiodj+buildbot
@ 2017-09-26 13:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26 13:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1510>

Commit(s) tested:
	58a0b827444d0d6baad47f5fd010f33e541ed16e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Allow the macw and macl instructions to be used on CPUs that have emacs support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/58/58a0b827444d0d6baad47f5fd010f33e541ed16e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26  3:25 [binutils-gdb] Remove make_cleanup_regcache_invalidate sergiodj+buildbot
@ 2017-09-26  9:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26  9:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1507>

Commit(s) tested:
	b292235f666ff2123e26794db73d5a27a685e7be

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_regcache_invalidate

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b2/b292235f666ff2123e26794db73d5a27a685e7be/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.reverse/insn-reverse.exp: ext_reg_load: compare registers on insn 2:adds	r3, r7, #4
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26  2:45 [binutils-gdb] Remove make_cleanup_regcache_xfree sergiodj+buildbot
@ 2017-09-26  7:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26  7:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1506>

Commit(s) tested:
	9ac86b52da268147b2565e4920357432bb7a34c3

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_regcache_xfree

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9a/9ac86b52da268147b2565e4920357432bb7a34c3/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26  1:17 [binutils-gdb] PR22205, .debug_line file table NULL filename sergiodj+buildbot
@ 2017-09-26  3:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26  3:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1503>

Commit(s) tested:
	a54018b72d75abf2e74bf36016702da06399c1d9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22205, .debug_line file table NULL filename

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a5/a54018b72d75abf2e74bf36016702da06399c1d9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 11 broke out of loop
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-26  0:40 [binutils-gdb] PR22204, Lack of DW_LNE_end_sequence causes "infinite" loop sergiodj+buildbot
@ 2017-09-26  2:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26  2:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1502>

Commit(s) tested:
	e338894dc2e603683bed2172e8e9f25b29051005

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22204, Lack of DW_LNE_end_sequence causes "infinite" loop

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e3/e338894dc2e603683bed2172e8e9f25b29051005/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-25 17:02 [binutils-gdb] S390: Add guarded-storage register support to gdbserver sergiodj+buildbot
@ 2017-09-26  0:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-26  0:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1500>

Commit(s) tested:
	ad3396348e0ebb61fdf71cff307bac08175ed366

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Add guarded-storage register support to gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ad/ad3396348e0ebb61fdf71cff307bac08175ed366/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-25 16:24 [binutils-gdb] S390: Add guarded-storage register support to GDB sergiodj+buildbot
@ 2017-09-25 22:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-25 22:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1499>

Commit(s) tested:
	1b63490c9173f8c9770b7885def720516aa9b9f8

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S390: Add guarded-storage register support to GDB

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1b/1b63490c9173f8c9770b7885def720516aa9b9f8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-25 15:04 [binutils-gdb] PR22202, buffer overflow in parse_die sergiodj+buildbot
@ 2017-09-25 18:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-25 18:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1497>

Commit(s) tested:
	1da5c9a485f3dcac4c45e96ef4b7dae5948314b5

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22202, buffer overflow in parse_die

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1d/1da5c9a485f3dcac4c45e96ef4b7dae5948314b5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-25 14:14 [binutils-gdb] PR22201, DW_AT_name with out of bounds reference sergiodj+buildbot
@ 2017-09-25 16:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-25 16:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1496>

Commit(s) tested:
	11855d8a1f11b102a702ab76e95b22082cccf2f8

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22201, DW_AT_name with out of bounds reference

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/11/11855d8a1f11b102a702ab76e95b22082cccf2f8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-25 13:52 [binutils-gdb] PR22200, DWARF5 .debug_line sanity check sergiodj+buildbot
@ 2017-09-25 14:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-25 14:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1495>

Commit(s) tested:
	c361faae8d964db951b7100cada4dcdc983df1bf

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22200, DWARF5 .debug_line sanity check

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c3/c361faae8d964db951b7100cada4dcdc983df1bf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-24 12:59 [binutils-gdb] PR22197, buffer overflow in bfd_get_debug_link_info_1 sergiodj+buildbot
@ 2017-09-25  5:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-25  5:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1493>

Commit(s) tested:
	52b36c51e5bf6d7600fdc6ba115b170b0e78e31d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22197, buffer overflow in bfd_get_debug_link_info_1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/52/52b36c51e5bf6d7600fdc6ba115b170b0e78e31d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-24 12:42 [binutils-gdb] PR22191, memory leak in dwarf2.c sergiodj+buildbot
@ 2017-09-24 18:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-24 18:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1492>

Commit(s) tested:
	a26a013f22a19e2c16729e64f40ef8a7dfcc086e

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22191, memory leak in dwarf2.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/a2/a26a013f22a19e2c16729e64f40ef8a7dfcc086e/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-24  8:40 [binutils-gdb] PR22187, infinite loop in find_abstract_instance_name sergiodj+buildbot
@ 2017-09-24 13:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-24 13:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1490>

Commit(s) tested:
	52a93b95ec0771c97e26f0bb28630a271a667bd2

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22187, infinite loop in find_abstract_instance_name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/52/52a93b95ec0771c97e26f0bb28630a271a667bd2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-24  8:28 [binutils-gdb] PR22186, divide-by-zero in decode_line_info sergiodj+buildbot
@ 2017-09-24 12:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-24 12:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1489>

Commit(s) tested:
	d8010d3e75ec7194a4703774090b27486b742d48

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22186, divide-by-zero in decode_line_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d8/d8010d3e75ec7194a4703774090b27486b742d48/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-24  8:08 [binutils-gdb] PR22169, heap-based buffer overflow in read_1_byte sergiodj+buildbot
@ 2017-09-24 10:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-24 10:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1488>

Commit(s) tested:
	515f23e63c0074ab531bc954f84ca40c6281a724

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22169, heap-based buffer overflow in read_1_byte

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/51/515f23e63c0074ab531bc954f84ca40c6281a724/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-24  7:39 [binutils-gdb] PR22167, NULL pointer dereference in scan_unit_for_symbols sergiodj+buildbot
@ 2017-09-24  9:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-24  9:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1487>

Commit(s) tested:
	0d76029f92182c3682d8be2c833d45bc9a2068fe

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22167, NULL pointer dereference in scan_unit_for_symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0d/0d76029f92182c3682d8be2c833d45bc9a2068fe/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-23 21:05 [binutils-gdb] Removed unused declaration sergiodj+buildbot
@ 2017-09-24  7:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-24  7:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1485>

Commit(s) tested:
	b4a7c699688bd88313893cbb59ee0df5b8cd009b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Removed unused declaration

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b4/b4a7c699688bd88313893cbb59ee0df5b8cd009b/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-22 22:17 [binutils-gdb] Change type of scoped_input_handler::m_quit_handler sergiodj+buildbot
@ 2017-09-23  7:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-23  7:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1484>

Commit(s) tested:
	c2f97536b77f9d9531a1a2c37008b454eb67a82e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change type of scoped_input_handler::m_quit_handler

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c2/c2f97536b77f9d9531a1a2c37008b454eb67a82e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-22 20:52 [binutils-gdb] LVU: dump loclists with locviews sergiodj+buildbot
@ 2017-09-22 22:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-22 22:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1482>

Commit(s) tested:
	9f272209118972864b2c3799ddf2b39683c1a7b7

Author(s) (in the same order as the commits):
	Alexandre Oliva <aoliva@redhat.com>

Subject:
	LVU: dump loclists with locviews

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/9f/9f272209118972864b2c3799ddf2b39683c1a7b7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-22 18:25 [binutils-gdb] Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)" sergiodj+buildbot
@ 2017-09-22 21:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-22 21:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1481>

Commit(s) tested:
	43573013c9836f2b91b74b9b29dac35fdb41e06b

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/43/43573013c9836f2b91b74b9b29dac35fdb41e06b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-22 15:58 [binutils-gdb] gdbserver x86 on win32: call init_target_desc sergiodj+buildbot
@ 2017-09-22 19:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-22 19:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1479>

Commit(s) tested:
	cc4d742f4ce05bf933397a513b953c0feeae0663

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	gdbserver x86 on win32: call init_target_desc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/cc/cc4d742f4ce05bf933397a513b953c0feeae0663/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-22 15:29 [binutils-gdb] x86: Return -1 if bfd_canonicalize_dynamic_reloc returns 0 sergiodj+buildbot
@ 2017-09-22 17:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-22 17:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1478>

Commit(s) tested:
	b69e9267d15a09ce3f3d4599eae2952dfc6df502

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Return -1 if bfd_canonicalize_dynamic_reloc returns 0

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b6/b69e9267d15a09ce3f3d4599eae2952dfc6df502/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-22 14:55 [binutils-gdb] bfd/version.h: Add rationale for BFD_VERSION_DATE sergiodj+buildbot
@ 2017-09-22 16:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-22 16:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1477>

Commit(s) tested:
	b877d21f34211915953487d68a07697f4cb4f771

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	bfd/version.h: Add rationale for BFD_VERSION_DATE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/b8/b877d21f34211915953487d68a07697f4cb4f771/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-22 14:18 [binutils-gdb] Fix sometimes-uninitialized warning in gdbscm_value_address sergiodj+buildbot
@ 2017-09-22 15:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-22 15:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1476>

Commit(s) tested:
	432ae719d35c81324e01ae6bd9970cc43e69fa5e

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix sometimes-uninitialized warning in gdbscm_value_address

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/43/432ae719d35c81324e01ae6bd9970cc43e69fa5e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-22  9:29 [binutils-gdb] Fix gdb 8.1 Solaris compilation sergiodj+buildbot
@ 2017-09-22 14:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-22 14:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1475>

Commit(s) tested:
	4fa7574eecb9a92ef40f77de572541e402a2749e

Author(s) (in the same order as the commits):
	Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

Subject:
	Fix gdb 8.1 Solaris compilation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4f/4fa7574eecb9a92ef40f77de572541e402a2749e/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21 20:48 [binutils-gdb] Test case for Inferior.thread_from_thread_handle sergiodj+buildbot
@ 2017-09-22  5:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-22  5:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1474>

Commit(s) tested:
	757bf54bb48a8417154cfdd7128c1775d43478d8

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Test case for Inferior.thread_from_thread_handle

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/75/757bf54bb48a8417154cfdd7128c1775d43478d8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
new FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[0]
new FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[1]
new FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[2]
new FAIL: gdb.python/py-thrhandle.exp: print thread for bogus handle thrs[3]
new FAIL: gdb.python/py-thrhandle.exp: print thread for bogus handle thrs[4]
new FAIL: gdb.python/py-thrhandle.exp: TypeError when passing a symbol object to thread_from_thread_handle
new FAIL: gdb.python/py-thrhandle.exp: Pass overly large object to thread_from_thread_handle
new FAIL: gdb.python/py-thrhandle.exp: Pass too small of an object to thread_from_thread_handle
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21 20:08 [binutils-gdb] Add thread_db_notice_clone to gdbserver sergiodj+buildbot
@ 2017-09-21 22:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21 22:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1472>

Commit(s) tested:
	8629910955a751a93f2f12389ff1f497556cc260

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Add thread_db_notice_clone to gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/86/8629910955a751a93f2f12389ff1f497556cc260/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21 19:39 [binutils-gdb] Add `thread_from_thread_handle' method to (Python) gdb.Inferior sergiodj+buildbot
@ 2017-09-21 21:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21 21:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1471>

Commit(s) tested:
	fbbe5337a6d839309c0415765803a19f3e38f6e4

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Add `thread_from_thread_handle' method to (Python) gdb.Inferior

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/fb/fbbe5337a6d839309c0415765803a19f3e38f6e4/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21 19:14 [binutils-gdb] Add target method for converting thread handle to thread_info struct pointer sergiodj+buildbot
@ 2017-09-21 20:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21 20:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1470>

Commit(s) tested:
	e04ee09e24563f013c35cdebd7e9de3092b99b83

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Add target method for converting thread handle to thread_info struct pointer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e0/e04ee09e24563f013c35cdebd7e9de3092b99b83/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21 16:58 [binutils-gdb] gdbserver: Remove traces of ancient Hc handling sergiodj+buildbot
@ 2017-09-21 19:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21 19:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1469>

Commit(s) tested:
	f557a88ab120b75ddcc507c03d565c28e5f88c16

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdbserver: Remove traces of ancient Hc handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f5/f557a88ab120b75ddcc507c03d565c28e5f88c16/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21 16:21 [binutils-gdb] S/390: Fix Elf note swap s390_gs_bc vs. s390_gs_cb sergiodj+buildbot
@ 2017-09-21 18:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21 18:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1468>

Commit(s) tested:
	8fe09d7421db51bc13c9228547d63e6315bd6bd0

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	S/390: Fix Elf note swap s390_gs_bc vs. s390_gs_cb

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/8f/8fe09d7421db51bc13c9228547d63e6315bd6bd0/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21 13:51 [binutils-gdb] linux-waitpid: Get rid of format string warning sergiodj+buildbot
@ 2017-09-21 16:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21 16:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1467>

Commit(s) tested:
	1e5b66ed4285ecf063e7801a46178ebb0ce5be41

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	linux-waitpid: Get rid of format string warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1e/1e5b66ed4285ecf063e7801a46178ebb0ce5be41/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21 12:52 [binutils-gdb] microblaze-tdep: Add ATTRIBUTE_PRINTF to microblaze_debug sergiodj+buildbot
@ 2017-09-21 14:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21 14:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1466>

Commit(s) tested:
	ebe48ba0856dcccaa7a60d873c61e6f1f96f5887

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	microblaze-tdep: Add ATTRIBUTE_PRINTF to microblaze_debug

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/eb/ebe48ba0856dcccaa7a60d873c61e6f1f96f5887/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21  9:36 [binutils-gdb] Fix aarch64-freebsd build failure sergiodj+buildbot
@ 2017-09-21 12:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21 12:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1465>

Commit(s) tested:
	0a0bf5dc149ad79b325cdffb6b4e57be6c5ecbc2

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix aarch64-freebsd build failure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0a/0a0bf5dc149ad79b325cdffb6b4e57be6c5ecbc2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/starti.exp: continue
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21  8:31 [binutils-gdb] [SIM, ARM] Fix build failure sergiodj+buildbot
@ 2017-09-21  9:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21  9:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1464>

Commit(s) tested:
	88240b186d224d634633d9996832f1235364b6d4

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[SIM, ARM] Fix build failure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/88/88240b186d224d634633d9996832f1235364b6d4/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21  6:48 [binutils-gdb] Change counted_command_line to a shared_ptr sergiodj+buildbot
@ 2017-09-21  8:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21  8:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1463>

Commit(s) tested:
	d1b0a7bfd3df05fd2009b62b19b7535bbc6555c0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change counted_command_line to a shared_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/d1/d1b0a7bfd3df05fd2009b62b19b7535bbc6555c0/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-21  0:06 [binutils-gdb] eval.c:evaluate_subexp_standard: Use RAII to avoid leaks sergiodj+buildbot
@ 2017-09-21  4:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-21  4:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1460>

Commit(s) tested:
	c83833f49353e1fe7fa727291210be751161ade1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	eval.c:evaluate_subexp_standard: Use RAII to avoid leaks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c8/c83833f49353e1fe7fa727291210be751161ade1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-20 22:31 [binutils-gdb] Overload catch_command_errors sergiodj+buildbot
@ 2017-09-20 23:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-20 23:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1458>

Commit(s) tested:
	013af3fc8eba48d081f0e83303cd800097e5b7a8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Overload catch_command_errors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/01/013af3fc8eba48d081f0e83303cd800097e5b7a8/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-20 17:04 [binutils-gdb] Make "list ambiguous" show symbol names too sergiodj+buildbot
@ 2017-09-20 22:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-20 22:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1457>

Commit(s) tested:
	06871ae84096ed1672eb76f44cea4d5dbe79ae24

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make "list ambiguous" show symbol names too

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/06/06871ae84096ed1672eb76f44cea4d5dbe79ae24/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-20 15:28 [binutils-gdb] [OBV] amd64-features-makefile: add missing backslash sergiodj+buildbot
@ 2017-09-20 16:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-20 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1455>

Commit(s) tested:
	1b7fa39ed9678fded7264636c1e5cc14c6d6ebc6

Author(s) (in the same order as the commits):
	Walfred Tedeschi <walfred.tedeschi@intel.com>

Subject:
	[OBV] amd64-features-makefile: add missing backslash.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/1b/1b7fa39ed9678fded7264636c1e5cc14c6d6ebc6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-20 14:10 [binutils-gdb] gdb - avx512: tests were failing due to missing memory aligment sergiodj+buildbot
@ 2017-09-20 15:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-20 15:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1454>

Commit(s) tested:
	6470a84860b11ba6e7258604ae78f047a1af2f5d

Author(s) (in the same order as the commits):
	Walfred Tedeschi <walfred.tedeschi@intel.com>

Subject:
	gdb - avx512: tests were failing due to missing memory aligment.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/64/6470a84860b11ba6e7258604ae78f047a1af2f5d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-19 19:46 [binutils-gdb] Add a 'starti' command sergiodj+buildbot
@ 2017-09-20  3:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-20  3:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1453>

Commit(s) tested:
	4e5a4f5850487740eb7549f1d0b8625ce577faab

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add a 'starti' command.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4e/4e5a4f5850487740eb7549f1d0b8625ce577faab/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/starti.exp: continue
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-19 10:48 [binutils-gdb] Remove one explicit rule for monitor.o sergiodj+buildbot
@ 2017-09-19 19:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-19 19:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1452>

Commit(s) tested:
	aa70c9f1950b25b48f8fd6770f5d38a8252c24a4

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove one explicit rule for monitor.o

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/aa/aa70c9f1950b25b48f8fd6770f5d38a8252c24a4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-19  5:56 [binutils-gdb] PR22150, ld keeps a version reference for gc'd symbols sergiodj+buildbot
@ 2017-09-19  6:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-19  6:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1449>

Commit(s) tested:
	3d13f3e9bda5aada68915f5d958f731ae79ed41d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22150, ld keeps a version reference for gc'd symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3d/3d13f3e9bda5aada68915f5d958f731ae79ed41d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-18 20:44 [binutils-gdb] Check error return from bfd_canonicalize_dynamic_reloc sergiodj+buildbot
@ 2017-09-19  5:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-19  5:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1448>

Commit(s) tested:
	94670f6cf11fc29cc6db6814b38c4305d9bcac96

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Check error return from bfd_canonicalize_dynamic_reloc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/94/94670f6cf11fc29cc6db6814b38c4305d9bcac96/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-18 11:43 [binutils-gdb] dwarf2expr: Remove unused abort_expression label in execute_stack_op sergiodj+buildbot
@ 2017-09-18 20:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-18 20:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1447>

Commit(s) tested:
	0615127c587253a6386fe49468fd64abf827273e

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	dwarf2expr: Remove unused abort_expression label in execute_stack_op

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/06/0615127c587253a6386fe49468fd64abf827273e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-16 14:50 [binutils-gdb] Make xml_escape_text return an std::string sergiodj+buildbot
@ 2017-09-17  3:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-17  3:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1443>

Commit(s) tested:
	5e1875543df7413d3cbc3831390445e347064b75

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Make xml_escape_text return an std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/5e/5e1875543df7413d3cbc3831390445e347064b75/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-16 13:24 [binutils-gdb] Add unit test for xml_escape_text sergiodj+buildbot
@ 2017-09-16 17:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-16 17:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1442>

Commit(s) tested:
	c3d7b541fa920e6ecb0f06ffe1e0e3f070fa295d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add unit test for xml_escape_text

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c3/c3d7b541fa920e6ecb0f06ffe1e0e3f070fa295d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-16 12:47 [binutils-gdb] mi_load_progress: Restore current_uiout using a scoped_restore sergiodj+buildbot
@ 2017-09-16 14:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-16 14:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1440>

Commit(s) tested:
	5846367a24e24f334077ceb7f7389acbd072b11a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	mi_load_progress: Restore current_uiout using a scoped_restore

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/58/5846367a24e24f334077ceb7f7389acbd072b11a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-16 12:13 [binutils-gdb] mi_load_progress: Use unique_ptr to manage ui_out lifetime sergiodj+buildbot
@ 2017-09-16 13:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-16 13:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1439>

Commit(s) tested:
	bd77e8ff276864d6622f2433b8a499bf4332fa65

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	mi_load_progress: Use unique_ptr to manage ui_out lifetime

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/bd/bd77e8ff276864d6622f2433b8a499bf4332fa65/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-16  4:36 [binutils-gdb] Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h) sergiodj+buildbot
@ 2017-09-16 12:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-16 12:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1438>

Commit(s) tested:
	c4dfafabc575f4995a5aa18241adc275e63c846c

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/c4/c4dfafabc575f4995a5aa18241adc275e63c846c/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-15 19:36 [binutils-gdb] Sync libiberty/ & include/ with GCC sergiodj+buildbot
@ 2017-09-16  4:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-16  4:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1437>

Commit(s) tested:
	26a67918a501370a8fe62db18a74761a0073016f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Sync libiberty/ & include/ with GCC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/26/26a67918a501370a8fe62db18a74761a0073016f/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-15 16:54 [binutils-gdb] gdbserver: Move detach code to its own function sergiodj+buildbot
@ 2017-09-15 21:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-15 21:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1434>

Commit(s) tested:
	e8ca139ed036e6da8adf42fc6fbd93973b724d3c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	gdbserver: Move detach code to its own function

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/e8/e8ca139ed036e6da8adf42fc6fbd93973b724d3c/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-15 17:29 [binutils-gdb] Deduplicate require_running macros and move them up sergiodj+buildbot
@ 2017-09-15 19:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-15 19:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1433>

Commit(s) tested:
	f8a4e1192032044cdae544848865636f6e07a925

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Deduplicate require_running macros and move them up

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/f8/f8a4e1192032044cdae544848865636f6e07a925/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-15 16:41 [binutils-gdb] Add -l option to src-release script sergiodj+buildbot
@ 2017-09-15 18:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-15 18:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1432>

Commit(s) tested:
	ef87240fd95c5f29a697eccf20b2f1f6dc3593a6

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add -l option to src-release script.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/ef/ef87240fd95c5f29a697eccf20b2f1f6dc3593a6/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-15 15:50 [binutils-gdb] linux-low: Remove unused variables sergiodj+buildbot
@ 2017-09-15 17:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-15 17:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1431>

Commit(s) tested:
	0eb0a40713c6479e782e5a257793d28f647e38bd

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	linux-low: Remove unused variables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/0e/0eb0a40713c6479e782e5a257793d28f647e38bd/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-15 15:32 [binutils-gdb] dwarf2read: Replace copy_string usages with savestring sergiodj+buildbot
@ 2017-09-15 16:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-15 16:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1430>

Commit(s) tested:
	3f8a7804287d3153fb4a8676b7304e67cca32be4

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	dwarf2read: Replace copy_string usages with savestring

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/3f/3f8a7804287d3153fb4a8676b7304e67cca32be4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:148
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-09-15 13:29 [binutils-gdb] gdbserver: Remove duplicate functions to find any thread of process sergiodj+buildbot
@ 2017-09-15 15:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2082+ messages in thread
From: sergiodj+buildbot @ 2017-09-15 15:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/1429>

Commit(s) tested:
	785922a559529420ce9b11342d7abe6ad32b3595

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	gdbserver: Remove duplicate functions to find any thread of process

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/78/785922a559529420ce9b11342d7abe6ad32b3595/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:306
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-native-gdbserver-m32/xfails/master/xfail.table;hb=>




^ permalink raw reply	[flat|nested] 2082+ messages in thread

end of thread, other threads:[~2018-09-17 23:16 UTC | newest]

Thread overview: 2082+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22  4:46 [binutils-gdb] ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN sergiodj+buildbot
2018-05-22  4:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-05-23  5:46 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2018-05-23  7:12 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2018-05-31 23:19 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2018-05-31 23:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-05-31 23:34 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-05-31 23:52 ` Failures on Fedora-x86_64-cc-with-index, branch master sergiodj+buildbot
2018-05-31 23:55 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2018-06-01  1:10 ` Failures on Fedora-i686, " sergiodj+buildbot
2018-08-04  6:20 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-08-04  9:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, " sergiodj+buildbot
  -- strict thread matches above, loose matches on Subject: below --
2018-05-30  1:23 [binutils-gdb] Remove "struct" keyword in range-based for loops sergiodj+buildbot
2018-09-18 21:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-28 19:57 [binutils-gdb] x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layout sergiodj+buildbot
2018-09-15 22:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-28 16:20 [binutils-gdb] ld: Unify STT_GNU_IFUNC handling sergiodj+buildbot
2018-09-15  4:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-27 22:16 [binutils-gdb] Remove last reference to REMOTE_OBS sergiodj+buildbot
2018-09-14 17:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-26 21:47 [binutils-gdb] Remove cleanups from dbxread.c sergiodj+buildbot
2018-09-13 17:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-25 20:59 [binutils-gdb] Remove interp_name sergiodj+buildbot
2018-09-13 14:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-25 20:32 [binutils-gdb] Change the as_*_interp functions to use dynamic_cast sergiodj+buildbot
2018-09-13 11:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-25  7:27 [binutils-gdb] s12z regen sergiodj+buildbot
2018-09-09  6:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-25  3:02 [binutils-gdb] gdb: Split func_command into two parts sergiodj+buildbot
2018-09-09  2:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-24 20:09 [binutils-gdb] Update help strings in skip.c sergiodj+buildbot
2018-09-04  4:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-24 18:01 [binutils-gdb] gdb: Restore selected frame in print_frame_local_vars sergiodj+buildbot
2018-09-02  0:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-24 15:23 [binutils-gdb] testsuite: Extend TLS core file testing with an OS-generated dump sergiodj+buildbot
2018-08-31 19:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-23 18:49 [binutils-gdb] Remove vcomplaint sergiodj+buildbot
2018-08-23 22:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-23 17:01 [binutils-gdb] Remove "noisy" parameter from clear_complaints sergiodj+buildbot
2018-08-22  9:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-23 16:40 [binutils-gdb] Remove elements from complaint_series sergiodj+buildbot
2018-08-21 11:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-23  2:03 [binutils-gdb] gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave' sergiodj+buildbot
2018-08-17 22:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-23  0:48 [binutils-gdb] Handle "show remote memory-write-packet-size" when not connected sergiodj+buildbot
2018-08-16  5:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-22 22:55 [binutils-gdb] remote: multiple remote_arch_state instances per arch sergiodj+buildbot
2018-08-14 11:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-22 22:50 [binutils-gdb] remote: Make readahead_cache a C++ class sergiodj+buildbot
2018-08-14  0:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-22 20:16 [binutils-gdb] Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973) sergiodj+buildbot
2018-08-12 17:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-22 17:26 [binutils-gdb] [PowerPC] Consolidate wordsize getter between native and gdbserver sergiodj+buildbot
2018-08-06 23:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-22  1:57 [binutils-gdb] MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers sergiodj+buildbot
2018-08-03  9:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-21 18:22 [binutils-gdb] Remove cleanup from ada-lang.c sergiodj+buildbot
2018-07-29 23:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-20  0:37 [binutils-gdb] Remove useless variable int i in backtrace_command_1 sergiodj+buildbot
2018-07-26 21:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-19  3:50 [binutils-gdb] x86: Don't set eh->local_ref to 1 for versioned symbol sergiodj+buildbot
2018-07-26  1:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-18 22:33 [binutils-gdb] format_pieces-selftests.c: Silence ARI warnings sergiodj+buildbot
2018-07-16  2:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-18  0:01 [binutils-gdb] Don't elide all inlined frames sergiodj+buildbot
2018-07-09  2:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-17 15:50 [binutils-gdb] value.c: Remove unused variables sergiodj+buildbot
2018-07-07  6:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-15 17:55 [binutils-gdb] MIPS: Make `mask_address_var' static sergiodj+buildbot
2018-06-29 15:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-15 15:48 [binutils-gdb] testsuite: Fix a `server_pid' access crash in gdb.server/server-kill.exp sergiodj+buildbot
2018-06-28 21:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-15 13:56 [binutils-gdb] Fix error messages in the NFP sources when building for 32-bit targets sergiodj+buildbot
2018-06-28  0:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-12  1:03 [binutils-gdb] gdb: xtensa: drop gdb_target definition sergiodj+buildbot
2018-06-23 10:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-10 10:11 [binutils-gdb] Fix tagged pointer support sergiodj+buildbot
2018-06-16 14:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-09  5:28 [binutils-gdb] PR23147, Heap buffer overflow in pe_print_idata sergiodj+buildbot
2018-06-12 17:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-08 14:08 [binutils-gdb] Correct powerpc spe opcode lookup sergiodj+buildbot
2018-06-09  4:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-07 15:05 [binutils-gdb] Cleanup ppc code dealing with opcode dumps sergiodj+buildbot
2018-05-17  9:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-05  7:23 [binutils-gdb] Add two fall-through comments in rs6000-tdep.c sergiodj+buildbot
2018-05-12 19:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-05  1:57 [binutils-gdb] Let gdb.execute handle multi-line commands sergiodj+buildbot
2018-05-09 16:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-04 22:30 [binutils-gdb] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones sergiodj+buildbot
2018-05-06  5:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-04 21:12 [binutils-gdb] (SPARC/LEON) fix incorrect array return value printed by "finish" sergiodj+buildbot
2018-05-05 18:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-04 20:33 [binutils-gdb] Use previous count when 'x' command is repeated sergiodj+buildbot
2018-05-05 13:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-04 19:36 [binutils-gdb] Return std::string from ada_exception_catchpoint_cond_string sergiodj+buildbot
2018-05-05  6:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-04 11:04 [binutils-gdb] gdb/testsuite: Fix broken regexp in gdbstub case sergiodj+buildbot
2018-05-04 15:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-04 10:22 [binutils-gdb] -Wstringop-truncation warnings sergiodj+buildbot
2018-05-04 14:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-03 22:18 [binutils-gdb] Use flex's -t option instead of --stdout sergiodj+buildbot
2018-05-04  6:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-03 17:01 [binutils-gdb] BFD: Prevent writing the MIPS _gp_disp symbol into symbol tables sergiodj+buildbot
2018-05-04  3:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-03  2:19 [binutils-gdb] Convert struct target_ops to C++ sergiodj+buildbot
2018-05-03 14:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-02 23:59 [binutils-gdb] Eliminate procfs.c:procfs_use_watchpoints sergiodj+buildbot
2018-05-03  4:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-01 16:57 [binutils-gdb] Fix unintialized memory in aarch64 opcodes sergiodj+buildbot
2018-05-02 22:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-01 15:30 [binutils-gdb] Add the Netronome Flow Processor as a build target to the top-level configure.ac file sergiodj+buildbot
2018-05-02 17:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-01  1:23 [binutils-gdb] Remove a use of is_mi_like_p from darwin-nat-info.c sergiodj+buildbot
2018-05-02 11:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-05-01  0:19 [binutils-gdb] Remove a use of is_mi_like_p from tracepoint.c sergiodj+buildbot
2018-05-02  7:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-30 23:38 [binutils-gdb] Remove some uses of is_mi_like_p from py-framefilter.c sergiodj+buildbot
2018-05-02  2:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-30 21:46 [binutils-gdb] Introduce ref_ptr::new_reference sergiodj+buildbot
2018-05-01 13:22 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-30 21:37 [binutils-gdb] Remove new_bfd_ref sergiodj+buildbot
2018-05-01 15:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-30 20:51 [binutils-gdb] Remove long_long_align_bit gdbarch attribute sergiodj+buildbot
2018-05-01 11:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-30 20:28 [binutils-gdb] Remove rust_type_alignment sergiodj+buildbot
2018-05-01  7:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-30 19:20 [binutils-gdb] Expose type alignment on gdb.Type sergiodj+buildbot
2018-05-01  3:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-30 18:19 [binutils-gdb] Handle alignof and _Alignof sergiodj+buildbot
2018-05-01  0:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-30 17:32 [binutils-gdb] Add initial type alignment support sergiodj+buildbot
2018-04-30 21:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-30 15:27 [binutils-gdb] Use bool in read_index_from_section sergiodj+buildbot
2018-04-30 17:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-29 16:52 [binutils-gdb] proc-events.c: fix compilation on Solaris sergiodj+buildbot
2018-04-30  7:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-29 16:18 [binutils-gdb] Fix race when building ada-lex.c sergiodj+buildbot
2018-04-30  5:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-27 20:09 [binutils-gdb] Add inclusive range support for Rust sergiodj+buildbot
2018-04-29 17:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-27 19:21 [binutils-gdb] Enable -Wsuggest-override sergiodj+buildbot
2018-04-29 15:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-27 11:12 [binutils-gdb] Regenerate some files for recent ARM patches sergiodj+buildbot
2018-04-29 10:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-27  9:52 [binutils-gdb] PR23123, PowerPC32 ifunc regression sergiodj+buildbot
2018-04-29  7:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 23:25 [binutils-gdb] Fix remote 'g' command error handling (PR remote/9665) sergiodj+buildbot
2018-04-29  4:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 22:02 [binutils-gdb] Enable Intel MOVDIRI, MOVDIR64B instructions sergiodj+buildbot
2018-04-29  1:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 19:45 [binutils-gdb] Fix resolving GNU ifunc bp locations when inferior runs resolver sergiodj+buildbot
2018-04-28 23:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 18:42 [binutils-gdb] Extend GNU ifunc testcases sergiodj+buildbot
2018-04-28 21:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 18:05 [binutils-gdb] PPC64: always make synthetic .text symbols for GNU ifunc symbols sergiodj+buildbot
2018-04-28 18:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 17:15 [binutils-gdb] Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer) sergiodj+buildbot
2018-04-28 12:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 16:34 [binutils-gdb] For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text section sergiodj+buildbot
2018-04-28  9:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 16:07 [binutils-gdb] Factor out minsym_found/find_function_start_sal overload sergiodj+buildbot
2018-04-28  7:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 15:18 [binutils-gdb] Breakpoints, don't skip prologue of ifunc resolvers with debug info sergiodj+buildbot
2018-04-28  1:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 14:53 [binutils-gdb] Fix setting breakpoints on ifunc functions after they're already resolved sergiodj+buildbot
2018-04-27 23:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 14:33 [binutils-gdb] Calling ifunc functions when resolver has debug info, user symbol same name sergiodj+buildbot
2018-04-27 19:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 14:27 [binutils-gdb] Fix calling ifunc functions when resolver has debug info and different name sergiodj+buildbot
2018-04-27 13:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 13:28 [binutils-gdb] Calling ifunc functions when target has no debug info but resolver has sergiodj+buildbot
2018-04-27 16:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 12:47 [binutils-gdb] Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation) sergiodj+buildbot
2018-04-27 11:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26 10:29 [binutils-gdb] x86: x87-related adjustments sergiodj+buildbot
2018-04-27  1:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26  9:03 [binutils-gdb] x86: fold various non-memory operand AVX512VL templates sergiodj+buildbot
2018-04-27  8:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26  8:36 [binutils-gdb] x86: CpuXSAVE is a prereq for various other features sergiodj+buildbot
2018-04-27  6:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26  2:23 [binutils-gdb] [ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol sergiodj+buildbot
2018-04-26 18:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26  1:29 [binutils-gdb] [ARM] FDPIC: Add stack segment sergiodj+buildbot
2018-04-26 13:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-26  0:55 [binutils-gdb] [ARM] Add TLS relocations for FDPIC sergiodj+buildbot
2018-04-26 11:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-25 23:36 [binutils-gdb] [ARM] Implement FDPIC relocations sergiodj+buildbot
2018-04-26  6:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-25 22:20 [binutils-gdb] [ARM] Add FDPIC OSABI flag support sergiodj+buildbot
2018-04-26  1:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-25 21:40 [binutils-gdb] [ARM] Add armelf_linux_fdpiceabi and armelfb_linux_fdpiceabi BFD backends sergiodj+buildbot
2018-04-25 22:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-25 18:28 [binutils-gdb] Fix new inferior events output sergiodj+buildbot
2018-04-25 19:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-25 12:59 [binutils-gdb] Fix the mask for the sqrdml(a|s)h instructions sergiodj+buildbot
2018-04-25 14:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-25  8:21 [binutils-gdb] Silence gcc-8 warnings sergiodj+buildbot
2018-04-25 10:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-25  0:47 [binutils-gdb] Remove arm-aout and arm-coff support sergiodj+buildbot
2018-04-25  5:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-24 16:07 [binutils-gdb] Fix an illegal memory access when copying a PE format file with corrupt debug information sergiodj+buildbot
2018-04-24 22:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-24 14:45 [binutils-gdb] Reindent cli-out.h sergiodj+buildbot
2018-04-24 17:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-23 14:42 [binutils-gdb] Revert bfd part of "Silence gcc-8 warnings" sergiodj+buildbot
2018-04-23 15:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-23 12:15 [binutils-gdb] Prevent an illegal memory access in gprof by ensuring that string tables for aout format files are always zero-terminated sergiodj+buildbot
2018-04-23 13:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-21 18:17 [binutils-gdb] FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077) sergiodj+buildbot
2018-04-22  9:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-20 21:47 [binutils-gdb] Improve on-line help for thread_apply_command and thread_apply_all_command sergiodj+buildbot
2018-04-20 23:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-19 22:02 [binutils-gdb] [OB PATCH] Fix some comments in thread.c sergiodj+buildbot
2018-04-19 23:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-19  0:40 [binutils-gdb] Reinstate mips ecoff support sergiodj+buildbot
2018-04-19 17:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-18 21:46 [binutils-gdb] Remove xml files from gdbserver sergiodj+buildbot
2018-04-19 14:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-18 20:43 [binutils-gdb] Create xml from target descriptions sergiodj+buildbot
2018-04-19  8:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-18 20:22 [binutils-gdb] Add feature reference in .dat files sergiodj+buildbot
2018-04-19  6:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-18 15:15 [binutils-gdb] Add tdesc osabi and architecture functions sergiodj+buildbot
2018-04-19  2:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-18 14:34 [binutils-gdb] Commonise tdesc types and makes use of them in gdbserver tdesc sergiodj+buildbot
2018-04-18 21:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-18  8:44 [binutils-gdb] Remove mips aout, coff, and pe support sergiodj+buildbot
2018-04-18 15:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-18  2:13 [binutils-gdb] elf32_bed/elf64_bed sergiodj+buildbot
2018-04-18 12:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-18  1:33 [binutils-gdb] x86: Use a normal input file with compatible relocation sergiodj+buildbot
2018-04-18 10:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-17 22:07 [binutils-gdb] [MicroBlaze] PIC data text relative sergiodj+buildbot
2018-04-18  5:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-17 17:52 [binutils-gdb] Don't print symbol declaration's line number in rbreak output sergiodj+buildbot
2018-04-17 23:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-17 14:06 [binutils-gdb] Add a check for a NULL table pointer before attempting to compute a DWARF filename sergiodj+buildbot
2018-04-17 18:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-17 13:19 [binutils-gdb] Resync libiberty sources with master version in GCC repository sergiodj+buildbot
2018-04-17 16:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-17 10:18 [binutils-gdb] Enable Intel CLDEMOTE instruction sergiodj+buildbot
2018-04-17 14:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-16 14:17 [binutils-gdb] gdb: Remove support for SH-5/SH64 sergiodj+buildbot
2018-04-17  5:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-16 10:44 [binutils-gdb] Remove h8500 support sergiodj+buildbot
2018-04-16 21:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-16  9:50 [binutils-gdb] Remove h8300-coff support sergiodj+buildbot
2018-04-16 19:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-16  9:17 [binutils-gdb] Remove IEEE 695 object support sergiodj+buildbot
2018-04-16 17:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-16  8:43 [binutils-gdb] Remove tandem support sergiodj+buildbot
2018-04-16 15:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-15 20:05 [binutils-gdb] Add x86-tdep.o to i386/amd64 target build sergiodj+buildbot
2018-04-15 21:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-14  9:08 [binutils-gdb] powerpc max-page-size vs __QNXTARGET__ sergiodj+buildbot
2018-04-14 13:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-13 17:44 [binutils-gdb] Show line numbers in output for "info var/func/type" sergiodj+buildbot
2018-04-13 20:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-13 10:21 [binutils-gdb] btrace: set/show record btrace cpu sergiodj+buildbot
2018-04-13 18:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-13  9:59 [binutils-gdb] btrace: fix output of "set record btrace" sergiodj+buildbot
2018-04-13 13:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-13  8:59 [binutils-gdb] infrun: step through indirect branch thunks sergiodj+buildbot
2018-04-13 11:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-12 17:40 [binutils-gdb] Fix Solaris build sergiodj+buildbot
2018-04-12 22:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-12 16:59 [binutils-gdb] Eliminate target_has_exited sergiodj+buildbot
2018-04-12 18:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-11 20:14 [binutils-gdb] Enable Intel WAITPKG instructions sergiodj+buildbot
2018-04-12  0:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-11 14:46 [binutils-gdb] Add Rust test case for ".." struct initializer sergiodj+buildbot
2018-04-11 19:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-11 11:23 [binutils-gdb] File I/O file handles after target closes sergiodj+buildbot
2018-04-11 14:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-10 14:11 [binutils-gdb] Replace finish_thread_state_cleanup with a RAII class sergiodj+buildbot
2018-04-10 14:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09 20:22 [binutils-gdb] Add selftests for range_contains and insert_into_bit_range_vector sergiodj+buildbot
2018-04-10 13:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09 20:08 [binutils-gdb] Use an std::vector for inline_states sergiodj+buildbot
2018-04-10 11:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09 19:25 [binutils-gdb] Copy string_view tests from libstdc++ sergiodj+buildbot
2018-04-10  6:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09 19:11 [binutils-gdb] Add gdb::string_view sergiodj+buildbot
2018-04-10  4:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09 18:55 [binutils-gdb] Copy string_view files from libstdc++ sergiodj+buildbot
2018-04-10  3:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09 15:13 [binutils-gdb] Apply "Convert observers to C++" edit to gdbarch.sh sergiodj+buildbot
2018-04-10  0:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09 13:12 [binutils-gdb] MIPS64/BFD: Fix a crash with STN_UNDEF in relocation sergiodj+buildbot
2018-04-09 23:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09 13:04 [binutils-gdb] MIPS64/BFD: Fix a crash with invalid `r_sym' in relocation sergiodj+buildbot
2018-04-09 21:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09 11:16 [binutils-gdb] PowerPC inline PLT call support sergiodj+buildbot
2018-04-09 18:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09  9:47 [binutils-gdb] Inline PLT call optimization sergiodj+buildbot
2018-04-09 20:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09  9:17 [binutils-gdb] Support PLT16 relocs against local symbols sergiodj+buildbot
2018-04-09 16:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-09  9:03 [binutils-gdb] Rearrange PLT reloc output on powerpc sergiodj+buildbot
2018-04-09 14:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07 20:40 [binutils-gdb] Fix gdb.mi/mi-stack.exp when gcc generates a stack protector sergiodj+buildbot
2018-04-08 13:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07 20:26 [binutils-gdb] Fix indentation in gdb.mi/mi-stack.exp sergiodj+buildbot
2018-04-08 11:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07 20:17 [binutils-gdb] Remove stale file i386-avx.dat sergiodj+buildbot
2018-04-07 22:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07 19:57 [binutils-gdb] Make dwarf2_per_objfile::all_type_units an std::vector sergiodj+buildbot
2018-04-08  7:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07 19:29 [binutils-gdb] Remove some usages of get_dwarf2_per_objfile sergiodj+buildbot
2018-04-08  4:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07 18:47 [binutils-gdb] Defer breakpoint reset when cloning progspace for fork child sergiodj+buildbot
2018-04-08  0:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07 18:34 [binutils-gdb] Implement write_async_safe for mi_console_file (PR 22299) sergiodj+buildbot
2018-04-07 23:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07 18:05 [binutils-gdb] Fix generation of x86-64 gdbarch with osabi none (PR 22979) sergiodj+buildbot
2018-04-07 20:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07 17:38 [binutils-gdb] Make target_read_alloc & al return vectors sergiodj+buildbot
2018-04-07 18:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07  4:04 [binutils-gdb] Remove value::next and value::released sergiodj+buildbot
2018-04-07  8:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07  0:41 [binutils-gdb] Change varobj to use value_ref_ptr sergiodj+buildbot
2018-04-07  2:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-07  0:11 [binutils-gdb] Change value::parent to a value_ref_ptr sergiodj+buildbot
2018-04-07 11:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-06 23:29 [binutils-gdb] Remove free_value_chain sergiodj+buildbot
2018-04-07  6:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-06 23:00 [binutils-gdb] Change value history to use value_ref_ptr sergiodj+buildbot
2018-04-07  4:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-06 22:31 [binutils-gdb] Change last_examine_value to value_ref_ptr sergiodj+buildbot
2018-04-07  1:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-06 22:03 [binutils-gdb] Introduce a gdb_ref_ptr specialization for struct value sergiodj+buildbot
2018-04-06 22:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-06 12:23 [binutils-gdb] x86-64: Don't mask out R_X86_64_converted_reloc_bit sergiodj+buildbot
2018-04-06 13:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-05 22:53 [binutils-gdb] Use dlsym to check if libdl is needed for plugin sergiodj+buildbot
2018-04-06 10:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-05 18:17 [binutils-gdb] Change streq to return bool sergiodj+buildbot
2018-04-06  2:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-05 16:01 [binutils-gdb] Remove unnecessary include from linespec.h sergiodj+buildbot
2018-04-06  6:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-05 15:05 [binutils-gdb] Remove a string copy from event_location_to_sals sergiodj+buildbot
2018-04-06  1:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-05 14:52 [binutils-gdb] Have filter_results take a std::vector sergiodj+buildbot
2018-04-05 21:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-05 14:37 [binutils-gdb] Return std::string from canonical_to_fullform sergiodj+buildbot
2018-04-05 19:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-05 13:56 [binutils-gdb] Remove some cleanups from search_minsyms_for_name sergiodj+buildbot
2018-04-05 14:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-05  0:02 [binutils-gdb] elf-hppa.h warning fix sergiodj+buildbot
2018-04-05  1:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-04 11:58 [binutils-gdb] i386: Clear vex instead of vex.evex sergiodj+buildbot
2018-04-04 13:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-04  2:44 [binutils-gdb] PR binutils/22875: HPPA/ELF: Also fail with relocation placeholders sergiodj+buildbot
2018-04-04 10:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-04  2:16 [binutils-gdb] PR binutils/22875: Visium/ELF: Prevent an out-of-bounds howto table access sergiodj+buildbot
2018-04-04  6:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-04  2:02 [binutils-gdb] PR binutils/22875: FRV/ELF: Prevent an out-of-bounds howto table access sergiodj+buildbot
2018-04-04  3:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-04  1:17 [binutils-gdb] PR binutils/22875: MIPS/ELF: Also fail with relocation placeholders sergiodj+buildbot
2018-04-04  1:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-03 18:20 [binutils-gdb] Change read_alphacoff_dynamic_symtab to use gdb::byte_vector sergiodj+buildbot
2018-04-03 18:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-02 22:13 [binutils-gdb] Add myself as a write-after-approval GDB maintainer sergiodj+buildbot
2018-04-02 22:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-04-01 18:40 [binutils-gdb] Remove char_ptr typedef sergiodj+buildbot
2018-04-01 19:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-31  1:27 [binutils-gdb] Use std::vector and std::string instead of VEC(char_ptr) in gdbserver tdesc sergiodj+buildbot
2018-03-31  6:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-30 20:21 [binutils-gdb] Change target_read_string to use unique_xmalloc_ptr sergiodj+buildbot
2018-03-31  2:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-30 19:55 [binutils-gdb] Remove parameter from free_dwo_file sergiodj+buildbot
2018-03-31  0:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-30 19:31 [binutils-gdb] Remove make_cleanup_unpush_target sergiodj+buildbot
2018-03-30 20:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-28 22:32 [binutils-gdb] BFD/PA: Remove ATTRIBUTE_UNUSED from `elf_hppa_info_to_howto_rel' sergiodj+buildbot
2018-03-29  2:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-28 17:35 [binutils-gdb] [1/2][GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 support in GAS sergiodj+buildbot
2018-03-28 21:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-28 13:10 [binutils-gdb] x86: convert broadcast insn attribute to boolean sergiodj+buildbot
2018-03-28 17:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-28 12:56 [binutils-gdb] x86: fold to-scalar-int conversion insns sergiodj+buildbot
2018-03-28 15:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-28 12:42 [binutils-gdb] x86: don't show suffixes for to-scalar-int conversion insns sergiodj+buildbot
2018-03-28 14:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-28  9:04 [binutils-gdb] Enhance the AARCH64 assembler to support LDFF1xx instructions which use REG+REG addressing with an assumed offset register sergiodj+buildbot
2018-03-28 10:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27 17:29 [binutils-gdb] Remove cleanups from prompt_for_continue sergiodj+buildbot
2018-03-28  8:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27 17:14 [binutils-gdb] Remove cleanups from gdb_readline_wrapper sergiodj+buildbot
2018-03-28  7:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27 16:58 [binutils-gdb] C++-ify typedef hash sergiodj+buildbot
2018-03-28  5:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27 15:13 [binutils-gdb] Include <cmath> in dwarf-index-write.c sergiodj+buildbot
2018-03-28  4:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27 14:24 [binutils-gdb] Move DWARF index-related things to a separate file sergiodj+buildbot
2018-03-28  1:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27 14:13 [binutils-gdb] problem looking up some symbols when they have a linkage name sergiodj+buildbot
2018-03-28  0:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27  7:57 [binutils-gdb] Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c sergiodj+buildbot
2018-03-27 17:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27  7:12 [binutils-gdb] Simplify exception handling in py-framefilter.c sergiodj+buildbot
2018-03-27 21:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27  6:58 [binutils-gdb] Improve "backtrace" help text sergiodj+buildbot
2018-03-27 20:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27  6:17 [binutils-gdb] Move some code later in backtrace_command_1 sergiodj+buildbot
2018-03-27 15:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27  5:31 [binutils-gdb] Allow C-c to work in backtrace in more cases sergiodj+buildbot
2018-03-27 12:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27  5:03 [binutils-gdb] Remove EXT_LANG_BT_COMPLETED sergiodj+buildbot
2018-03-27  9:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27  4:49 [binutils-gdb] Allow hiding of some filtered frames sergiodj+buildbot
2018-03-27  7:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-27  4:34 [binutils-gdb] Change backtrace_command_1 calling to use flags sergiodj+buildbot
2018-03-27  6:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-26 20:03 [binutils-gdb] Remove DEF_VEC_I(offset_type) sergiodj+buildbot
2018-03-26 21:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-26 17:54 [binutils-gdb] Remove struct keyword from section_addr_info sergiodj+buildbot
2018-03-26 19:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-26 11:05 [binutils-gdb] Make gdbserver reg_defs a vector of objects sergiodj+buildbot
2018-03-26 11:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-25 18:14 [binutils-gdb] eval.c: reverse minsym and sym sergiodj+buildbot
2018-03-25 18:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-23 19:13 [binutils-gdb] Add psymbols for nested types sergiodj+buildbot
2018-03-23 19:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-23 15:04 [binutils-gdb] Make gdbserver find_register_by_number static sergiodj+buildbot
2018-03-23 16:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-23 12:14 [binutils-gdb] gdb: Minor cleanup in some gdb.arch/* tests sergiodj+buildbot
2018-03-23 13:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-23 11:26 [binutils-gdb] Move gdbserver tdesc header funcs to c file sergiodj+buildbot
2018-03-23 12:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-23  3:37 [binutils-gdb] Remove some cleanups from record-full.c sergiodj+buildbot
2018-03-23  4:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-22 11:31 [binutils-gdb] x86: drop pointless VecESize sergiodj+buildbot
2018-03-22 14:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-22  9:34 [binutils-gdb] Make "info proc cmdline" show args on GNU/Linux sergiodj+buildbot
2018-03-22 17:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-22  9:20 [binutils-gdb] S390: Correct brace style in s390_get_wordsize sergiodj+buildbot
2018-03-22 15:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-22  8:31 [binutils-gdb] x86: drop remaining redundant DispN sergiodj+buildbot
2018-03-22 13:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-22  8:17 [binutils-gdb] x86: fix swapped operand handling for BNDMOV sergiodj+buildbot
2018-03-22 12:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-22  8:02 [binutils-gdb] x86/Intel: fix fallout from earlier template folding sergiodj+buildbot
2018-03-22 10:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-22  7:50 [binutils-gdb] x86: fold a few XOP templates sergiodj+buildbot
2018-03-22  8:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-22  4:50 [binutils-gdb] Make parse_static_tracepoint_marker_definition work with multiple static tracepoint definitions sergiodj+buildbot
2018-03-22  5:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-21 18:30 [binutils-gdb] S390: Make IPA recognize tdescs with guarded storage sergiodj+buildbot
2018-03-21 21:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-21 16:59 [binutils-gdb] S390: Enable re-attaching with native-extended-gdbserver sergiodj+buildbot
2018-03-21 19:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-21 11:59 [binutils-gdb] Make tls_mask unsigned in elf32-ppc.c sergiodj+buildbot
2018-03-21 14:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-21 11:32 [binutils-gdb] Don't exceed reloc array bounds sergiodj+buildbot
2018-03-21 12:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-20 11:08 [binutils-gdb] Set non_ir_ref_dynamic if a symbol is made dynamic sergiodj+buildbot
2018-03-20 11:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-19 15:59 [binutils-gdb] Convert observers to C++ sergiodj+buildbot
2018-03-19 16:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-19 12:29 [binutils-gdb] Testsuite: Fix ambiguous "break" due to libinproctrace sergiodj+buildbot
2018-03-19 13:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-19 11:10 [binutils-gdb] Updated Spanish translation for the bfd/ sub-directory, and updated Ukranian translation for the gas/ sub-directory sergiodj+buildbot
2018-03-19 11:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-19  4:11 [binutils-gdb] Remove some cleanups from solib.c sergiodj+buildbot
2018-03-19  4:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-17 19:46 [binutils-gdb] Change auto_load_objfile_script_1 to use std::string sergiodj+buildbot
2018-03-17 20:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-16 21:30 [binutils-gdb] Add silent Makefile rules sergiodj+buildbot
2018-03-16 23:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-16 20:41 [binutils-gdb] Remove make_cleanup_free_section_addr_info sergiodj+buildbot
2018-03-16 21:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-16 19:56 [binutils-gdb] Fix tspeed test case: copy libinproctrace to target sergiodj+buildbot
2018-03-16 20:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-14 23:20 [binutils-gdb] RISC-V: Add .insn support sergiodj+buildbot
2018-03-15  0:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-14 16:04 [binutils-gdb] Add usage to printf command sergiodj+buildbot
2018-03-14 16:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-14 13:59 [binutils-gdb] Update my email address sergiodj+buildbot
2018-03-14 14:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-14 12:19 [binutils-gdb] PowerPC64 debian bug 886264, out-of-line save/restore functions sergiodj+buildbot
2018-03-14 13:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-14 11:43 [binutils-gdb] GC: Also check the local debug definition section sergiodj+buildbot
2018-03-14 12:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-13 14:19 [binutils-gdb] Prevent memory access violations when attempting to parse an x86_64 PE binary containing corrupt unwind information sergiodj+buildbot
2018-03-13 15:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-12 22:14 [binutils-gdb] gdb/riscv: Fix some ARI issues sergiodj+buildbot
2018-03-12 22:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-12  3:49 [binutils-gdb] Use std::vector for field lists in dwarf2read.c sergiodj+buildbot
2018-03-12  5:22 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-09  5:23 [binutils-gdb] Use scoped_fd in more places sergiodj+buildbot
2018-03-09 23:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-09  5:14 [binutils-gdb] Change enable_thread_stack_temporaries to an RAII class sergiodj+buildbot
2018-03-09 22:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-09  0:25 [binutils-gdb] Use std::string to simplify build_id_to_debug_bfd sergiodj+buildbot
2018-03-09 19:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08 23:36 [binutils-gdb] linux_qxfer_libraries_svr4: Use std::string sergiodj+buildbot
2018-03-09 15:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08 23:13 [binutils-gdb] Don't redefine upload/download/file in gdbserver-base sergiodj+buildbot
2018-03-09 13:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08 20:05 [binutils-gdb] x86-64: Also optimize "clr reg64" sergiodj+buildbot
2018-03-09 11:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08 10:37 [binutils-gdb] x86: avoid SSE check for LDMXCSR/STMXCSR sergiodj+buildbot
2018-03-08 13:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08 10:21 [binutils-gdb] Remove MAX_REGISTER_SIZE define sergiodj+buildbot
2018-03-09  6:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08  9:44 [binutils-gdb] x86: fold VEX-encoded GFNI templates sergiodj+buildbot
2018-03-09  1:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08  9:07 [binutils-gdb] x86: fold FMA and FMA4 templates sergiodj+buildbot
2018-03-08 18:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08  8:54 [binutils-gdb] x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIX sergiodj+buildbot
2018-03-08 16:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08  8:27 [binutils-gdb] x86: bogus VMOVD with 64-bit operands should only allow for registers sergiodj+buildbot
2018-03-08  9:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-08  8:06 [binutils-gdb] x86/Intel: correct disassembly of fsub*/fdiv* sergiodj+buildbot
2018-03-08 11:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-07 17:55 [binutils-gdb] gdb: Add riscv to list of architectures with a save_reggroup sergiodj+buildbot
2018-03-07 19:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-07  7:01 [binutils-gdb] mips64 rtype_to_howto error status sergiodj+buildbot
2018-03-07  7:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-06 20:30 [binutils-gdb] gdb/riscv: Remove 'Contributed by....' comments sergiodj+buildbot
2018-03-06 23:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-06 20:09 [binutils-gdb] gdb/riscv: Remove partial target description support sergiodj+buildbot
2018-03-07  0:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-06 17:58 [binutils-gdb] btrace: Remove ui_out cleanups sergiodj+buildbot
2018-03-06 20:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-06 15:24 [binutils-gdb] btrace: Remove VEC cleanups sergiodj+buildbot
2018-03-06 19:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-06 10:29 [binutils-gdb] gdb/amd64: Ignore zero sized fields when calling functions sergiodj+buildbot
2018-03-06 11:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-05  1:19 [binutils-gdb] Propagate gdb_disassembly_flags to btrace_print_lines sergiodj+buildbot
2018-03-05  1:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-04  5:54 [binutils-gdb] Implement "to_stopped_by_hw_breakpoint" for x86 debug registers sergiodj+buildbot
2018-03-04  6:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-03  8:16 [binutils-gdb] Remove free_char_ptr_vec sergiodj+buildbot
2018-03-03 11:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-03  5:05 [binutils-gdb] Make program_space::deleted_solibs a vector of std::string sergiodj+buildbot
2018-03-03  7:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-03  4:46 [binutils-gdb] Make delim_string_to_char_ptr_vec return an std::vector sergiodj+buildbot
2018-03-03  5:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-03  1:20 [binutils-gdb] opcodes error messages sergiodj+buildbot
2018-03-03  1:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-02 12:07 [binutils-gdb] [GDB/testsuite] Use %progbits in watch-loc.c sergiodj+buildbot
2018-03-02 13:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-01 22:44 [binutils-gdb] Improve gcore shell quoting and portability sergiodj+buildbot
2018-03-02  1:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-01 22:37 [binutils-gdb] RISC-V: Fix symbol size bug when relaxation deletes bytes sergiodj+buildbot
2018-03-01 23:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-01 14:29 [binutils-gdb] x86: Encode AVX256/AVX512 vpsub[bwdq] with VEX128/EVEX128 sergiodj+buildbot
2018-03-01 15:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-03-01 11:41 [binutils-gdb] btrace, gdbserver: check btrace target pointers sergiodj+buildbot
2018-03-01 13:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-28 23:57 [binutils-gdb] Add missing translations to ALL_LINGUAS sergiodj+buildbot
2018-03-01  8:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-28 17:02 [binutils-gdb] Create new common/pathstuff.[ch] sergiodj+buildbot
2018-03-01  3:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-28 14:13 [binutils-gdb] testsuite: Restore gdb_is_target_remote_prompt sergiodj+buildbot
2018-03-01  1:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-28 10:29 [binutils-gdb] Fix potential integer overflow when reading corrupt dwarf1 debug information sergiodj+buildbot
2018-02-28 21:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-28  1:47 [binutils-gdb] Workaround a FreeBSD ptrace() bug with clearing thread events sergiodj+buildbot
2018-02-28 19:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-27 21:14 [binutils-gdb] Update get_args documentation sergiodj+buildbot
2018-02-28 18:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-27 19:20 [binutils-gdb] Change target_write_memory_blocks to use std::vector sergiodj+buildbot
2018-02-28 15:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-27 16:46 [binutils-gdb] Explicitly specify common tdesc.h for use with aarch64.h sergiodj+buildbot
2018-02-28 12:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-27  0:14 [binutils-gdb] Handle DW_TAG_variant_part and DW_TAG_variant sergiodj+buildbot
2018-02-27 18:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26 19:59 [binutils-gdb] MIPS: Reorder ABI determination ahead of target description loading sergiodj+buildbot
2018-02-28  1:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26 18:41 [binutils-gdb] Move read_partial_die to partial_die_info::read sergiodj+buildbot
2018-02-27 10:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26 18:06 [binutils-gdb] Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE sergiodj+buildbot
2018-02-27 23:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26 17:35 [binutils-gdb] Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_die sergiodj+buildbot
2018-02-27  4:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26 17:16 [binutils-gdb] Initial support for variant parts sergiodj+buildbot
2018-02-27 14:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26 15:54 [binutils-gdb] Re-write partial_die_info allocation in load_partial_dies sergiodj+buildbot
2018-02-27  1:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26 12:02 [binutils-gdb] Move arch/tdesc.h to common/tdesc.h sergiodj+buildbot
2018-02-26 22:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26  1:53 [binutils-gdb] Segfault on phdrs allocated but not created sergiodj+buildbot
2018-02-26 20:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26  1:40 [binutils-gdb] crx string overflow warning sergiodj+buildbot
2018-02-26 18:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26  1:28 [binutils-gdb] assorted target messages sergiodj+buildbot
2018-02-26 15:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26  1:16 [binutils-gdb] BFD messages sergiodj+buildbot
2018-02-26 13:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26  1:03 [binutils-gdb] AOUT/COFF/PE messages sergiodj+buildbot
2018-02-26 11:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26  0:53 [binutils-gdb] ARM and AArch64 messages sergiodj+buildbot
2018-02-26  9:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26  0:14 [binutils-gdb] ELF linker messages sergiodj+buildbot
2018-02-26  5:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-26  0:13 [binutils-gdb] unrecognized/unsupported reloc message sergiodj+buildbot
2018-02-26  2:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-25 20:37 [binutils-gdb] Fix double space expected in cp_test_ptype_class sergiodj+buildbot
2018-02-25 22:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-24 17:31 [binutils-gdb] Remove most cleanups from linux-thread-db.c sergiodj+buildbot
2018-02-24 20:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-23 20:31 [binutils-gdb] GDB/testsuite: Fix a typo in $actual_line sergiodj+buildbot
2018-02-23 22:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-23 18:26 [binutils-gdb] dwarf: Make sect_offset 64-bits sergiodj+buildbot
2018-02-23 19:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-23 11:31 [binutils-gdb] PR22881, null pointer dereference in assign_file_positions_for_non_load_sections sergiodj+buildbot
2018-02-23 13:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-22 22:16 [binutils-gdb] New plugin interface to get list of symbols wrapped with --wrap option sergiodj+buildbot
2018-02-23  2:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-22 19:44 [binutils-gdb] RISC-V: Make disassebler work for --enable-targets=all config sergiodj+buildbot
2018-02-23  0:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 20:49 [binutils-gdb] Fix a typo sergiodj+buildbot
2018-02-22 20:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 19:23 [binutils-gdb] Add "common-defs.h" include to files in arch/ subdir not yet including it sergiodj+buildbot
2018-02-22 17:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 17:11 [binutils-gdb] Remove a cleanup from call_function_by_hand_dummy sergiodj+buildbot
2018-02-22 12:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 16:31 [binutils-gdb] Remove a cleanup from parse_expression_for_completion sergiodj+buildbot
2018-02-22 15:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 13:02 [binutils-gdb] Remove regcache::m_readonly_p sergiodj+buildbot
2018-02-22  6:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 12:50 [binutils-gdb] No longer create readonly regcache sergiodj+buildbot
2018-02-22  4:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 12:37 [binutils-gdb] Replace regcache::dump with class register_dump sergiodj+buildbot
2018-02-22  2:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 12:25 [binutils-gdb] Class detached_regcache sergiodj+buildbot
2018-02-21 23:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 12:12 [binutils-gdb] Class readonly_detached_regcache sergiodj+buildbot
2018-02-21 21:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 12:00 [binutils-gdb] Remove regcache_save and regcache_cpy sergiodj+buildbot
2018-02-21 18:22 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 11:47 [binutils-gdb] class readable_regcache and pass readable_regcache to gdbarch pseudo_register_read and pseudo_register_read_value sergiodj+buildbot
2018-02-21 15:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-21 11:39 [binutils-gdb] Class reg_buffer sergiodj+buildbot
2018-02-21 13:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-20 16:58 [binutils-gdb] remote-sim: Add missing ATTRIBUTE_PRINTF sergiodj+buildbot
2018-02-20 20:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-20 13:39 [binutils-gdb] gnulib: import mkstemp sergiodj+buildbot
2018-02-20 16:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-20 13:30 [binutils-gdb] btrace, testsuite: do not force BTS sergiodj+buildbot
2018-02-20 14:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-20 11:13 [binutils-gdb] Fix make 3.81 build errors sergiodj+buildbot
2018-02-20 12:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-17  0:02 [binutils-gdb] Ignore degenerate PT_LOAD segments sergiodj+buildbot
2018-02-17  0:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-16 16:34 [binutils-gdb] New class allocate_on_obstack sergiodj+buildbot
2018-02-16 17:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-16  8:56 [binutils-gdb] Remove bfd stub function casts sergiodj+buildbot
2018-02-16 10:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-15 22:04 [binutils-gdb] RISC-V: Fix relocation failure with zero address sections sergiodj+buildbot
2018-02-16  0:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-15 19:14 [binutils-gdb] RISC-V: Give error for ignored pcrel_lo addend sergiodj+buildbot
2018-02-15 21:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-15 15:29 [binutils-gdb] PR ld/22832 on SPARC sergiodj+buildbot
2018-02-15 19:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-15  4:34 [binutils-gdb] delete ada-lang.c::ada_to_fixed_value_create advance declaration sergiodj+buildbot
2018-02-15  5:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-14 16:14 [binutils-gdb] Constify target_so_ops::bfd_open sergiodj+buildbot
2018-02-15  1:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-14 15:50 [binutils-gdb] Move some declarations to source.h sergiodj+buildbot
2018-02-14 21:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-14 15:16 [binutils-gdb] Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding extra casts sergiodj+buildbot
2018-02-14 17:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-14 12:04 [binutils-gdb] x86-64: Use PLT address for PC-relative reloc sergiodj+buildbot
2018-02-14 14:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-14 11:04 [binutils-gdb] Remove references to ada_name_for_lookup (deleted) sergiodj+buildbot
2018-02-14 13:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13 22:52 [binutils-gdb] x86: Properly check building shared library sergiodj+buildbot
2018-02-14  3:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13 17:36 [binutils-gdb] Use enum flags for flags passed to openp sergiodj+buildbot
2018-02-14  1:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13 15:51 [binutils-gdb] x86-64: Generate branch with PLT32 relocation sergiodj+buildbot
2018-02-13 23:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13 15:41 [binutils-gdb] Fix typo in Russian translation for the bfd/ sub-directory which could lead to a seg-fault in the linker sergiodj+buildbot
2018-02-13 22:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13 13:43 [binutils-gdb] Fix compile time warning messages from gcc version 8 about cast between incompatible function types sergiodj+buildbot
2018-02-13 20:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13 13:31 [binutils-gdb] WebAssembly: Disable subdirectory configuration for unsupported LD sergiodj+buildbot
2018-02-13 18:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13 12:41 [binutils-gdb] PR22836, "-r -s" doesn't work with -g3 using GCC 7 sergiodj+buildbot
2018-02-13 13:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13  9:23 [binutils-gdb] PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries sergiodj+buildbot
2018-02-13 10:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13  6:47 [binutils-gdb] Fix prefix of maint set/show per-command sergiodj+buildbot
2018-02-13  7:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-13  0:11 [binutils-gdb] gdb: Remove cleanup from dw2_do_instantiate_symtab sergiodj+buildbot
2018-02-13  1:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-12 12:31 [binutils-gdb] Fix compile time warning: bfd/elf32-arc.c:1537]: (warning) Redundant assignment of 'rel->r_offset' to itself sergiodj+buildbot
2018-02-12 16:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-12 12:16 [binutils-gdb] oops - actually remove the assignment this time: bfd/elf32-nds32.c:9693]: (warning) Redundant assignment of 'irel->r_addend' to itself sergiodj+buildbot
2018-02-12 14:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-10  2:13 [binutils-gdb] Fix GOT relocation overflow on SPARC sergiodj+buildbot
2018-02-11  5:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 19:26 [binutils-gdb] Don't reference past the end of the vector sergiodj+buildbot
2018-02-11  1:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 16:32 [binutils-gdb] btrace, gdbserver: use exceptions to convey btrace enable/disable errors sergiodj+buildbot
2018-02-10 13:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 15:25 [binutils-gdb] btrace: reword error messages sergiodj+buildbot
2018-02-10 22:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 15:12 [binutils-gdb] btrace: check perf_event_paranoid sergiodj+buildbot
2018-02-10 21:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 14:47 [binutils-gdb] btrace, gdbserver: remove the to_supports_btrace target method sergiodj+buildbot
2018-02-10 15:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 14:22 [binutils-gdb] btrace: prepare for throwing exceptions when enabling btrace sergiodj+buildbot
2018-02-10 11:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 13:44 [binutils-gdb] common: add scoped_fd sergiodj+buildbot
2018-02-10  6:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 13:31 [binutils-gdb] Use gdb::unique_xmalloc_ptr in auto_load_section_scripts sergiodj+buildbot
2018-02-10  4:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 13:19 [binutils-gdb] Use std::string in execute_script_contents sergiodj+buildbot
2018-02-10  1:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09 12:24 [binutils-gdb] gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1 sergiodj+buildbot
2018-02-09 20:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09  1:04 [binutils-gdb] x86: Set need_global_offset_table with info->output_bfd->xvec sergiodj+buildbot
2018-02-09 17:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09  0:47 [binutils-gdb] x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for Solaris sergiodj+buildbot
2018-02-09 16:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-09  0:11 [binutils-gdb] Use unique_xmalloc_ptr in build_id_to_debug_bfd sergiodj+buildbot
2018-02-09 10:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-08 23:17 [binutils-gdb] Remove cleanups from solib.c sergiodj+buildbot
2018-02-09 12:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-08 21:32 [binutils-gdb] RISC-V: Add comment for previous change sergiodj+buildbot
2018-02-09 14:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-08 20:25 [binutils-gdb] Use gdb::def_vector in find_source_lines sergiodj+buildbot
2018-02-09  8:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-08 19:18 [binutils-gdb] Remove make_cleanup_restore_current_thread from gdbserver sergiodj+buildbot
2018-02-08 22:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-08 19:05 [binutils-gdb] Remove a cleanup from gdbserver sergiodj+buildbot
2018-02-08 19:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-07 14:04 [binutils-gdb] Fix type of values representing optimized out static members sergiodj+buildbot
2018-02-07 14:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-07  4:11 [binutils-gdb] Revert "PowerPC PLT speculative execution barriers" sergiodj+buildbot
2018-02-07 11:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-06 20:29 [binutils-gdb] Remove some $ARCH_read_pc and $ARCH_write_pc sergiodj+buildbot
2018-02-07  7:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-06 17:43 [binutils-gdb] Fix PR ld/22263 on SPARC sergiodj+buildbot
2018-02-07  4:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-06 17:29 [binutils-gdb] Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALL sergiodj+buildbot
2018-02-07  2:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-06 17:17 [binutils-gdb] Improve the find_nearest_line function for the MIPS target so that it tries harder to find a function name sergiodj+buildbot
2018-02-07  0:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-06 17:02 [binutils-gdb] Fix GCC 8's -Wstringop-overflow on bfd/coff-rs6000.c sergiodj+buildbot
2018-02-06 22:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-06 16:48 [binutils-gdb] Prevent attempts to call strncpy with a zero-length field by chacking the size of debuglink sections sergiodj+buildbot
2018-02-06 20:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-06 16:04 [binutils-gdb] Allow the find_abstract_instance_name() function in the BFD library to also return file and line number information sergiodj+buildbot
2018-02-06 17:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-05 19:45 [binutils-gdb] ppc64: Fix stwux encoding sergiodj+buildbot
2018-02-06  8:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-05 18:11 [binutils-gdb] Remove myself as a write-after-approval GDB maintainer sergiodj+buildbot
2018-02-06  4:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-05 17:05 [binutils-gdb] x86: Remove the unused _GLOBAL_OFFSET_TABLE_ sergiodj+buildbot
2018-02-06  2:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-05 16:54 [binutils-gdb] Use visitors for make_gdb_type sergiodj+buildbot
2018-02-06  0:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-05 14:42 [binutils-gdb] RISC-V/BFD: Correct a missing initializer error with pre-4.7 GCC sergiodj+buildbot
2018-02-05 23:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-05 14:29 [binutils-gdb] MIPS/BFD: Correctly report unsupported `.reginfo' section size sergiodj+buildbot
2018-02-05 21:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-05 14:17 [binutils-gdb] ELF/BFD: Propagate the return status from backend section processing sergiodj+buildbot
2018-02-05 17:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-05  5:03 [binutils-gdb] Move comment in gdb/dwarf2read.c::dwarf2_physname sergiodj+buildbot
2018-02-05  5:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-03 17:11 [binutils-gdb] gdb/testsuite: Remove use of dejagnu cleanup proc sergiodj+buildbot
2018-02-03 18:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-02 19:21 [binutils-gdb] MI: Allow non-raw varobj evaluation sergiodj+buildbot
2018-02-02 20:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-02 12:31 [binutils-gdb] PowerPC64, don't relocate nops sergiodj+buildbot
2018-02-02 13:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-02  3:50 [binutils-gdb] Do not classify C struct members as a filename sergiodj+buildbot
2018-02-02  4:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-01 16:11 [binutils-gdb] Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_str sergiodj+buildbot
2018-02-01 20:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-01 15:47 [binutils-gdb] set ret signed in arm_record_extension_space sergiodj+buildbot
2018-02-01 19:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-02-01 13:38 [binutils-gdb] Fix compile time warnings building the binutils with clang sergiodj+buildbot
2018-02-01 14:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-31 15:21 [binutils-gdb] gdb: Fix remote-sim/MinGW/Darwin builds sergiodj+buildbot
2018-02-01  3:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-31 15:00 [binutils-gdb] bfd_elf_define_start_stop: Fix check sergiodj+buildbot
2018-02-01  1:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-31 13:56 [binutils-gdb] (Ada) C++fy conditional string when catching exception sergiodj+buildbot
2018-01-31 18:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-31 13:41 [binutils-gdb] (Ada) Add gdb-mi support for stopping at start of exception handler sergiodj+buildbot
2018-01-31 21:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-31  7:35 [binutils-gdb] internal-error using '@' (repeat) operator on array of dynamic objects sergiodj+buildbot
2018-01-31  9:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-30 18:05 [binutils-gdb] Improve junk file removal in source tarball creation script sergiodj+buildbot
2018-01-30 22:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-30 16:50 [binutils-gdb] s390: Fix gdb.base/all-architectures.exp with --enable-targets=all sergiodj+buildbot
2018-01-30 20:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-30 16:06 [binutils-gdb] Per-inferior target_terminal state, fix PR gdb/13211, more sergiodj+buildbot
2018-01-30 18:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-30 15:53 [binutils-gdb] linux-nat: Eliminate custom target_terminal_{inferior, ours}, stop using set_sigint_trap sergiodj+buildbot
2018-01-30 17:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-30  8:44 [binutils-gdb] PR22758, FAIL: Run pr22393-2 sergiodj+buildbot
2018-01-30 10:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-29 18:21 [binutils-gdb] Don't call "detach_inferior" on "remote_follow_fork" sergiodj+buildbot
2018-01-29 19:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-29  5:45 [binutils-gdb] PR22741, objcopy segfault on fuzzed COFF object sergiodj+buildbot
2018-01-29  6:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-28 17:24 [binutils-gdb] Remove dwarf2_per_objfile_free and use after free of dwarf2_per_objfile sergiodj+buildbot
2018-01-28 18:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-27 16:43 [binutils-gdb] Avoid compilation warning in libiberty/simple-object-xcoff.c sergiodj+buildbot
2018-01-27 17:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-27 14:46 [binutils-gdb] Updated Russian translation for the bfd sub-directory sergiodj+buildbot
2018-01-27 15:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-26 15:05 [binutils-gdb] Add myself as a write-after-approval GDB maintainer sergiodj+buildbot
2018-01-26 15:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-26  6:02 [binutils-gdb] Define __start/__stop symbols when there is only a dynamic def sergiodj+buildbot
2018-01-26  8:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-26  5:59 [binutils-gdb] PowerPC PLT stub matching sergiodj+buildbot
2018-01-26 11:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-25 11:50 [binutils-gdb] PR22746, crash when running 32-bit objdump on corrupted file sergiodj+buildbot
2018-01-25 14:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-25 11:35 [binutils-gdb] Fix PR ld/22727 (TLS breakage in PIC/PIE mode on SPARC) sergiodj+buildbot
2018-01-25 12:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-24 18:49 [binutils-gdb] Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4 sergiodj+buildbot
2018-01-25  0:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-24 16:51 [binutils-gdb] [LD][AARCH64]Add group relocations to create PC-relative offset sergiodj+buildbot
2018-01-24 22:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 19:18 [binutils-gdb] MIPS/BFD: Update a stale `mips_elf32_section_processing' reference sergiodj+buildbot
2018-01-24 15:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 17:39 [binutils-gdb] Enable Intel PCONFIG instruction sergiodj+buildbot
2018-01-24 13:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 17:26 [binutils-gdb] Enable Intel WBNOINVD instruction sergiodj+buildbot
2018-01-24 11:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 17:23 [binutils-gdb] s390: if -> gdb_assert for tdesc_has_registers check sergiodj+buildbot
2018-01-23 23:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 16:25 [binutils-gdb] s390: Move tdesc validation to separate function sergiodj+buildbot
2018-01-23 21:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 15:13 [binutils-gdb] s390: Move record-replay to s390-tdep.c sergiodj+buildbot
2018-01-24  6:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 14:44 [binutils-gdb] s390: gdbarch_tdep add hook for syscall record sergiodj+buildbot
2018-01-24  3:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 14:30 [binutils-gdb] s390: Hook s390 into OSABI mechanism sergiodj+buildbot
2018-01-24  1:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 13:40 [binutils-gdb] s390: gdbarch_tdep add field tdesc sergiodj+buildbot
2018-01-23 20:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-23 13:15 [binutils-gdb] s390: Allocate gdbarch & tdep at start of gdbarch_init sergiodj+buildbot
2018-01-23 15:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-22 12:12 [binutils-gdb] regcache::cooked_write test sergiodj+buildbot
2018-01-23  0:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-22 12:07 [binutils-gdb] Remove mt port sergiodj+buildbot
2018-01-22 15:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-22 11:47 [binutils-gdb] Replace regcache_raw_read with regcache->raw_read sergiodj+buildbot
2018-01-22 17:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-22 11:23 [binutils-gdb] Don't call gdbarch_pseudo_register_read_value in jit.c sergiodj+buildbot
2018-01-22 13:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-22  4:32 [binutils-gdb] wrong line number in breakpoint location sergiodj+buildbot
2018-01-22  5:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-21 19:13 [binutils-gdb] gdb: Don't store a thread-id for floating varobj sergiodj+buildbot
2018-01-22  2:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-21 17:01 [binutils-gdb] gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up sergiodj+buildbot
2018-01-21 21:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-21 16:50 [binutils-gdb] gdb: New API for tracking innermost block sergiodj+buildbot
2018-01-21 19:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-21 16:42 [binutils-gdb] gdb: Remove out of date comment sergiodj+buildbot
2018-01-21 23:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-21 16:05 [binutils-gdb] gdb: Remove duplicate declaration of global innermost_block sergiodj+buildbot
2018-01-21 18:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-21 15:22 [binutils-gdb] gdb: Add test for some error cases of @entry usage sergiodj+buildbot
2018-01-21 16:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-20 22:46 [binutils-gdb] x86: Check the versioned __tls_get_addr symbol sergiodj+buildbot
2018-01-21  0:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19 22:47 [binutils-gdb] Fix qualified name lookup for Rust sergiodj+buildbot
2018-01-20 21:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19 19:19 [binutils-gdb] S390: Fix infcalls in s390-vregs test case sergiodj+buildbot
2018-01-20 20:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19 19:06 [binutils-gdb] gdb: Add missing #ifdef USE_THREAD_DB to gdbserver sergiodj+buildbot
2018-01-20 17:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19 19:04 [binutils-gdb] gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h sergiodj+buildbot
2018-01-20 15:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19 17:48 [binutils-gdb] Make linux_nat_detach/thread_db_detach use the inferior parameter sergiodj+buildbot
2018-01-20 12:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19 17:34 [binutils-gdb] Pass inferior down to target_detach and to_detach sergiodj+buildbot
2018-01-20 10:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19 13:35 [binutils-gdb] S390: Improve comments for s390-tdbregs test case sergiodj+buildbot
2018-01-20  5:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19 10:00 [binutils-gdb] Don't pass -m32 to libcc1 on arm-linux sergiodj+buildbot
2018-01-20  0:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19  9:33 [binutils-gdb] Find arm-linux-gnueabi(hf)?-gcc in compile sergiodj+buildbot
2018-01-19 22:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-19  6:21 [binutils-gdb] Make tests expect [ \t]+ pattern instead of \t for "info reg" command sergiodj+buildbot
2018-01-19 20:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-18 18:56 [binutils-gdb] S390: Use soft float in s390-tdbregs test case sergiodj+buildbot
2018-01-19 16:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-18 12:35 [binutils-gdb] Call cooked_read in ppu2spu_prev_register sergiodj+buildbot
2018-01-19 12:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-18 12:14 [binutils-gdb] PowerPC PLT stub alignment fixes sergiodj+buildbot
2018-01-19  9:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 23:20 [binutils-gdb] Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx") sergiodj+buildbot
2018-01-19  4:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 22:21 [binutils-gdb] RISC-V: Fix bug in prior addi/c.nop patch sergiodj+buildbot
2018-01-19  1:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 20:21 [binutils-gdb] Remove symbolp typedef sergiodj+buildbot
2018-01-18 23:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 20:16 [binutils-gdb] Allocate abbrev_table with new sergiodj+buildbot
2018-01-18 15:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 20:09 [binutils-gdb] Remove objfile argument from add_dyn_prop sergiodj+buildbot
2018-01-18 20:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 19:57 [binutils-gdb] Change dwarf2_cu::method_info to be a std::vector sergiodj+buildbot
2018-01-18 18:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 19:45 [binutils-gdb] Allocate dwarf2_cu with new sergiodj+buildbot
2018-01-18 16:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 18:49 [binutils-gdb] Fix gdb segv when objfile can't be opened sergiodj+buildbot
2018-01-18 10:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 17:59 [binutils-gdb] Make linux_ptrace_attach_fail_reason return an std::string sergiodj+buildbot
2018-01-18  8:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 17:53 [binutils-gdb] linux-nat: Remove unnecessary xstrdup sergiodj+buildbot
2018-01-18  6:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 17:04 [binutils-gdb] Replace CET bit with IBT and SHSTK bits sergiodj+buildbot
2018-01-18  4:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 11:56 [binutils-gdb] Relax gdb.compile/compile.exp to match the address printed for frame sergiodj+buildbot
2018-01-17 14:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-17 11:10 [binutils-gdb] Warning fix sergiodj+buildbot
2018-01-17 12:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-16 13:03 [binutils-gdb] Update translations for various binutils components sergiodj+buildbot
2018-01-16 14:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-16  0:18 [binutils-gdb] RISC-V: Add support for addi that compresses to c.nop sergiodj+buildbot
2018-01-16  4:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-15 23:14 [binutils-gdb] gdb/common/signals-state-save-restore.c: Fix typos sergiodj+buildbot
2018-01-16  2:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-15 20:05 [binutils-gdb] Fix scm-ports.exp regression sergiodj+buildbot
2018-01-15 22:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-13 16:17 [binutils-gdb] Update notes on how to make a release sergiodj+buildbot
2018-01-14  3:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-13 14:31 [binutils-gdb] Bump version number to 2.30.51 sergiodj+buildbot
2018-01-13 23:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-13 13:46 [binutils-gdb] Add note about 2.30 branch creation to changelogs sergiodj+buildbot
2018-01-13 20:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-13  0:00 [binutils-gdb] gdb/testsuite: Don't attempt tests if they fail to compile sergiodj+buildbot
2018-01-13 17:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-12 23:43 [binutils-gdb] Install and generate docs for gdb-add-index sergiodj+buildbot
2018-01-13 15:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-12 20:00 [binutils-gdb] Add testcase for GDB hang fixed by previous commit sergiodj+buildbot
2018-01-13  6:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-12 19:19 [binutils-gdb] Fix GDB hang with remote after error from resume sergiodj+buildbot
2018-01-13  2:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-12 13:37 [binutils-gdb] Optimize the performance of the group_setup function sergiodj+buildbot
2018-01-13  0:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-12 11:55 [binutils-gdb] Fix override of common symbols for a.out sergiodj+buildbot
2018-01-12 23:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-12 11:03 [binutils-gdb] Fixes for "Ignore dynamic references on forced local symbols" sergiodj+buildbot
2018-01-12 21:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-12  4:24 [binutils-gdb] ld: Create a new LOAD segment for separate code segment sergiodj+buildbot
2018-01-12 11:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-12  2:29 [binutils-gdb] gdb_compile_shlib: Only consider shlib= options when building executables sergiodj+buildbot
2018-01-12  6:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-11 23:57 [binutils-gdb] Ignore dynamic references on forced local symbols sergiodj+buildbot
2018-01-12  4:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-11 19:05 [binutils-gdb] gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583) sergiodj+buildbot
2018-01-11 23:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-11 18:02 [binutils-gdb] ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r --gc-sections sergiodj+buildbot
2018-01-11 22:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-11  6:23 [binutils-gdb] Fix backwards compatibility with old GDBservers (PR remote/22597) sergiodj+buildbot
2018-01-11 17:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-11  5:36 [binutils-gdb] Remove VL variants for 4FMAPS and 4VNNIW insns sergiodj+buildbot
2018-01-11 15:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-11  1:53 [binutils-gdb] language_get_symbol_name_matcher -> get_symbol_name_matcher sergiodj+buildbot
2018-01-11  6:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-11  1:05 [binutils-gdb] Ada: make verbatim matcher override other language matchers (PR gdb/22670) sergiodj+buildbot
2018-01-11  5:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-11  0:21 [binutils-gdb] Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670) sergiodj+buildbot
2018-01-11  2:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-10 15:48 [binutils-gdb] Update the libiberty sources with the latest patches found in the master sources sergiodj+buildbot
2018-01-10 20:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-10 14:58 [binutils-gdb] x86: fix Disp8 handling for scalar AVX512_4FMAPS insns sergiodj+buildbot
2018-01-10 18:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-10  2:16 [binutils-gdb] RISC-V: Disassemble x0 based addresses as 0 sergiodj+buildbot
2018-01-10 11:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-10  1:01 [binutils-gdb] Document support for 'info proc' on FreeBSD sergiodj+buildbot
2018-01-10  9:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-10  0:28 [binutils-gdb] Support 'info proc' for native FreeBSD processes sergiodj+buildbot
2018-01-10  7:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-09 23:38 [binutils-gdb] Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free() sergiodj+buildbot
2018-01-10  5:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-09 22:14 [binutils-gdb] Support 'info proc' for FreeBSD process core dumps sergiodj+buildbot
2018-01-09 23:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-09 11:49 [binutils-gdb] Add support for the AArch64's CSDB instruction sergiodj+buildbot
2018-01-09 16:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-09  9:16 [binutils-gdb] PR22662, nds32: Fix a typographical error sergiodj+buildbot
2018-01-09 11:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-08 13:11 [binutils-gdb] x86: Properly encode vmovd with 64-bit memeory sergiodj+buildbot
2018-01-08 20:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-08 10:42 [binutils-gdb] Fix GDB build failure when $development is false sergiodj+buildbot
2018-01-08 13:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-08  5:16 [binutils-gdb] (Ada) Fix print of array using non-contiguous enumeration indexes sergiodj+buildbot
2018-01-08  7:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-07 20:11 [binutils-gdb] Remove dwarf2_cu::dwarf2_per_objfile sergiodj+buildbot
2018-01-08  5:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-07 19:29 [binutils-gdb] Remove dwarf2_per_objfile global sergiodj+buildbot
2018-01-08  3:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-07 18:45 [binutils-gdb] Replace objfile field in dwarf2_cu and dwarf2_per_cu_data with dwarf2_per_objfile sergiodj+buildbot
2018-01-08  1:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-07 18:03 [binutils-gdb] Make parse_debug_format_options return an std::string sergiodj+buildbot
2018-01-08  0:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-07 17:08 [binutils-gdb] Replace VEC(converted_character_d) with std::vector sergiodj+buildbot
2018-01-07 22:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-07 16:23 [binutils-gdb] Replace VEC(gdb_xml_value_s) with std::vector sergiodj+buildbot
2018-01-07 20:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-07 15:59 [binutils-gdb] Remove xmethod_worker::clone sergiodj+buildbot
2018-01-07 17:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-07 14:48 [binutils-gdb] C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) sergiodj+buildbot
2018-01-07 16:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-05 19:58 [binutils-gdb] Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7) sergiodj+buildbot
2018-01-06  5:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-05 18:57 [binutils-gdb] Fix gdb/spu-tdep.c build breakage sergiodj+buildbot
2018-01-06  1:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-05 17:13 [binutils-gdb] Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670) sergiodj+buildbot
2018-01-05 23:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-05 11:59 [binutils-gdb] (Ada) Fix Length attribute on array access sergiodj+buildbot
2018-01-05 17:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-05 10:38 [binutils-gdb] memory error printing component of record from convenience variable sergiodj+buildbot
2018-01-05 15:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-05  7:31 [binutils-gdb] (Ada) Remove printing of array's first index when unneeded sergiodj+buildbot
2018-01-05 13:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-05  6:37 [binutils-gdb] Update NEWS post GDB 8.1 branch creation sergiodj+buildbot
2018-01-05 11:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-05  5:59 [binutils-gdb] Bump version to 8.1.50.DATE-git sergiodj+buildbot
2018-01-05  9:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-04 22:38 [binutils-gdb] RISC-V: Add 2 missing privileged registers sergiodj+buildbot
2018-01-04 23:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-04 11:13 [binutils-gdb] gdb.ada/maint_with_ada.exp: New testcase sergiodj+buildbot
2018-01-04 17:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-04  9:35 [binutils-gdb] Add "complete break ada" test to gdb.ada/complete.exp sergiodj+buildbot
2018-01-04 12:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-04  8:52 [binutils-gdb] Add gdb.ada/info_addr_mixed_case new testcase sergiodj+buildbot
2018-01-04 10:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-03 20:29 [binutils-gdb] Create pseudo sections for FreeBSD NT_PROCSTAT_(PROC|FILES|VMMAP) notes sergiodj+buildbot
2018-01-03 21:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-03  7:50 [binutils-gdb] Update year range in copyright notice of binutils files sergiodj+buildbot
2018-01-03  8:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-03  4:17 [binutils-gdb] Unbreak spurious fails in gdb.base/step-line.exp sergiodj+buildbot
2018-01-03  5:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-02 17:37 [binutils-gdb] Fix compile time warning (in the ARM simulator) about a print statement with insufficient arguments sergiodj+buildbot
2018-01-02 23:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-02 12:52 [binutils-gdb] x86: partial revert of 10c17abdd0 sergiodj+buildbot
2018-01-02 21:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-02  8:44 [binutils-gdb] Add support for dynamic DW_AT_byte_stride sergiodj+buildbot
2018-01-02 16:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-02  6:58 [binutils-gdb] Update copyright year range in all GDB files sergiodj+buildbot
2018-01-02 13:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-02  5:29 [binutils-gdb] gdb/copyright.py: Do not forget to remind about MULTIPLE_COPYRIGHT_HEADERS sergiodj+buildbot
2018-01-02  8:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-02  4:44 [binutils-gdb] Update copyright year in version message of GDB, GDBserver and GDBreplay sergiodj+buildbot
2018-01-02  6:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2018-01-02  3:57 [binutils-gdb] Yearly rotation of the gdb/ChangeLog file sergiodj+buildbot
2018-01-02  4:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-31 11:04 [binutils-gdb] Avoid indexing std::vector past the end sergiodj+buildbot
2017-12-31 15:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-31  4:57 [binutils-gdb] Only ignore -Wenum-compare-switch if it exists sergiodj+buildbot
2017-12-31  6:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-31  2:43 [binutils-gdb] dwarf2read: Silence -Wenum-compare-switch warning sergiodj+buildbot
2017-12-31  4:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-30  7:02 [binutils-gdb] Make mapped_debug_names and mapped_index final sergiodj+buildbot
2017-12-30  7:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-30  4:57 [binutils-gdb] Ignore warning about using different types of enums in switch sergiodj+buildbot
2017-12-30  6:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-30  3:17 [binutils-gdb] Remove unnecessary call to get_thread_db_info sergiodj+buildbot
2017-12-30  4:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-28 17:51 [binutils-gdb] Remove unused HP-UX TARGET_OBJECT_ enums sergiodj+buildbot
2017-12-28 18:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-27 17:51 [binutils-gdb] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p sergiodj+buildbot
2017-12-27 23:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-27 16:45 [binutils-gdb] reggroups: Add reggroup_gdbarch_new, reggroup_find for dynamic reggroups sergiodj+buildbot
2017-12-27 21:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-27 15:46 [binutils-gdb] reggroups: Convert reggroups from post_init to pre_init sergiodj+buildbot
2017-12-27 18:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-27 15:03 [binutils-gdb] reggroups: Add test and docs for `info reg $reggroup` feature sergiodj+buildbot
2017-12-27 15:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-23 21:51 [binutils-gdb] Add ATTRIBUTE_PRINTF to printf_field_type_assignment sergiodj+buildbot
2017-12-23 22:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-21  2:01 [binutils-gdb] Remove write-only assignment in rs6000-tdep.c sergiodj+buildbot
2017-12-21  2:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-20 21:59 [binutils-gdb] RISC-V: Add compressed instruction hints, and a few misc cleanups sergiodj+buildbot
2017-12-20 23:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-19 12:47 [binutils-gdb] Add support for V_4B so we can properly reject it sergiodj+buildbot
2017-12-19 13:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-18 11:26 [binutils-gdb] x86: fold certain AVX and AVX2 templates sergiodj+buildbot
2017-12-18 14:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-18  9:35 [binutils-gdb] x86: drop FloatReg and FloatAcc sergiodj+buildbot
2017-12-18 11:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-18  8:56 [binutils-gdb] x86: replace Reg8, Reg16, Reg32, and Reg64 sergiodj+buildbot
2017-12-18 10:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-18  4:51 [binutils-gdb] improved error message when getting an exception printing a variable sergiodj+buildbot
2017-12-18  7:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-18  4:13 [binutils-gdb] (Ada) crash assigning to record component which is an array sergiodj+buildbot
2017-12-18  5:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-16 22:41 [binutils-gdb] gdb: Add news entries for new or1k target sergiodj+buildbot
2017-12-16 23:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-15 11:47 [binutils-gdb] Skip 'maintenance check xml-descriptions' if XML is disabled sergiodj+buildbot
2017-12-15 14:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-15  9:44 [binutils-gdb] Fix disassembly for PowerPC sergiodj+buildbot
2017-12-15 10:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-14 13:12 [binutils-gdb] Update the address of the FSF in the copyright notice of files which were using the old address sergiodj+buildbot
2017-12-14 13:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-14  4:30 [binutils-gdb] (Ada) Add support for task switching when debugging core files sergiodj+buildbot
2017-12-14  5:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-13 19:21 [binutils-gdb] python: Add qualified parameter to gdb.Breakpoint sergiodj+buildbot
2017-12-14  0:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-13 18:40 [binutils-gdb] Tighten regexp of lib/completion-support.exp:test_gdb_complete_tab_multiple sergiodj+buildbot
2017-12-13 23:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-13 17:00 [binutils-gdb] Factor out final completion match string building sergiodj+buildbot
2017-12-13 20:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-13 15:34 [binutils-gdb] gdb: Fix ARI warnings in or1k-tdep.c sergiodj+buildbot
2017-12-13 18:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-13 13:44 [binutils-gdb] This patch enables disassembler_needs_relocs for PRU. It is needed to print correct symbols when disassembling arguments of "call" instructions with a relocation sergiodj+buildbot
2017-12-13 14:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-12 22:06 [binutils-gdb] sim: testsuite: add testsuite for or1k sim sergiodj+buildbot
2017-12-13  5:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-12 21:23 [binutils-gdb] sim: or1k: add autoconf generated files sergiodj+buildbot
2017-12-13  4:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-12 20:43 [binutils-gdb] sim: or1k: add cgen generated files sergiodj+buildbot
2017-12-13  2:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-12 18:13 [binutils-gdb] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd]) sergiodj+buildbot
2017-12-12 22:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-12 16:06 [binutils-gdb] gdb: testsuite: Add or1k l.nop instruction sergiodj+buildbot
2017-12-12 17:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-12 13:33 [binutils-gdb] PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSE sergiodj+buildbot
2017-12-12 14:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-11 16:19 [binutils-gdb] [Binutils][Objdump]Check symbol section information while search a mapping symbol backward sergiodj+buildbot
2017-12-11 17:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-11 14:55 [binutils-gdb] [MPFR] Fix regression on 32-bit host systems sergiodj+buildbot
2017-12-11 15:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-11  8:38 [binutils-gdb] Adapt gdb.ada/variant_record_packed_array.exp to accept reordered components sergiodj+buildbot
2017-12-11  9:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-09  5:22 [binutils-gdb] dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol table sergiodj+buildbot
2017-12-09 13:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-09  4:00 [binutils-gdb] DWARF-5: .debug_names index consumer sergiodj+buildbot
2017-12-09 12:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-09  1:35 [binutils-gdb] Change dwarf2_initialize_objfile's return value sergiodj+buildbot
2017-12-09  7:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-09  0:49 [binutils-gdb] DWARF-5: .debug_names index producer sergiodj+buildbot
2017-12-09  6:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-08 21:57 [binutils-gdb] Work around sparc glibc bug sergiodj+buildbot
2017-12-09  2:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-08 20:59 [binutils-gdb] Fix thinko on dtrace-probe.c:dtrace_process_dof_probe sergiodj+buildbot
2017-12-09  0:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-08 19:17 [binutils-gdb] Adjust breakpoint address by clearing non-significant bits sergiodj+buildbot
2017-12-08 21:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-08 16:06 [binutils-gdb] Fix PR 22567: set SAL .section in minsym_found sergiodj+buildbot
2017-12-08 16:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-08 10:27 [binutils-gdb] Fix stripping relocs in a file with mergeable notes sergiodj+buildbot
2017-12-08 11:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-08  6:55 [binutils-gdb] Add aix 64-bit check to bfd_get_sign_extend_vma sergiodj+buildbot
2017-12-08  7:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-08  0:32 [binutils-gdb] Validate explicit locations with early termination sergiodj+buildbot
2017-12-08  5:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-07 23:49 [binutils-gdb] Record nested types sergiodj+buildbot
2017-12-08  4:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-07 19:41 [binutils-gdb] Fix build with g++ 6.3.1 sergiodj+buildbot
2017-12-08  0:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-07 19:12 [binutils-gdb] Initialize target description early in IPA sergiodj+buildbot
2017-12-07 22:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-07 17:45 [binutils-gdb] Add virtual destructor to selftest sergiodj+buildbot
2017-12-07 21:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-07 17:07 [binutils-gdb] Implement explicit locations for Python breakpoints sergiodj+buildbot
2017-12-07 18:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-07 13:37 [binutils-gdb] gdb/MAINTAINERS: restore m68hc11, score and xstormy16 entries sergiodj+buildbot
2017-12-07 14:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06 23:13 [binutils-gdb] target_set_syscall_catchpoint, use gdb::array_view and bool sergiodj+buildbot
2017-12-07  1:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06 21:56 [binutils-gdb] Fix syscall group completion sergiodj+buildbot
2017-12-07  0:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  8:55 [binutils-gdb] BFD whitespace fixes sergiodj+buildbot
2017-12-06 21:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  8:32 [binutils-gdb] Fix Common symbol override test fails sergiodj+buildbot
2017-12-06 20:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  8:12 [binutils-gdb] dyn_relocs tidy sergiodj+buildbot
2017-12-06 18:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  7:50 [binutils-gdb] Comment tidy sergiodj+buildbot
2017-12-06 17:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  5:26 [binutils-gdb] Make tdesc_type::u::u::fields an std::vector sergiodj+buildbot
2017-12-06 12:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  2:59 [binutils-gdb] Split tdesc_type into multiple classes sergiodj+buildbot
2017-12-06 14:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  1:26 [binutils-gdb] Make tdesc_type::name an std::string sergiodj+buildbot
2017-12-06 11:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  1:05 [binutils-gdb] Make tdesc_feature::types an std::vector sergiodj+buildbot
2017-12-06  9:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  0:44 [binutils-gdb] Make tdesc_reg string fields std::string sergiodj+buildbot
2017-12-06  7:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  0:22 [binutils-gdb] Make target_desc::features an std::vector sergiodj+buildbot
2017-12-06  4:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  0:22 [binutils-gdb] Make tdesc_feature::registers an std::vector sergiodj+buildbot
2017-12-06  6:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-06  0:02 [binutils-gdb] Make tdesc_feature::name an std::string sergiodj+buildbot
2017-12-06  5:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-05 22:53 [binutils-gdb] Make target_desc::properties an std::vector sergiodj+buildbot
2017-12-06  0:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-05 22:06 [binutils-gdb] Redefine gdb_static_assert as static_assert sergiodj+buildbot
2017-12-05 23:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-05 21:31 [binutils-gdb] Remove some unused variables sergiodj+buildbot
2017-12-05 22:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-04 18:06 [binutils-gdb] Implement 'set dump-excluded-mappings' command sergiodj+buildbot
2017-12-04 19:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-04 16:38 [binutils-gdb] Fix displaced-stepping RIP-relative VEX-encoded instructions (AVX) (PR gdb/22499) sergiodj+buildbot
2017-12-04 17:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03 22:43 [binutils-gdb] Fix "FAIL: VLE relocations 3" sergiodj+buildbot
2017-12-04  8:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03 18:49 [binutils-gdb] Remove mem_region_vector typedef sergiodj+buildbot
2017-12-04 13:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03 18:21 [binutils-gdb] Make make-target-delegates grok namespace scope op and template params sergiodj+buildbot
2017-12-04 11:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03 15:50 [binutils-gdb] Remove find_inferior sergiodj+buildbot
2017-12-04  1:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03 12:00 [binutils-gdb] Remove usage of find_inferior in linux_stabilize_threads sergiodj+buildbot
2017-12-03 19:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03 10:23 [binutils-gdb] Remove usages of find_inferior calling not_stopped_callback sergiodj+buildbot
2017-12-03 16:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03 10:05 [binutils-gdb] Remove for_each_inferior_with_data sergiodj+buildbot
2017-12-04  4:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03  8:58 [binutils-gdb] Update comments sergiodj+buildbot
2017-12-04  0:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03  8:38 [binutils-gdb] Remove usages of find_inferior that call proceed_one_lwp sergiodj+buildbot
2017-12-03 23:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03  6:32 [binutils-gdb] Remove usages of find_inferior in select_event_lwp sergiodj+buildbot
2017-12-03 18:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03  6:09 [binutils-gdb] Remove find_inferior_in_random sergiodj+buildbot
2017-12-03 10:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03  2:54 [binutils-gdb] Remove usages of find_inferior in linux-mips-low.c sergiodj+buildbot
2017-12-03  6:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03  2:33 [binutils-gdb] Remove usage of find_inferior in lynx_mourn sergiodj+buildbot
2017-12-03  5:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03  2:14 [binutils-gdb] Remove usage of find_inferior in regcache_invalidate_pid sergiodj+buildbot
2017-12-03  3:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-03  1:53 [binutils-gdb] Fix typo in poison.h sergiodj+buildbot
2017-12-03  2:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-01 17:42 [binutils-gdb] Use consistent types for holding instructions, instruction masks, etc sergiodj+buildbot
2017-12-01 18:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-01 13:57 [binutils-gdb] Update GDB's list of maintainers to reflect today's reality sergiodj+buildbot
2017-12-01 15:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-01 12:37 [binutils-gdb] x86: Print dynreloc in readonly section for map file output sergiodj+buildbot
2017-12-01 13:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-01 12:00 [binutils-gdb] Replace mail address with the URL in copyright header sergiodj+buildbot
2017-12-01 12:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-12-01  7:34 [binutils-gdb] readonly_dynrelocs sergiodj+buildbot
2017-12-01 10:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-30 23:21 [binutils-gdb] PR22533, dynamic relocs generated for weak aliases sergiodj+buildbot
2017-12-01  7:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-30 17:48 [binutils-gdb] Use boards/local-board.exp more sergiodj+buildbot
2017-12-01  5:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-30 16:51 [binutils-gdb] Fix gdb.linespec/cpls-ops.exp on 32-bit sergiodj+buildbot
2017-12-01  3:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-30 12:28 [binutils-gdb] x86: derive DispN from BaseIndex sergiodj+buildbot
2017-11-30 23:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-30  1:14 [binutils-gdb] Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available sergiodj+buildbot
2017-11-30 17:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-30  0:53 [binutils-gdb] preserve type length in ada-lang.c::to_fixed_range_type sergiodj+buildbot
2017-11-30 15:22 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-29 22:06 [binutils-gdb] Breakpoints in symbols with ABI tags (PR c++/19436) sergiodj+buildbot
2017-11-30 13:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-29 21:46 [binutils-gdb] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] sergiodj+buildbot
2017-11-30 11:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-29 20:48 [binutils-gdb] Handle custom completion match prefix / LCD sergiodj+buildbot
2017-11-30  9:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-29 16:44 [binutils-gdb] Fix add-symbol-file usage and errors sergiodj+buildbot
2017-11-29 21:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-29 11:10 [binutils-gdb] [gdb/testsuite] Fix wrong return type in tests sergiodj+buildbot
2017-11-29 17:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-28 20:11 [binutils-gdb] Prevent a memory exhaustion problem when trying to read in strings from a COFF binary with a corrupt string table size sergiodj+buildbot
2017-11-29 13:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-28 14:37 [binutils-gdb] Fix a memory access violation when attempting to parse a corrupt COFF binary with a relocation that points beyond the end of the section to be relocated sergiodj+buildbot
2017-11-29 11:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-28 14:12 [binutils-gdb] ELF: Don't set non_ir_ref_regular in check_relocs sergiodj+buildbot
2017-11-29  9:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-28 12:16 [binutils-gdb] ld: Set non_ir_ref_regular on symbols referenced in regular objects sergiodj+buildbot
2017-11-29  3:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-28 11:31 [binutils-gdb] Remove REMOTE_OBS sergiodj+buildbot
2017-11-29  1:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-28  2:28 [binutils-gdb] Move unittests object files to unittests subdirectory sergiodj+buildbot
2017-11-28 11:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-28  1:08 [binutils-gdb] Move mi objects to mi subdirectory sergiodj+buildbot
2017-11-28  5:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-28  0:24 [binutils-gdb] A simpler way to make the "arch" build directory sergiodj+buildbot
2017-11-28  1:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-27 12:30 [binutils-gdb] [PR ld/22269] aarch64: Handle local undefined weak symbols sergiodj+buildbot
2017-11-27 16:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-26 18:30 [binutils-gdb] Removes a cleanup from gcore.c sergiodj+buildbot
2017-11-26 21:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-25  8:52 [binutils-gdb] Add comprehensive C++ operator linespec/location/completion tests sergiodj+buildbot
2017-11-25 20:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-25  3:37 [binutils-gdb] Revert "elf: Properly compute offsets of note descriptor and next note" sergiodj+buildbot
2017-11-25 11:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-25  2:17 [binutils-gdb] Make strcmp_iw NOT ignore whitespace in the middle of tokens sergiodj+buildbot
2017-11-25 17:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 23:37 [binutils-gdb] Workaround build bug with GCC 6.2.1 sergiodj+buildbot
2017-11-25 10:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 20:32 [binutils-gdb] Create private_thread_info hierarchy sergiodj+buildbot
2017-11-25  5:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 20:00 [binutils-gdb] remote: C++ify thread_item and threads_listing_context sergiodj+buildbot
2017-11-25  3:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 17:40 [binutils-gdb] Remove dead code in regcache::dump sergiodj+buildbot
2017-11-24 23:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 16:34 [binutils-gdb] elf: Properly compute offsets of note descriptor and next note sergiodj+buildbot
2017-11-24 21:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 14:52 [binutils-gdb] Add xml selftests for aarch64 target description sergiodj+buildbot
2017-11-24 17:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 14:23 [binutils-gdb] regcache::cooked_read unit test sergiodj+buildbot
2017-11-24 19:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 13:09 [binutils-gdb] Use flexible target descriptors for aarch64 sergiodj+buildbot
2017-11-24 16:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 12:40 [binutils-gdb] Add aarch64_create_target_description sergiodj+buildbot
2017-11-24 14:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24 11:34 [binutils-gdb] Change value_contents_eq return bool sergiodj+buildbot
2017-11-24 12:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24  9:50 [binutils-gdb] Change tic6x target descriptions sergiodj+buildbot
2017-11-24 10:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-24  8:04 [binutils-gdb] x86: don't omit disambiguating suffixes from "fi*" sergiodj+buildbot
2017-11-24  8:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-23 19:54 [binutils-gdb] Revert unexpected rename in previous patch sergiodj+buildbot
2017-11-24  1:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-23 13:28 [binutils-gdb] Rename u.weakdef and make it a circular list sergiodj+buildbot
2017-11-23 17:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22 23:03 [binutils-gdb] C++ify osdata sergiodj+buildbot
2017-11-23  9:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22 22:42 [binutils-gdb] Show optimized out local variables in "info locals" sergiodj+buildbot
2017-11-23  8:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22 20:23 [binutils-gdb] Remove obsolete core-regset.c sergiodj+buildbot
2017-11-23  0:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22 17:26 [binutils-gdb] [testsuite] Pass pthreads in prepare_for_testing sergiodj+buildbot
2017-11-22 23:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22 17:05 [binutils-gdb] [testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler sergiodj+buildbot
2017-11-22 22:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22 16:24 [binutils-gdb] [testsuite] Pass -pie in ldflags sergiodj+buildbot
2017-11-22 19:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22 15:10 [binutils-gdb] Target FP: Make use of MPFR if available sergiodj+buildbot
2017-11-22 17:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22 12:42 [binutils-gdb] Fix build with GCC 8: strncpy -> memcpy sergiodj+buildbot
2017-11-22 13:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22  1:50 [binutils-gdb] (Ada) crash connecting to TSIM simulator sergiodj+buildbot
2017-11-22  4:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22  1:10 [binutils-gdb] problem debugging ravenscar programs if runtime is stripped sergiodj+buildbot
2017-11-22  3:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-22  0:26 [binutils-gdb] Add multiple-CPU support in ravenscar-thread.c sergiodj+buildbot
2017-11-22  1:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-21 18:08 [binutils-gdb] [PowerPC] Detect different long double floating-point formats sergiodj+buildbot
2017-11-21 19:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-21  4:54 [binutils-gdb] Fix build failure in darwin-nat.c sergiodj+buildbot
2017-11-21  7:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-21  2:07 [binutils-gdb] Fix mapped_index::find_name_components_bounds upper bound computation sergiodj+buildbot
2017-11-21  4:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-21  1:02 [binutils-gdb] Unit test name-component bounds searching directly sergiodj+buildbot
2017-11-21  3:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-21  0:29 [binutils-gdb] 0xff chars in name components table; cp-name-parser lex UTF-8 identifiers sergiodj+buildbot
2017-11-21  2:22 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-20 10:03 [binutils-gdb] Remove usage of find_inferior when calling kill_one_lwp_callback sergiodj+buildbot
2017-11-20 21:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-20  8:34 [binutils-gdb] Remove usage of find_thread when calling resume_status_pending_p sergiodj+buildbot
2017-11-20 19:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-20  3:48 [binutils-gdb] Remove usage of find_inferior in win32-i386-low.c sergiodj+buildbot
2017-11-20  4:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-19  1:27 [binutils-gdb] Fix error message typo sergiodj+buildbot
2017-11-19  2:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-17 22:05 [binutils-gdb] Handle dereferencing Rust trait objects sergiodj+buildbot
2017-11-18  4:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-17 18:49 [binutils-gdb] Make output_thread_groups take an std::vector<int> sergiodj+buildbot
2017-11-17 22:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-17 12:33 [binutils-gdb] x86: Pass "%F%P:" to linker callback in case of error sergiodj+buildbot
2017-11-17 19:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-16 23:48 [binutils-gdb] Test breakpoint commands w/ "continue" + Ctrl-C sergiodj+buildbot
2017-11-17 17:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-16 23:37 [binutils-gdb] Don't ever Quit out of resume sergiodj+buildbot
2017-11-17 14:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-16 21:11 [binutils-gdb] gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII class sergiodj+buildbot
2017-11-17 10:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-16 20:25 [binutils-gdb] Fix testing gdb.rust/modules.exp against gdbserver sergiodj+buildbot
2017-11-17  9:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-16 18:53 [binutils-gdb] Add new AArch64 FP16 FM{A|S} instructions sergiodj+buildbot
2017-11-17  4:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-16 16:44 [binutils-gdb] GDBserver: Fix ignored Ctrl-C after reconnection sergiodj+buildbot
2017-11-16 22:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-16 10:28 [binutils-gdb] Fix tic6x-uclinux GDBserver build failure sergiodj+buildbot
2017-11-16 11:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-15 21:02 [binutils-gdb] Include <array> to declare std::array<> sergiodj+buildbot
2017-11-16  3:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-15 17:36 [binutils-gdb] Separate the new FP16 instructions backported from Armv8.4-a to Armv8.2-a into a new flag order to distinguish them from the rest of the already existing optional FP16 instructions in Armv8.2-a sergiodj+buildbot
2017-11-15 22:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-15 15:43 [binutils-gdb] Move self to Past Maintainers sergiodj+buildbot
2017-11-15 19:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-15 12:22 [binutils-gdb] Handle ' and I format flags sergiodj+buildbot
2017-11-15 16:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-15 10:29 [binutils-gdb] Fix M68HC11_NUM_REGS sergiodj+buildbot
2017-11-15 13:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-15  9:40 [binutils-gdb] x86: use correct register names sergiodj+buildbot
2017-11-15 12:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-15  8:44 [binutils-gdb] x86: drop VEXI4_Fixup() sergiodj+buildbot
2017-11-15 10:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-14  9:28 [binutils-gdb] x86: add disassembler support for XOP VPCOM* pseudo-ops sergiodj+buildbot
2017-11-14 12:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-14  5:41 [binutils-gdb] Inconsistent .eh_frame_hdr on powerpc64 sergiodj+buildbot
2017-11-14  6:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-13 15:31 [binutils-gdb] Enable hardware single step for m68k in GDBServer sergiodj+buildbot
2017-11-13 16:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-13 11:44 [binutils-gdb] x86: {f, }xsave64 / {f, }xrstor64 / xsaveopt64 should not allow q suffix sergiodj+buildbot
2017-11-13 12:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-13  1:32 [binutils-gdb] ld: Remove PF_X from PT_PHDR segment sergiodj+buildbot
2017-11-13  2:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-12 10:49 [binutils-gdb] weakdef list handling sergiodj+buildbot
2017-11-12 13:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-12 10:14 [binutils-gdb] non_got_ref after adjust_dynamic_relocs sergiodj+buildbot
2017-11-12 12:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-10  0:28 [binutils-gdb] Fix racy output matching in gdb.base/memattr.exp sergiodj+buildbot
2017-11-10  6:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-09 23:46 [binutils-gdb] Fix racy output matching in gdb.base/completion.exp sergiodj+buildbot
2017-11-10  5:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-09 23:12 [binutils-gdb] Fix racy output matching in gdb.asm/asm-source.exp sergiodj+buildbot
2017-11-10  3:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-09 20:24 [binutils-gdb] fix typos in ada-lang.c comment sergiodj+buildbot
2017-11-10  2:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-09 17:04 [binutils-gdb] Adds the new Fields and Operand types for the new instructions in Armv8.4-a sergiodj+buildbot
2017-11-09 20:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-09 16:31 [binutils-gdb] Simplify the psymbol hash function sergiodj+buildbot
2017-11-09 18:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-09 10:49 [binutils-gdb] Change the type of the aarch64_feature_set typedef to unsigned long long so that it will work on 32-bit hosts sergiodj+buildbot
2017-11-09 11:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-08  1:18 [binutils-gdb] Constify add_setshow_* sergiodj+buildbot
2017-11-08 16:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 23:48 [binutils-gdb] Remove cleanup from backtrace_command sergiodj+buildbot
2017-11-08 11:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 23:28 [binutils-gdb] Constify add_path and friends sergiodj+buildbot
2017-11-08 10:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 21:57 [binutils-gdb] Constify add_com_suppress_notification sergiodj+buildbot
2017-11-08  6:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 21:27 [binutils-gdb] Constify add_abbrev_prefix_cmd sergiodj+buildbot
2017-11-08  5:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 20:49 [binutils-gdb] opcodes/arc: Fix incorrect insn_class for some nps insns sergiodj+buildbot
2017-11-08  3:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 14:20 [binutils-gdb] Add some more breakpoint/location range tests sergiodj+buildbot
2017-11-08  0:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 12:55 [binutils-gdb] Add base 'enable/disable invalid location range' tests sergiodj+buildbot
2017-11-07 22:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 11:32 [binutils-gdb] Allow enabling/disabling breakpoint location ranges sergiodj+buildbot
2017-11-07 19:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 10:42 [binutils-gdb] This patch similarly to the AArch64 one enables Dot Product support by default for the Cortex-A55 and Cortex-A75 which have hardware support for these instructions sergiodj+buildbot
2017-11-07 17:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07 10:07 [binutils-gdb] PowerPC64 statistics message sergiodj+buildbot
2017-11-07 16:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07  9:31 [binutils-gdb] Require ngettext in test of system gettext implementation sergiodj+buildbot
2017-11-07 15:22 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07  2:03 [binutils-gdb] Update my e-mail address sergiodj+buildbot
2017-11-07 12:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-07  1:06 [binutils-gdb] Test attaching to a process that isn't a process group leader sergiodj+buildbot
2017-11-07 10:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-06 22:47 [binutils-gdb] Don't set terminal flags twice in a row sergiodj+buildbot
2017-11-07  6:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-06 21:12 [binutils-gdb] Target FP: Merge doublest.c and dfp.c into target-float.c sergiodj+buildbot
2017-11-07  3:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-06 20:20 [binutils-gdb] Target FP: Remove unused floating-point routines sergiodj+buildbot
2017-11-07  1:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-06 17:27 [binutils-gdb] Target FP: Add binop and compare routines to target-float.{c, h} sergiodj+buildbot
2017-11-06 20:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-06 16:44 [binutils-gdb] Target FP: Add conversion routines to target-float.{c, h} sergiodj+buildbot
2017-11-06 18:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-06 15:56 [binutils-gdb] Target FP: Add string routines to target-float.{c,h} sergiodj+buildbot
2017-11-06 17:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-05  7:46 [binutils-gdb] powerpc TLS in PIEs sergiodj+buildbot
2017-11-05 15:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-05  3:51 [binutils-gdb] Introduce gdb_breakpoint_up sergiodj+buildbot
2017-11-05  9:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-05  0:50 [binutils-gdb] PR22394, hppa-linux-ld fails to emit dynamic relocations sergiodj+buildbot
2017-11-05 12:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-04 23:46 [binutils-gdb] Use unique_xmalloc_ptr in c_type_print_base sergiodj+buildbot
2017-11-05  7:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-04 23:25 [binutils-gdb] Remove cleanups from linux-tdep.c sergiodj+buildbot
2017-11-05  5:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-04 20:56 [binutils-gdb] Remove make_cleanup_free_objfile sergiodj+buildbot
2017-11-05  3:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-04 20:14 [binutils-gdb] Replace start_rbreak_breakpoints and end_rbreak_breakpoints sergiodj+buildbot
2017-11-05  0:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-04 19:51 [binutils-gdb] Remove directive-searched cleanups sergiodj+buildbot
2017-11-04 23:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-04 18:59 [binutils-gdb] Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglink sergiodj+buildbot
2017-11-04 22:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-04 18:06 [binutils-gdb] Use std::vector in compile-loc2c.c sergiodj+buildbot
2017-11-04 20:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-04 17:45 [binutils-gdb] Remove cleanups from link_callbacks_einfo sergiodj+buildbot
2017-11-04 19:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-03 18:40 [binutils-gdb] x86: Remove func_pointer_refcount sergiodj+buildbot
2017-11-03 20:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-03 15:03 [binutils-gdb] [ARC] Force the disassam to use the hexadecimal number for printing sergiodj+buildbot
2017-11-03 16:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-03 11:02 [binutils-gdb] Skip gdb.python/py-thrhandle.exp if python is not enabled sergiodj+buildbot
2017-11-03 12:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-02 19:26 [binutils-gdb] const-fy regcache::m_readonly_p sergiodj+buildbot
2017-11-02 23:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-02 16:13 [binutils-gdb] New method regcache::assert_regnum sergiodj+buildbot
2017-11-02 18:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-02 15:52 [binutils-gdb] Remove code wrapped by "#if 0" sergiodj+buildbot
2017-11-02 17:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-01 11:58 [binutils-gdb] Fix an invalid free called when attempting to link a COFF object against an ELF archive with --no-keep-memory enabled sergiodj+buildbot
2017-11-01 12:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-01  8:21 [binutils-gdb] PR22374, PowerPC unnecessary PLT entries sergiodj+buildbot
2017-11-01 10:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-11-01  1:59 [binutils-gdb] Use console uiout when executing breakpoint commands sergiodj+buildbot
2017-11-01  2:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-31 19:14 [binutils-gdb] tracepoint: Remove unnecessary const_cast sergiodj+buildbot
2017-10-31 19:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-31 14:53 [binutils-gdb] Fix illegal memory access triggered when parsing a PE binary with a corrupt data dictionary sergiodj+buildbot
2017-10-31 15:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-31  1:56 [binutils-gdb] gdb/Makefile.in: fix 'make tags' failure sergiodj+buildbot
2017-10-31  3:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-30 13:20 [binutils-gdb] remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptr sergiodj+buildbot
2017-10-30 15:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-30  3:36 [binutils-gdb] darwin-nat: Remove gdb.h include sergiodj+buildbot
2017-10-30  6:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-30  2:25 [binutils-gdb] frv-elf --gc-sections failures sergiodj+buildbot
2017-10-30  4:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-30  2:05 [binutils-gdb] relocs_compatible test for gc-sections sergiodj+buildbot
2017-10-30  3:42 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-29 17:24 [binutils-gdb] xtensa-xtregs: Fix formatting issues sergiodj+buildbot
2017-10-29 18:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-28 12:08 [binutils-gdb] PR22300, Abort in elf32_hppa_relocate_section building polyml sergiodj+buildbot
2017-10-28 22:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-28  8:39 [binutils-gdb] common-utils-selftests.c: Add ATTRIBUTE_PRINTF sergiodj+buildbot
2017-10-28 17:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-28  8:07 [binutils-gdb] C++ify xml-syscall.c sergiodj+buildbot
2017-10-28 16:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-28  6:56 [binutils-gdb] Remove find_inferior usage for thread_search sergiodj+buildbot
2017-10-28 21:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-28  5:38 [binutils-gdb] Allocate breakpoint_objfile_data with new sergiodj+buildbot
2017-10-28 13:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-28  5:03 [binutils-gdb] Get rid of VEC(loaded_script_ptr) sergiodj+buildbot
2017-10-28 12:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-28  3:31 [binutils-gdb] Get rid of VEC(filename_language) sergiodj+buildbot
2017-10-28 10:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-27 15:45 [binutils-gdb] Add common AARCH64 REGNUM defines sergiodj+buildbot
2017-10-27 16:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-27 13:22 [binutils-gdb] Remove regular_breakpoint_inserted_here_p declaration sergiodj+buildbot
2017-10-27 23:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-27  4:29 [binutils-gdb] Fix racy test in gdb.base/new-ui.exp sergiodj+buildbot
2017-10-27 13:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-27  3:57 [binutils-gdb] RISC-V: Fix disassembly of c.addi4spn, c.addi16sp, c.lui when imm=0 sergiodj+buildbot
2017-10-27 12:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 21:14 [binutils-gdb] const-fy breakpoint_ops->breakpoint_hit parameter aspace sergiodj+buildbot
2017-10-27 22:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 20:53 [binutils-gdb] const-fy function parameter struct address_space *aspace sergiodj+buildbot
2017-10-27 21:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 20:23 [binutils-gdb] s/get_regcache_arch (regcache)/regcache->arch ()/g sergiodj+buildbot
2017-10-27 19:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 19:34 [binutils-gdb] Target FP: Use target format throughout expression parsing sergiodj+buildbot
2017-10-27 18:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 19:13 [binutils-gdb] PR22348, conflicting global vars in crx and cr16 sergiodj+buildbot
2017-10-27 17:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 16:36 [binutils-gdb] Use const reference for decimal_from_string argument sergiodj+buildbot
2017-10-27 10:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 16:13 [binutils-gdb] Fix unstable test names in gdb.python/py-objfile.exp sergiodj+buildbot
2017-10-26 21:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 14:44 [binutils-gdb] Fix unstable test names in gdb.gdb/unittest.exp sergiodj+buildbot
2017-10-26 20:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 14:06 [binutils-gdb] RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2 sergiodj+buildbot
2017-10-27  4:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 13:38 [binutils-gdb] Fix gdb.opt/inline-cmds.exp regressions sergiodj+buildbot
2017-10-27  3:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 13:10 [binutils-gdb] Fix unstable test names in gdb.arch/arc-tdesc-cpu.exp sergiodj+buildbot
2017-10-26 17:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 12:26 [binutils-gdb] Reindent gdb.threads/attach-into-signal.exp sergiodj+buildbot
2017-10-27  0:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26 11:38 [binutils-gdb] Drop /proc/PID/status polling from gdb.threads/attach-into-signal.exp sergiodj+buildbot
2017-10-26 23:46 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26  9:40 [binutils-gdb] Fix unstable test names in gdb.base/startup-with-shell.exp sergiodj+buildbot
2017-10-26 18:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-26  7:22 [binutils-gdb] Enable Intel VAES instructions sergiodj+buildbot
2017-10-26 11:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-21 18:29 [binutils-gdb] Get rid of VEC (mem_region) sergiodj+buildbot
2017-10-21 20:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-20 19:05 [binutils-gdb] Use std::vector in gdb_bfd_data sergiodj+buildbot
2017-10-20 21:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-20 17:24 [binutils-gdb] Use "new" to allocate gdb_bfd_data sergiodj+buildbot
2017-10-20 20:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-20 16:28 [binutils-gdb] Introduce new_bfd_ref sergiodj+buildbot
2017-10-20 19:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-20 15:58 [binutils-gdb] Fix 'gdb.base/quit.exp hangs forever' if the test fails sergiodj+buildbot
2017-10-20 17:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-20  2:37 [binutils-gdb] Get rid of VEC(interp_factory_p) sergiodj+buildbot
2017-10-20  3:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-20  0:10 [binutils-gdb] Remove cleanup from call_function_by_hand_dummy sergiodj+buildbot
2017-10-20  0:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-19 18:15 [binutils-gdb] Fix build breakage in gdb/xml-support.c sergiodj+buildbot
2017-10-19 20:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-19 13:54 [binutils-gdb] tilegx: Check bfd_link_executable for TLS check sergiodj+buildbot
2017-10-19 16:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-18 23:22 [binutils-gdb] tile: Mark __tls_get_addr in gc_mark_hook sergiodj+buildbot
2017-10-19  0:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-18 19:06 [binutils-gdb] Canonicalize conversion operators sergiodj+buildbot
2017-10-18 20:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-18 18:20 [binutils-gdb] Issue complaint instead of assert for invalid/unhandled DW_AT_accessibility sergiodj+buildbot
2017-10-18 18:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-18 14:57 [binutils-gdb] [Visium] Disassemble the operands of the stop instruction sergiodj+buildbot
2017-10-18 15:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-18 12:24 [binutils-gdb] Remove features/tic6x-c62x-linux.c sergiodj+buildbot
2017-10-18 13:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17 17:30 [binutils-gdb] Add several "quit with live inferior" tests sergiodj+buildbot
2017-10-18  0:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17 15:53 [binutils-gdb] Remove obsolete assertion from regcache.c sergiodj+buildbot
2017-10-17 21:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17 14:44 [binutils-gdb] Fix double-free corruption sergiodj+buildbot
2017-10-17 19:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17 14:34 [binutils-gdb] Simplify regcache::xfer_part sergiodj+buildbot
2017-10-17 17:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17 14:23 [binutils-gdb] [GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile rule sergiodj+buildbot
2017-10-17 16:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17 13:53 [binutils-gdb] [GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/ sergiodj+buildbot
2017-10-17 14:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17 12:52 [binutils-gdb] [GDBserver] Move arm.o to arch/arm.o sergiodj+buildbot
2017-10-17 13:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17  6:41 [binutils-gdb] PR22306, Invalid free() in slurp_symtab() sergiodj+buildbot
2017-10-17  9:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17  2:05 [binutils-gdb] Record and output access specifiers for nested typedefs sergiodj+buildbot
2017-10-17  7:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17  1:24 [binutils-gdb] Return unique_xmalloc_ptr from target_read_stralloc sergiodj+buildbot
2017-10-17  5:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-17  0:17 [binutils-gdb] Simple cleanup removals in remote.c sergiodj+buildbot
2017-10-17  3:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-16 23:06 [binutils-gdb] Remove some cleanups from probe.c sergiodj+buildbot
2017-10-17  0:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-16 22:35 [binutils-gdb] Use std::vector in end_symtab_get_static_block sergiodj+buildbot
2017-10-16 23:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-16 20:19 [binutils-gdb] Make native gdbserver boards no longer be "remote" (in DejaGnu terms) sergiodj+buildbot
2017-10-16 21:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-16 11:24 [binutils-gdb] Remove regformats/tic6x-{c62x,c64x,c64xp}.dat sergiodj+buildbot
2017-10-16 12:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-16 10:50 [binutils-gdb] Regenerate gdbserver/configure sergiodj+buildbot
2017-10-16 15:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-14 12:31 [binutils-gdb] Replace psymbol_allocation_list with std::vector sergiodj+buildbot
2017-10-14 18:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-14  5:29 [binutils-gdb] Don't run gdb.gdb/ selftests if use_gdb_stub is true sergiodj+buildbot
2017-10-14 12:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-14  2:59 [binutils-gdb] Simplify tic6x and s390x expedite registers sergiodj+buildbot
2017-10-14  9:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13 18:48 [binutils-gdb] Skip a few tests on targets that can't use the "run" commmand sergiodj+buildbot
2017-10-14 14:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13 18:20 [binutils-gdb] Fix gdb.base/testenv.exp against --target_board=native-extended-gdbserver sergiodj+buildbot
2017-10-14 13:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13 16:57 [binutils-gdb] Make gdb.base/find-unmapped.exp pass on remote targets sergiodj+buildbot
2017-10-14 11:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13 15:42 [binutils-gdb] Regenerate features/s390-gs-linux64.c and features/s390x-gs-linux64.c sergiodj+buildbot
2017-10-14  8:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13 15:16 [binutils-gdb] Change objfile to use new/delete sergiodj+buildbot
2017-10-14  6:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13 14:31 [binutils-gdb] Remove is_remote kfail from gdb.python/py-evthreads.exp sergiodj+buildbot
2017-10-14  4:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13 12:51 [binutils-gdb] kfail gdb.python/py-evsignal.exp on RSP targets properly sergiodj+buildbot
2017-10-14  1:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13 12:26 [binutils-gdb] Skip gdb.threads/thread_events.exp on RSP targets properly sergiodj+buildbot
2017-10-14  0:22 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13 11:37 [binutils-gdb] Fix is_remote check in gdb.base/remote.exp sergiodj+buildbot
2017-10-13 21:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13  9:47 [binutils-gdb] Eliminate is_remote check in gdb.base/shlib-call.exp sergiodj+buildbot
2017-10-13 18:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13  4:53 [binutils-gdb] FT32: support for FT32B processor - part 1 sergiodj+buildbot
2017-10-13 15:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13  3:20 [binutils-gdb] Remove references to gdb64 in the testsuite sergiodj+buildbot
2017-10-13 10:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13  3:01 [binutils-gdb] Remove is_remote check in labels.exp sergiodj+buildbot
2017-10-13  8:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13  0:40 [binutils-gdb] C++-ify prologue-value's pv_area sergiodj+buildbot
2017-10-13  5:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-13  0:06 [binutils-gdb] Run gdb.base/catch-fork-static.exp on remote target boards sergiodj+buildbot
2017-10-13  0:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12 23:51 [binutils-gdb] linux low: Make the arch code free arch_process_info sergiodj+buildbot
2017-10-13  3:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12 21:52 [binutils-gdb] lwp_info: Make the arch code free arch_lwp_info sergiodj+buildbot
2017-10-13  2:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12 19:33 [binutils-gdb] checkpoint.exp: Check for non-"target native" instead of isnative/is_remote sergiodj+buildbot
2017-10-12 23:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12 18:52 [binutils-gdb] Tighten remote check in gdb.base/argv0-symlink.exp sergiodj+buildbot
2017-10-12 21:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12 18:10 [binutils-gdb] Enable gdb.base/inferior-died.exp on is_remote target boards sergiodj+buildbot
2017-10-12 19:47 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12 13:05 [binutils-gdb] Force the AArch64 linker backend to refuse to link when it encounters unresoleable relocations sergiodj+buildbot
2017-10-12 13:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12  9:37 [binutils-gdb] x86: Add _bfd_x86_elf_hide_symbol sergiodj+buildbot
2017-10-12 10:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12  3:43 [binutils-gdb] _bfd_elf_link_hash_hide_symbol calls in generic ELF code sergiodj+buildbot
2017-10-12  8:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12  3:23 [binutils-gdb] Fix remaining targets using wrong .interp conditions sergiodj+buildbot
2017-10-12  6:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-12  2:45 [binutils-gdb] Remove cleanups from TUI sergiodj+buildbot
2017-10-12  5:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-11 23:12 [binutils-gdb] Constify add_prefix_cmd sergiodj+buildbot
2017-10-12  4:05 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-11 22:52 [binutils-gdb] Remove prepare_re_set_context sergiodj+buildbot
2017-10-12  2:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-11 20:32 [binutils-gdb] Add native target for FreeBSD/arm sergiodj+buildbot
2017-10-12  0:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-11 16:30 [binutils-gdb] ELF/BFD: Handle both variants of the 64-bit Linux core PRPSINFO note sergiodj+buildbot
2017-10-11 20:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-11 15:19 [binutils-gdb] ELF/BFD: Fix padding in `elf_external_linux_prpsinfo64' sergiodj+buildbot
2017-10-11 18:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-11 14:30 [binutils-gdb] Garbage collect reattach_breakpoints sergiodj+buildbot
2017-10-11 16:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-11 14:08 [binutils-gdb] Use std::vector for symtab_fns sergiodj+buildbot
2017-10-11 15:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-11 12:08 [binutils-gdb] Rename _doprnt -> _bfd_doprnt to fix DJGPP bfd build (and likely others) sergiodj+buildbot
2017-10-11 13:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-10 17:00 [binutils-gdb] Eliminate catch_exceptions/catch_exceptions_with_msg sergiodj+buildbot
2017-10-10 19:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
2017-10-10 11:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-10  5:29 [binutils-gdb] Prepare powerpc64 for late check_relocs sergiodj+buildbot
2017-10-10  9:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-10  0:23 [binutils-gdb] Remove free_splay_tree cleanup sergiodj+buildbot
2017-10-10  8:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-10  0:15 [binutils-gdb] bfin: Don't create .interp section for info->nointerp sergiodj+buildbot
2017-10-10  4:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-10  0:03 [binutils-gdb] Remove "do_nothing" sergiodj+buildbot
2017-10-10  6:22 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09 19:00 [binutils-gdb] Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t sergiodj+buildbot
2017-10-09 23:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09 17:56 [binutils-gdb] S/390: Sync with latest POP - 3 new instructions sergiodj+buildbot
2017-10-09 21:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09 16:13 [binutils-gdb] Fix automatic dependency tracking sergiodj+buildbot
2017-10-09 18:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09 15:34 [binutils-gdb] Make cp_remove_params return a gdb::unique_xmalloc_ptr sergiodj+buildbot
2017-10-09 16:53 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09 12:16 [binutils-gdb] Fix gdb.base/print-file-var-main.c value check logic sergiodj+buildbot
2017-10-09 13:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09  8:52 [binutils-gdb] Remove cleanup from frame_prepare_for_sniffer sergiodj+buildbot
2017-10-09 10:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09  7:27 [binutils-gdb] Remove some cleanups from dwarf2read.c sergiodj+buildbot
2017-10-09 12:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09  5:51 [binutils-gdb] Remove make_cleanup_value_free sergiodj+buildbot
2017-10-09  8:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09  5:31 [binutils-gdb] Change search_symbols to return std::vector sergiodj+buildbot
2017-10-09  6:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-09  5:11 [binutils-gdb] PR22212, memory leak in nm sergiodj+buildbot
2017-10-09  5:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-08 21:53 [binutils-gdb] tilegx: Set this_hdr.sh_entsize only if section size > 0 sergiodj+buildbot
2017-10-08 22:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-08  0:51 [binutils-gdb] sparc: Dump dynamic relocation info to the map file sergiodj+buildbot
2017-10-08  1:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-07  1:04 [binutils-gdb] x86: Use zero_undefweak in elf_x86_link_hash_entry sergiodj+buildbot
2017-10-07 13:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06 21:43 [binutils-gdb] Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes sergiodj+buildbot
2017-10-07 10:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06 13:56 [binutils-gdb] Move aarch64-insn.o to arch/aarch64-insn.o and Remove a rule for arch/*.c sergiodj+buildbot
2017-10-07  9:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06 12:54 [binutils-gdb] Add "do/while(0); " to COPY_INPUT_RELOC_P/VERIFY_COPY_RELOC sergiodj+buildbot
2017-10-07  5:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06 11:06 [binutils-gdb] Fix more GDB build breakage on mingw32 sergiodj+buildbot
2017-10-07  3:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06 10:53 [binutils-gdb] Fix GDB build under msys+mingw gcc 32bit sergiodj+buildbot
2017-10-07  2:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06 10:23 [binutils-gdb] Share code updating gdb_target_obs sergiodj+buildbot
2017-10-07  0:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06  7:54 [binutils-gdb] x86: Add VERIFY_COPY_RELOC sergiodj+buildbot
2017-10-06 20:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06  7:51 [binutils-gdb] x86: Add VERIFY_PLT_ENTRY sergiodj+buildbot
2017-10-06 18:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06  7:44 [binutils-gdb] x86: Add GENERATE_DYNAMIC_RELOCATION_P sergiodj+buildbot
2017-10-06 16:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06  7:36 [binutils-gdb] x86: Add GENERATE_RELATIVE_RELOC_P sergiodj+buildbot
2017-10-06 13:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06  7:30 [binutils-gdb] Add RESOLVED_LOCALLY_P sergiodj+buildbot
2017-10-06 12:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06  7:26 [binutils-gdb] x86: Add NEED_DYNAMIC_RELOCATION_P sergiodj+buildbot
2017-10-06 10:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-06  7:18 [binutils-gdb] x86: Add TLS_TRANSITION_IE_TO_LE_P sergiodj+buildbot
2017-10-06  8:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-05 17:35 [binutils-gdb] Fix fork-related regressions on GNU/Linux sergiodj+buildbot
2017-10-06  2:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-05 17:18 [binutils-gdb] Clean up includes of doublest.h and floatformat.h sergiodj+buildbot
2017-10-05 22:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-05 17:18 [binutils-gdb] Remove unused "union agent_val" from ax.h sergiodj+buildbot
2017-10-06  0:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-05 17:00 [binutils-gdb] Add a signal frame unwinder for FreeBSD/mipsn32 sergiodj+buildbot
2017-10-05 20:52 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-05 17:00 [binutils-gdb] Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types sergiodj+buildbot
2017-10-05 17:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-05 17:00 [binutils-gdb] Handle the NT_ARM_VFP core dump note on FreeBSD sergiodj+buildbot
2017-10-05 18:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-05 13:02 [binutils-gdb] tile: Dump dynamic relocation info to the map file sergiodj+buildbot
2017-10-05 13:50 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-05  4:45 [binutils-gdb] Update my email address sergiodj+buildbot
2017-10-05  5:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-05  1:42 [binutils-gdb] bfd_set_input_error sergiodj+buildbot
2017-10-05  3:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-04 23:08 [binutils-gdb] PR21167, relocation sections not included in groups sergiodj+buildbot
2017-10-04 23:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-04 17:39 [binutils-gdb] Fix "Remote 'g' packet reply is too long" problems with multiple inferiors sergiodj+buildbot
2017-10-04 21:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-04 16:48 [binutils-gdb] Fix -list-thread-groups --available logic and add test sergiodj+buildbot
2017-10-04 17:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-04 12:21 [binutils-gdb] Move code out of 'between TRY and CATCH' sergiodj+buildbot
2017-10-04 13:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-04  7:08 [binutils-gdb] Extend "set cwd" to work on gdbserver sergiodj+buildbot
2017-10-04 10:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-04  6:49 [binutils-gdb] Implement "set cwd" command on GDB sergiodj+buildbot
2017-10-04  8:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-04  6:40 [binutils-gdb] Introduce gdb_tilde_expand sergiodj+buildbot
2017-10-04  7:11 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-03 21:48 [binutils-gdb] Update my email address sergiodj+buildbot
2017-10-03 22:30 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-03 12:07 [binutils-gdb] Change record_full_gdb_operation_disable_set not to return a cleanup sergiodj+buildbot
2017-10-03 15:40 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-02 21:04 [binutils-gdb] Fix ptype of Rust slices sergiodj+buildbot
2017-10-03 13:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-10-02 20:33 [binutils-gdb] Allow indexing of &str in Rust sergiodj+buildbot
2017-10-03 11:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
     [not found] <6afe2f4a39badf0ea1ccf9fd34417e729577c6e6@gdb-build>
2017-10-02 18:51 ` sergiodj+buildbot
     [not found] <9754d8c4c48209eaefb044d03dc25f14dca8a263@gdb-build>
2017-10-02 12:51 ` sergiodj+buildbot
     [not found] <8abcee91738bf0be98e949049c559839ef811ae4@gdb-build>
2017-10-02  6:07 ` sergiodj+buildbot
2017-09-30 15:12 [binutils-gdb] Use std::string in mi-main.c sergiodj+buildbot
2017-10-02 22:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-30 11:49 [binutils-gdb] Remove cleanups from mi-cmd-var.c sergiodj+buildbot
2017-10-02 16:13 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-30 11:26 [binutils-gdb] Remove cleanups from mi_cmd_break_insert_1 sergiodj+buildbot
2017-10-02 15:02 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-30 10:20 [binutils-gdb] Remove make_cleanup_defer_target_commit_resume sergiodj+buildbot
2017-10-02 14:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-30  9:29 [binutils-gdb] Remove a cleanup from symtab.c sergiodj+buildbot
2017-10-02 11:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-30  7:51 [binutils-gdb] Remove cleanup from xstormy16-tdep.c sergiodj+buildbot
2017-10-02  8:32 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-30  7:29 [binutils-gdb] Remove cleanup from complaints.c sergiodj+buildbot
2017-10-02  7:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-28  2:14 [binutils-gdb] Constify core_file_command sergiodj+buildbot
2017-09-28 10:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-28  1:36 [binutils-gdb] Constify commands in cli-dump.c sergiodj+buildbot
2017-09-28 22:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-28  0:41 [binutils-gdb] Constify interpreter_exec_cmd sergiodj+buildbot
2017-09-28 15:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-28  0:29 [binutils-gdb] Constify cmd_record_full_restore sergiodj+buildbot
2017-09-28 14:16 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 23:21 [binutils-gdb] Constify some functions in memattr.c sergiodj+buildbot
2017-09-28 12:39 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 23:15 [binutils-gdb] Constify show_convenience sergiodj+buildbot
2017-09-28 11:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 21:51 [binutils-gdb] Constify maintenance_print_user_registers sergiodj+buildbot
2017-09-28  9:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 20:54 [binutils-gdb] Constify maintenance_cplus_namespace sergiodj+buildbot
2017-09-28  7:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 20:01 [binutils-gdb] Constify first_component_command sergiodj+buildbot
2017-09-28  6:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 19:46 [binutils-gdb] Constify some functions in psymtab.c sergiodj+buildbot
2017-09-28  5:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 19:37 [binutils-gdb] Constify two functions in valprint.c sergiodj+buildbot
2017-09-27 22:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 19:06 [binutils-gdb] Constify two functions in linux-fork.c sergiodj+buildbot
2017-09-28  2:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 18:56 [binutils-gdb] Constify two functions in cp-abi.c sergiodj+buildbot
2017-09-28  1:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 17:48 [binutils-gdb] Constify info_probes_dtrace_command sergiodj+buildbot
2017-09-27 21:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 17:17 [binutils-gdb] Constify not_just_help_class_command sergiodj+buildbot
2017-09-27 19:59 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 15:48 [binutils-gdb] Add add_cmd function overloads sergiodj+buildbot
2017-09-27 17:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-27 14:49 [binutils-gdb] Add support for __VA_OPT__ sergiodj+buildbot
2017-09-27 16:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26 22:02 [binutils-gdb] x86-64: Don't pass output_bfd to info->callbacks->minfo sergiodj+buildbot
2017-09-27  6:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26 18:56 [binutils-gdb] dwarf2read: Restrict ICC workaround to ICC<14 sergiodj+buildbot
2017-09-27  6:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26 17:59 [binutils-gdb] Use "switch_to_thread" more thoroughly on gdbserver sergiodj+buildbot
2017-09-27  1:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26 17:12 [binutils-gdb] Allow linking GDB with ncursesw sergiodj+buildbot
2017-09-26 23:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26 16:00 [binutils-gdb] Tidy reading data in read_formatted_entries sergiodj+buildbot
2017-09-26 21:03 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26 15:21 [binutils-gdb] Avoid needless resource usage when processing a corrupt DWARF directory or file name table sergiodj+buildbot
2017-09-26 19:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26 14:35 [binutils-gdb] Remove support for Solaris < 10 (PR gdb/22185) sergiodj+buildbot
2017-09-26 17:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26 10:06 [binutils-gdb] Allow the macw and macl instructions to be used on CPUs that have emacs support sergiodj+buildbot
2017-09-26 13:07 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26  3:25 [binutils-gdb] Remove make_cleanup_regcache_invalidate sergiodj+buildbot
2017-09-26  9:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26  2:45 [binutils-gdb] Remove make_cleanup_regcache_xfree sergiodj+buildbot
2017-09-26  7:58 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26  1:17 [binutils-gdb] PR22205, .debug_line file table NULL filename sergiodj+buildbot
2017-09-26  3:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-26  0:40 [binutils-gdb] PR22204, Lack of DW_LNE_end_sequence causes "infinite" loop sergiodj+buildbot
2017-09-26  2:14 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-25 17:02 [binutils-gdb] S390: Add guarded-storage register support to gdbserver sergiodj+buildbot
2017-09-26  0:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-25 16:24 [binutils-gdb] S390: Add guarded-storage register support to GDB sergiodj+buildbot
2017-09-25 22:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-25 15:04 [binutils-gdb] PR22202, buffer overflow in parse_die sergiodj+buildbot
2017-09-25 18:04 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-25 14:14 [binutils-gdb] PR22201, DW_AT_name with out of bounds reference sergiodj+buildbot
2017-09-25 16:20 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-25 13:52 [binutils-gdb] PR22200, DWARF5 .debug_line sanity check sergiodj+buildbot
2017-09-25 14:57 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-24 12:59 [binutils-gdb] PR22197, buffer overflow in bfd_get_debug_link_info_1 sergiodj+buildbot
2017-09-25  5:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-24 12:42 [binutils-gdb] PR22191, memory leak in dwarf2.c sergiodj+buildbot
2017-09-24 18:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-24  8:40 [binutils-gdb] PR22187, infinite loop in find_abstract_instance_name sergiodj+buildbot
2017-09-24 13:15 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-24  8:28 [binutils-gdb] PR22186, divide-by-zero in decode_line_info sergiodj+buildbot
2017-09-24 12:21 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-24  8:08 [binutils-gdb] PR22169, heap-based buffer overflow in read_1_byte sergiodj+buildbot
2017-09-24 10:54 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-24  7:39 [binutils-gdb] PR22167, NULL pointer dereference in scan_unit_for_symbols sergiodj+buildbot
2017-09-24  9:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-23 21:05 [binutils-gdb] Removed unused declaration sergiodj+buildbot
2017-09-24  7:06 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-22 22:17 [binutils-gdb] Change type of scoped_input_handler::m_quit_handler sergiodj+buildbot
2017-09-23  7:36 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-22 20:52 [binutils-gdb] LVU: dump loclists with locviews sergiodj+buildbot
2017-09-22 22:23 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-22 18:25 [binutils-gdb] Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)" sergiodj+buildbot
2017-09-22 21:38 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-22 15:58 [binutils-gdb] gdbserver x86 on win32: call init_target_desc sergiodj+buildbot
2017-09-22 19:00 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-22 15:29 [binutils-gdb] x86: Return -1 if bfd_canonicalize_dynamic_reloc returns 0 sergiodj+buildbot
2017-09-22 17:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-22 14:55 [binutils-gdb] bfd/version.h: Add rationale for BFD_VERSION_DATE sergiodj+buildbot
2017-09-22 16:44 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-22 14:18 [binutils-gdb] Fix sometimes-uninitialized warning in gdbscm_value_address sergiodj+buildbot
2017-09-22 15:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-22  9:29 [binutils-gdb] Fix gdb 8.1 Solaris compilation sergiodj+buildbot
2017-09-22 14:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21 20:48 [binutils-gdb] Test case for Inferior.thread_from_thread_handle sergiodj+buildbot
2017-09-22  5:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21 20:08 [binutils-gdb] Add thread_db_notice_clone to gdbserver sergiodj+buildbot
2017-09-21 22:51 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21 19:39 [binutils-gdb] Add `thread_from_thread_handle' method to (Python) gdb.Inferior sergiodj+buildbot
2017-09-21 21:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21 19:14 [binutils-gdb] Add target method for converting thread handle to thread_info struct pointer sergiodj+buildbot
2017-09-21 20:17 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21 16:58 [binutils-gdb] gdbserver: Remove traces of ancient Hc handling sergiodj+buildbot
2017-09-21 19:10 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21 16:21 [binutils-gdb] S/390: Fix Elf note swap s390_gs_bc vs. s390_gs_cb sergiodj+buildbot
2017-09-21 18:33 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21 13:51 [binutils-gdb] linux-waitpid: Get rid of format string warning sergiodj+buildbot
2017-09-21 16:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21 12:52 [binutils-gdb] microblaze-tdep: Add ATTRIBUTE_PRINTF to microblaze_debug sergiodj+buildbot
2017-09-21 14:01 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21  9:36 [binutils-gdb] Fix aarch64-freebsd build failure sergiodj+buildbot
2017-09-21 12:48 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21  8:31 [binutils-gdb] [SIM, ARM] Fix build failure sergiodj+buildbot
2017-09-21  9:41 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21  6:48 [binutils-gdb] Change counted_command_line to a shared_ptr sergiodj+buildbot
2017-09-21  8:31 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-21  0:06 [binutils-gdb] eval.c:evaluate_subexp_standard: Use RAII to avoid leaks sergiodj+buildbot
2017-09-21  4:56 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-20 22:31 [binutils-gdb] Overload catch_command_errors sergiodj+buildbot
2017-09-20 23:43 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-20 17:04 [binutils-gdb] Make "list ambiguous" show symbol names too sergiodj+buildbot
2017-09-20 22:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-20 15:28 [binutils-gdb] [OBV] amd64-features-makefile: add missing backslash sergiodj+buildbot
2017-09-20 16:37 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-20 14:10 [binutils-gdb] gdb - avx512: tests were failing due to missing memory aligment sergiodj+buildbot
2017-09-20 15:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-19 19:46 [binutils-gdb] Add a 'starti' command sergiodj+buildbot
2017-09-20  3:27 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-19 10:48 [binutils-gdb] Remove one explicit rule for monitor.o sergiodj+buildbot
2017-09-19 19:25 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-19  5:56 [binutils-gdb] PR22150, ld keeps a version reference for gc'd symbols sergiodj+buildbot
2017-09-19  6:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-18 20:44 [binutils-gdb] Check error return from bfd_canonicalize_dynamic_reloc sergiodj+buildbot
2017-09-19  5:29 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-18 11:43 [binutils-gdb] dwarf2expr: Remove unused abort_expression label in execute_stack_op sergiodj+buildbot
2017-09-18 20:28 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-16 14:50 [binutils-gdb] Make xml_escape_text return an std::string sergiodj+buildbot
2017-09-17  3:45 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-16 13:24 [binutils-gdb] Add unit test for xml_escape_text sergiodj+buildbot
2017-09-16 17:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-16 12:47 [binutils-gdb] mi_load_progress: Restore current_uiout using a scoped_restore sergiodj+buildbot
2017-09-16 14:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-16 12:13 [binutils-gdb] mi_load_progress: Use unique_ptr to manage ui_out lifetime sergiodj+buildbot
2017-09-16 13:19 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-16  4:36 [binutils-gdb] Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h) sergiodj+buildbot
2017-09-16 12:09 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-15 19:36 [binutils-gdb] Sync libiberty/ & include/ with GCC sergiodj+buildbot
2017-09-16  4:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-15 17:29 [binutils-gdb] Deduplicate require_running macros and move them up sergiodj+buildbot
2017-09-15 19:49 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-15 16:54 [binutils-gdb] gdbserver: Move detach code to its own function sergiodj+buildbot
2017-09-15 21:12 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-15 16:41 [binutils-gdb] Add -l option to src-release script sergiodj+buildbot
2017-09-15 18:34 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-15 15:50 [binutils-gdb] linux-low: Remove unused variables sergiodj+buildbot
2017-09-15 17:24 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-15 15:32 [binutils-gdb] dwarf2read: Replace copy_string usages with savestring sergiodj+buildbot
2017-09-15 16:35 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-09-15 13:29 [binutils-gdb] gdbserver: Remove duplicate functions to find any thread of process sergiodj+buildbot
2017-09-15 15:26 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master 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).