public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] tic6x bfd.h tidy
@ 2019-09-23  2:50 gdb-buildbot
  2019-09-23  2:50 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-23  2:50 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 79c2ce54e1e52e5d63d96af56c544de778036a12 ***

commit 79c2ce54e1e52e5d63d96af56c544de778036a12
Author:     Alan Modra <amodra@gmail.com>
AuthorDate: Mon Sep 23 10:05:43 2019 +0930
Commit:     Alan Modra <amodra@gmail.com>
CommitDate: Mon Sep 23 10:27:21 2019 +0930

    tic6x bfd.h tidy
    
            * bfd-in.h: Move tic6x function declaration..
            * elf32-tic6x.h: ..to here.
            * bfd-in2.h: Regenerate.

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a72a63dbb5..06b09a16ab 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+	* bfd-in.h: Move tic6x function declaration..
+	* elf32-tic6x.h: ..to here.
+	* bfd-in2.h: Regenerate.
+
 2019-09-23  Alan Modra  <amodra@gmail.com>
 
 	* bfd-in.h: Move aarch64 declarations and defines..
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index ed8e47f8a4..c923e54f5d 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -903,7 +903,3 @@ extern bfd_boolean elf32_arm_build_stubs
 /* ARM unwind section editing support.  */
 extern bfd_boolean elf32_arm_fix_exidx_coverage
 (struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean);
-
-/* C6x unwind section editing support.  */
-extern bfd_boolean elf32_tic6x_fix_exidx_coverage
-(struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean);
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 8cc6201644..74aaf3c5aa 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -910,10 +910,6 @@ extern bfd_boolean elf32_arm_build_stubs
 /* ARM unwind section editing support.  */
 extern bfd_boolean elf32_arm_fix_exidx_coverage
 (struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean);
-
-/* C6x unwind section editing support.  */
-extern bfd_boolean elf32_tic6x_fix_exidx_coverage
-(struct bfd_section **, unsigned int, struct bfd_link_info *, bfd_boolean);
 /* Extracted from init.c.  */
 unsigned int bfd_init (void);
 
diff --git a/bfd/elf32-tic6x.h b/bfd/elf32-tic6x.h
index 2198f67cae..24a280fbb7 100644
--- a/bfd/elf32-tic6x.h
+++ b/bfd/elf32-tic6x.h
@@ -37,6 +37,11 @@ struct elf32_tic6x_params
 extern void elf32_tic6x_setup (struct bfd_link_info *,
 			       struct elf32_tic6x_params *);
 
+/* C6x unwind section editing support.  */
+extern bfd_boolean elf32_tic6x_fix_exidx_coverage (struct bfd_section **,
+						   unsigned int,
+						   struct bfd_link_info *,
+						   bfd_boolean);
 #ifdef __cplusplus
 }
 #endif


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
@ 2019-09-23  2:50 ` gdb-buildbot
  2019-09-23  8:27 ` Failures on Debian-s390x-m64, " gdb-buildbot
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-23  2:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/144

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
new FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 90x40: box 1
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

* Failures on Debian-s390x-m64, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
  2019-09-23  2:50 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
@ 2019-09-23  8:27 ` gdb-buildbot
  2019-09-23  9:02 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " gdb-buildbot
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-23  8:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Debian-s390x-m64

Worker:
        debian-jessie-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/25/builds/226

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Debian-s390x-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.cp/cpcompletion.exp: expression with namespace: cmd complete "p Test_NS"
PASS -> FAIL: gdb.cp/cpcompletion.exp: expression with namespace: tab complete "p Test_NS"
PASS -> FAIL: gdb.cp/cpcompletion.exp: expression with namespace: tab complete "p Test_NS:"
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: 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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Debian-s390x-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Debian-s390x-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
  2019-09-23  2:50 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
  2019-09-23  8:27 ` Failures on Debian-s390x-m64, " gdb-buildbot
@ 2019-09-23  9:02 ` gdb-buildbot
  2019-09-23  9:13 ` Failures on Debian-s390x-native-gdbserver-m64, " gdb-buildbot
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-23  9:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Debian-s390x-native-extended-gdbserver-m64

Worker:
        debian-jessie-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/12/builds/230

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Debian-s390x-native-extended-gdbserver-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
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://gdb-buildbot.osci.io/results/Debian-s390x-native-extended-gdbserver-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Debian-s390x-native-extended-gdbserver-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
                   ` (2 preceding siblings ...)
  2019-09-23  9:02 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " gdb-buildbot
@ 2019-09-23  9:13 ` gdb-buildbot
  2019-09-24  8:11 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-23  9:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Debian-s390x-native-gdbserver-m64

Worker:
        debian-jessie-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/21/builds/203

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Debian-s390x-native-gdbserver-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
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
PASS -> UNRESOLVED: gdb.tui/empty.exp: asm-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> UNRESOLVED: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> UNRESOLVED: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> UNRESOLVED: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> UNRESOLVED: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src: 90x40: box 1
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Debian-s390x-native-gdbserver-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Debian-s390x-native-gdbserver-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
                   ` (3 preceding siblings ...)
  2019-09-23  9:13 ` Failures on Debian-s390x-native-gdbserver-m64, " gdb-buildbot
@ 2019-09-24  8:11 ` gdb-buildbot
  2019-09-24  8:21 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-24  8:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-cc-with-index

Worker:
        fedora-x86-64-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/20/builds/876

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/dbx.exp: assign first
PASS -> FAIL: gdb.base/dbx.exp: print first
PASS -> FAIL: gdb.base/dbx.exp: running to main
PASS -> FAIL: gdb.base/dbx.exp: whereis my_list
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
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://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

* Failures on Fedora-x86_64-m32, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
                   ` (4 preceding siblings ...)
  2019-09-24  8:11 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
@ 2019-09-24  8:21 ` gdb-buildbot
  2019-09-24  8:44 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-24  8:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m32

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/17/builds/873

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** 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/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:

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
                   ` (5 preceding siblings ...)
  2019-09-24  8:21 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
@ 2019-09-24  8:44 ` gdb-buildbot
  2019-09-24  8:46 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
  2019-09-24  9:59 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-24  8:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m32

Worker:
        fedora-x86-64-2

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/24/builds/870

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** 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=0: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
                   ` (6 preceding siblings ...)
  2019-09-24  8:44 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
@ 2019-09-24  8:46 ` gdb-buildbot
  2019-09-24  9:59 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-24  8:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-extended-gdbserver-m32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/4/builds/871

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
                   ` (7 preceding siblings ...)
  2019-09-24  8:46 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
@ 2019-09-24  9:59 ` gdb-buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: gdb-buildbot @ 2019-09-24  9:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m64

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/22/builds/870

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** 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 -> UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: probe for target remote
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

end of thread, other threads:[~2019-09-24  8:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
2019-09-23  2:50 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  8:27 ` Failures on Debian-s390x-m64, " gdb-buildbot
2019-09-23  9:02 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " gdb-buildbot
2019-09-23  9:13 ` Failures on Debian-s390x-native-gdbserver-m64, " gdb-buildbot
2019-09-24  8:11 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-09-24  8:21 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2019-09-24  8:44 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2019-09-24  8:46 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2019-09-24  9:59 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-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).