public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Aarch64: Float register detection for _push_dummy_call
@ 2018-08-29 13:46 sergiodj+buildbot
  2018-08-29 13:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2018-08-29 13:46 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 0e745c601150523093323c3fc77835604221a634 ***

Author: Alan Hayward <alan.hayward@arm.com>
Branch: master
Commit: 0e745c601150523093323c3fc77835604221a634

Aarch64: Float register detection for _push_dummy_call

Use aapcs_is_vfp_call_or_return_candidate to detect float register
args, then pass in registers if there is room.

gdb/
	* aarch64-tdep.c
	(aapcs_is_vfp_call_or_return_candidate): Make static
	(pass_in_v_or_stack): Remove function.
	(pass_in_v_vfp_candidate): New function.
	(aarch64_push_dummy_call): Check for float register candidates.


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

* Failures on RHEL-s390x-m64, branch master
  2018-08-29 13:46 [binutils-gdb] Aarch64: Float register detection for _push_dummy_call sergiodj+buildbot
@ 2018-08-29 13:50 ` sergiodj+buildbot
  2018-08-29 14:20 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2018-08-29 13:50 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/8182>

Commit(s) tested:
	0e745c601150523093323c3fc77835604221a634

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64: Float register detection for _push_dummy_call

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

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=3813e63e>

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




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

* Failures on Fedora-i686, branch master
  2018-08-29 13:46 [binutils-gdb] Aarch64: Float register detection for _push_dummy_call sergiodj+buildbot
  2018-08-29 13:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
@ 2018-08-29 14:20 ` sergiodj+buildbot
  2018-08-29 14:48 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2018-08-29 14:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	0e745c601150523093323c3fc77835604221a634

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64: Float register detection for _push_dummy_call

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car.atom
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.cdr
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: load python file
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/Fedora-i686/xfails/master/xfail?id=9aa10a81>

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




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2018-08-29 13:46 [binutils-gdb] Aarch64: Float register detection for _push_dummy_call sergiodj+buildbot
  2018-08-29 13:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
  2018-08-29 14:20 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2018-08-29 14:48 ` sergiodj+buildbot
  2018-08-29 14:53 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2018-08-29 14:48 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/10537>

Commit(s) tested:
	0e745c601150523093323c3fc77835604221a634

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64: Float register detection for _push_dummy_call

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

*** Diff to previous build ***
============================
new FAIL: gdb.base/corefile.exp: core-file warning-free
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
FAIL -> UNRESOLVED: 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://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail?id=e5949cc7>

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




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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2018-08-29 13:46 [binutils-gdb] Aarch64: Float register detection for _push_dummy_call sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-08-29 14:48 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-08-29 14:53 ` sergiodj+buildbot
  2018-08-29 15:12 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2018-08-29 14:53 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/6492>

Commit(s) tested:
	0e745c601150523093323c3fc77835604221a634

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64: Float register detection for _push_dummy_call

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

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

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




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2018-08-29 13:46 [binutils-gdb] Aarch64: Float register detection for _push_dummy_call sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-08-29 14:53 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-08-29 15:12 ` sergiodj+buildbot
  2018-08-29 15:26 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2018-08-29 15:12 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/10808>

Commit(s) tested:
	0e745c601150523093323c3fc77835604221a634

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64: Float register detection for _push_dummy_call

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

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach
============================


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

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




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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2018-08-29 13:46 [binutils-gdb] Aarch64: Float register detection for _push_dummy_call sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-08-29 15:12 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-08-29 15:26 ` sergiodj+buildbot
  2018-08-29 15:33 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
  2018-09-09  2:55 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2018-08-29 15:26 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/10536>

Commit(s) tested:
	0e745c601150523093323c3fc77835604221a634

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64: Float register detection for _push_dummy_call

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

*** Diff to previous build ***
============================
new FAIL: gdb.base/corefile.exp: core-file warning-free
new FAIL: gdb.base/watch-read.exp: run to main
new FAIL: gdb.base/watch-vfork.exp: run to main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=separate:
============================


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

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




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

* Failures on Debian-s390x-m64, branch master
  2018-08-29 13:46 [binutils-gdb] Aarch64: Float register detection for _push_dummy_call sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-08-29 15:26 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-08-29 15:33 ` sergiodj+buildbot
  2018-09-09  2:55 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2018-08-29 15:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	0e745c601150523093323c3fc77835604221a634

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64: Float register detection for _push_dummy_call

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

*** 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/Debian-s390x-m64/xfails/master/xfail?id=c54a9181>

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




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

* Failures on Fedora-s390x-m64, branch master
  2018-08-29 13:46 [binutils-gdb] Aarch64: Float register detection for _push_dummy_call sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-08-29 15:33 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2018-09-09  2:55 ` sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2018-09-09  2:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

Commit(s) tested:
	0e745c601150523093323c3fc77835604221a634

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64: Float register detection for _push_dummy_call

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/0e/0e745c601150523093323c3fc77835604221a634/>

*** 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=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-s390x-m64/xfails/master/xfail?id=5cb19b60>

You can also see a 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-s390x-m64/xfails/master/xfail.table?id=5cb19b60>




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

end of thread, other threads:[~2018-09-07  5:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29 13:46 [binutils-gdb] Aarch64: Float register detection for _push_dummy_call sergiodj+buildbot
2018-08-29 13:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-08-29 14:20 ` Failures on Fedora-i686, " sergiodj+buildbot
2018-08-29 14:48 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-08-29 14:53 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-08-29 15:12 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-08-29 15:26 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-08-29 15:33 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2018-09-09  2:55 ` Failures on Fedora-s390x-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).