public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Improve "set debug separate-debug-file"
@ 2018-12-26 17:58 sergiodj+buildbot
  2018-12-26 18:11 ` Failures on Fedora-x86_64-cc-with-index, branch master sergiodj+buildbot
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-26 17:58 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 50794b45a2a7330fc32b118bff584a3a2e649ac5 ***

Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: master
Commit: 50794b45a2a7330fc32b118bff584a3a2e649ac5

Improve "set debug separate-debug-file"

"set debug separate-debug-file" shows which candidates are considered,
when trying to find separate debug info.  But it's not clear if GDB used
a certain candidate, and if not, why not.  This patch adds some
precision:

Before:

  Looking for separate debug info (debug link) for /lib/x86_64-linux-gnu/libc.so.6
    Trying /lib/x86_64-linux-gnu/libc-2.23.so
    Trying /lib/x86_64-linux-gnu/.debug/libc-2.23.so
    Trying /usr/lib/debug//lib/x86_64-linux-gnu/libc-2.23.so

After:

  Looking for separate debug info (debug link) for /lib/x86_64-linux-gnu/libc.so.6
    Trying /lib/x86_64-linux-gnu/libc-2.23.so... no, same file as the objfile.
    Trying /lib/x86_64-linux-gnu/.debug/libc-2.23.so... no, unable to open.
    Trying /usr/lib/debug//lib/x86_64-linux-gnu/libc-2.23.so... yes!

gdb/ChangeLog:

	* build-id.c (build_id_to_debug_bfd): Enhance debug output.
	* symfile.c (separate_debug_file_exists): Likewise.


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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
@ 2018-12-26 18:11 ` sergiodj+buildbot
  2018-12-26 18:18 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-26 18:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

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

*** 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 -> 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=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-cc-with-index/xfails/master/xfail?id=2b2c1b84>

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=2b2c1b84>




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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
  2018-12-26 18:11 ` Failures on Fedora-x86_64-cc-with-index, branch master sergiodj+buildbot
@ 2018-12-26 18:18 ` sergiodj+buildbot
  2018-12-26 18:28 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-26 18:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

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

*** 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/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail?id=e0dca843>

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-extended-gdbserver-m64/xfails/master/xfail.table?id=e0dca843>




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

* Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
  2018-12-26 18:11 ` Failures on Fedora-x86_64-cc-with-index, branch master sergiodj+buildbot
  2018-12-26 18:18 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-26 18:28 ` sergiodj+buildbot
  2018-12-26 18:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-26 18:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-extended-gdbserver-m64/builds/313>

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/50/50794b45a2a7330fc32b118bff584a3a2e649ac5/>





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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-12-26 18:28 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-26 18:32 ` sergiodj+buildbot
  2018-12-26 18:37 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-26 18:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

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

*** 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=7a88a9ff>

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=7a88a9ff>




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

* Failures on Fedora-x86_64-m64, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-12-26 18:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-26 18:37 ` sergiodj+buildbot
  2018-12-26 18:45 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-26 18:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

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

*** 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/Fedora-x86_64-m64/xfails/master/xfail?id=f2bcbdca>

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=f2bcbdca>




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

* Failures on Debian-s390x-m64, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-12-26 18:37 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2018-12-26 18:45 ` sergiodj+buildbot
  2018-12-26 18:56 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-26 18:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

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

*** 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 -> 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=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-m64/xfails/master/xfail?id=69f9b554>

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=69f9b554>




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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-12-26 18:45 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2018-12-26 18:56 ` sergiodj+buildbot
  2018-12-27  1:28 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-26 18:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

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

*** Diff to previous build ***
============================
new KFAIL: gdb.cp/var-tag.exp: global collision: print global
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=separate:
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: 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/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail?id=d094df66>

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=d094df66>




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

* Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2018-12-27  1:28 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-12-27  1:28 ` sergiodj+buildbot
  2018-12-27  1:45 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-27  1:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-gdbserver-m64/builds/4682>

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-gdbserver-m64/50/50794b45a2a7330fc32b118bff584a3a2e649ac5/>





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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-12-26 18:56 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-27  1:28 ` sergiodj+buildbot
  2018-12-27  1:28 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-27  1:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m32/50/50794b45a2a7330fc32b118bff584a3a2e649ac5/>





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

* Failures on Fedora-x86_64-m32, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2018-12-27  1:28 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-27  1:45 ` sergiodj+buildbot
  2018-12-27  1:49 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
  2018-12-27  2:08 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-27  1:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/50/50794b45a2a7330fc32b118bff584a3a2e649ac5/>

*** 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-m32/xfails/master/xfail?id=79a54039>

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-m32/xfails/master/xfail.table?id=79a54039>




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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2018-12-27  1:45 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2018-12-27  1:49 ` sergiodj+buildbot
  2018-12-27  2:08 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-27  1:49 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-m32/builds/11377>

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m32/50/50794b45a2a7330fc32b118bff584a3a2e649ac5/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/corefile.exp: core-file warning-free
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=on: cond_bp_target=0: inferior 1 exited
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/Fedora-x86_64-native-gdbserver-m32/xfails/master/xfail?id=231ab1e4>

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-m32/xfails/master/xfail.table?id=231ab1e4>




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

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2018-12-27  1:49 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-12-27  2:08 ` sergiodj+buildbot
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-27  2:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4750>

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

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

Subject:
	Improve "set debug separate-debug-file"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/50/50794b45a2a7330fc32b118bff584a3a2e649ac5/>

*** 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=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-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-Aarch64-m64/xfails/master/xfail.table?id=9c74224e>




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

end of thread, other threads:[~2018-12-26 18:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
2018-12-26 18:11 ` Failures on Fedora-x86_64-cc-with-index, branch master sergiodj+buildbot
2018-12-26 18:18 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-12-26 18:28 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-12-26 18:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-12-26 18:37 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2018-12-26 18:45 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2018-12-26 18:56 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2018-12-27  1:28 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-12-27  1:28 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
2018-12-27  1:45 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2018-12-27  1:49 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-12-27  2:08 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot

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