public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0.
@ 2018-12-13 23:40 sergiodj+buildbot
  2018-12-13 23:46 ` Failures on Debian-s390x-native-extended-gdbserver-m64, branch master sergiodj+buildbot
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-13 23:40 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 64fdde094a2747e9aa729dfa4f1568c3d24ab80b ***

Author: John Baldwin <jhb@FreeBSD.org>
Branch: master
Commit: 64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Update the FreeBSD system call table to match FreeBSD 12.0.

Add a script to generate the FreeBSD XML system call table from the
sys/sys/syscall.h file in the kernel source tree.  For ABI
compatiblity system calls used by older binaries (such as
freebsd11_kevent()), the original system call name is used as an
alias.

Run this script against the current syscall.h file in FreeBSD's head
branch which is expected to be the file used in 12.0 (head is
currently in code freeze as part of the 12.0 release process).

gdb/ChangeLog:

	* syscalls/update-freebsd.sh: New file.
	* syscalls/freebsd.xml: Regenerate.


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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
@ 2018-12-13 23:46 ` sergiodj+buildbot
  2018-12-14  0:17 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-13 23:46 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/7225>

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

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

You can also see a 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=7e6e0858>




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

* Failures on Fedora-i686, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
  2018-12-13 23:46 ` Failures on Debian-s390x-native-extended-gdbserver-m64, branch master sergiodj+buildbot
@ 2018-12-14  0:17 ` sergiodj+buildbot
  2018-12-14  0:34 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14  0:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

*** 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.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
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new KFAIL: gdb.xml/tdesc-arch.exp: set tdesc filename tdesc-arch.xml
============================


*** Complete list of XFAILs 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=22b68135>

You can also see a 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=22b68135>




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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
  2018-12-13 23:46 ` Failures on Debian-s390x-native-extended-gdbserver-m64, branch master sergiodj+buildbot
  2018-12-14  0:17 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2018-12-14  0:34 ` sergiodj+buildbot
  2018-12-14  2:17 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14  0:34 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/7082>

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

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


*** Complete list of XFAILs 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=c9cd138c>

You can also see a 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=c9cd138c>




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

* Failures on Debian-s390x-m64, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-12-14  2:17 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2018-12-14  2:17 ` sergiodj+buildbot
  2018-12-14  2:18 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

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

You can also see a 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=e26baaf6>




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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-12-14  0:34 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-14  2:17 ` sergiodj+buildbot
  2018-12-14  2:17 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

*** 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/Fedora-x86_64-cc-with-index/xfails/master/xfail?id=e2e89bea>

You can also see a 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=e2e89bea>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-12-14  2:17 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2018-12-14  2:18 ` sergiodj+buildbot
  2018-12-14  2:18 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14  2:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-exec-mode.exp: same,continue,no_infswitch: use correct executable
PASS -> FAIL: gdb.base/foll-exec-mode.exp: same,next,no_infswitch: use correct executable
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 6
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-m32/xfails/master/xfail?id=d39bf374>

You can also see a 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-m32/xfails/master/xfail.table?id=d39bf374>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-12-14  2:18 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-12-14  2:18 ` sergiodj+buildbot
  2018-12-14  2:35 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14  2:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

*** 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/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail?id=5a0c7dac>

You can also see a 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=5a0c7dac>




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

* Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-12-14  2:18 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-14  2:35 ` sergiodj+buildbot
  2018-12-14  4:22 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14  2:35 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/274>

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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





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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2018-12-14  2:35 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-14  4:22 ` sergiodj+buildbot
  2018-12-14 13:12 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14  4:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

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

You can also see a 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=a950ad8f>




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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2018-12-14  4:22 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-14 13:12 ` sergiodj+buildbot
  2018-12-14 13:26 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
  2018-12-14 13:27 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14 13:12 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-m32/builds/11325>

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

*** Diff to previous build ***
============================
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=separate:
PASS -> FAIL: gdb.mi/mi-return.exp: delete all breakpoints
PASS -> FAIL: gdb.mi/mi-return.exp: return from callee4 now
============================


*** Complete list of XFAILs 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=5c72f9d8>

You can also see a 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=5c72f9d8>




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

* Failures on Fedora-x86_64-m32, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2018-12-14 13:12 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-12-14 13:26 ` sergiodj+buildbot
  2018-12-14 13:27 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14 13:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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

*** Diff to previous build ***
============================
new FAIL: gdb.base/corefile.exp: core-file warning-free
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-x86_64-m32/xfails/master/xfail?id=f392661d>

You can also see a 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=f392661d>




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

* Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master
  2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2018-12-14 13:26 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2018-12-14 13:27 ` sergiodj+buildbot
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-14 13:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

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

Commit(s) tested:
	64fdde094a2747e9aa729dfa4f1568c3d24ab80b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Update the FreeBSD system call table to match FreeBSD 12.0.

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





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

end of thread, other threads:[~2018-12-14  2:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 23:40 [binutils-gdb] Update the FreeBSD system call table to match FreeBSD 12.0 sergiodj+buildbot
2018-12-13 23:46 ` Failures on Debian-s390x-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2018-12-14  0:17 ` Failures on Fedora-i686, " sergiodj+buildbot
2018-12-14  0:34 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2018-12-14  2:17 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2018-12-14  2:17 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2018-12-14  2:18 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-12-14  2:18 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-12-14  2:35 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-12-14  4:22 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2018-12-14 13:12 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-12-14 13:26 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2018-12-14 13:27 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot

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