public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Failures on RHEL-s390x-m64, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
@ 2019-03-19 13:27 ` sergiodj+buildbot
  2019-03-19 13:54 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-19 13:27 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/9524>

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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

*** 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
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


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

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




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

* [binutils-gdb] ix86: Disable AVX512F when disabling AVX2
@ 2019-03-19 13:27 sergiodj+buildbot
  2019-03-19 13:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-19 13:27 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 89199bb5a027d21c56dafd2cd898487118949ecf ***

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

ix86: Disable AVX512F when disabling AVX2

Since AVX2 is required for AVX512F, we should disable AVX512F when AVX2
is disabled.

gas/

	PR gas/24359
	* testsuite/gas/i386/i386.exp: Change optimize-6a, optimize-7,
	x86-64-optimize-7a and x86-64-optimize-8 tests to run_list_test.
	Remove optimize-6c and x86-64-optimize-7c tests.
	* testsuite/gas/i386/noavx-3.l: Updated.
	* testsuite/gas/i386/noavx-4.d: Likewise.
	* testsuite/gas/i386/noavx-5.d: Likewise.
	* testsuite/gas/i386/noavx-3.s: Add AVX512F tests.
	* testsuite/gas/i386/noavx-4.s: Remove AVX512F tests.
	* testsuite/gas/i386/nosse-5.s: Likewise.
	* testsuite/gas/i386/optimize-6a.d: Removed.
	* testsuite/gas/i386/optimize-6c.d: Likewise.
	* testsuite/gas/i386/optimize-7.d: Likewise.
	* testsuite/gas/i386/x86-64-optimize-7a.d: Likewise.
	* testsuite/gas/i386/x86-64-optimize-7c.d: Likewise.
	* testsuite/gas/i386/x86-64-optimize-8.d: Likewise.
	* testsuite/gas/i386/optimize-6a.l: New file.
	* testsuite/gas/i386/optimize-6a.s: Likewise.
	* testsuite/gas/i386/optimize-7.l: Likewise.
	* testsuite/gas/i386/x86-64-optimize-7a.l: Likewise.
	* testsuite/gas/i386/x86-64-optimize-7a.s: Likewise.
	* testsuite/gas/i386/x86-64-optimize-8.l: Likewise.

opcodes/

	PR gas/24359
	* i386-gen.c (cpu_flag_init): Add CPU_ANY_AVX512F_FLAGS to
	CPU_ANY_AVX2_FLAGS.
	* i386-init.h: Regenerated.


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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
  2019-03-19 13:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
@ 2019-03-19 13:54 ` sergiodj+buildbot
  2019-03-19 14:35 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-19 13:54 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/7827>

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
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=652ca69b>

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




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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
  2019-03-19 13:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
  2019-03-19 13:54 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2019-03-19 14:35 ` sergiodj+buildbot
  2019-03-19 14:57 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-19 14:35 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/7684>

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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

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

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




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

* Failures on Debian-s390x-m64, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2019-03-19 14:35 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2019-03-19 14:57 ` sergiodj+buildbot
  2019-03-24 23:47 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-19 14:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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

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

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




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

* Failures on Fedora-i686, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2019-03-19 14:57 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2019-03-24 23:47 ` sergiodj+buildbot
  2019-03-25  0:39 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-24 23:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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

*** 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-i686/xfails/master/xfail?id=e6343431>

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




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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2019-03-24 23:47 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2019-03-25  0:39 ` sergiodj+buildbot
  2019-03-25  0:46 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-25  0:39 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/12256>

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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

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

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




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2019-03-25  0:39 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2019-03-25  0:46 ` sergiodj+buildbot
  2019-03-25  1:31 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-25  0:46 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/12299>

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach
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-extended-gdbserver-m64/xfails/master/xfail?id=65d66e6d>

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




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

* Failures on Fedora-x86_64-m64, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2019-03-25  0:46 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2019-03-25  1:31 ` sergiodj+buildbot
  2019-03-29 22:26 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
  2019-03-30  3:23 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-25  1:31 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/12435>

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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

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

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




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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2019-03-25  1:31 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2019-03-29 22:26 ` sergiodj+buildbot
  2019-03-30  3:23 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-29 22:26 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-m32/builds/12036>

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/expr_delims.exp: combination of 'if' and 'thread' delimiters.
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable del break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: info break marker1
new FAIL: gdb.base/execl-update-breakpoints.exp: always-inserted on: couldn't run to main
PASS -> FAIL: gdb.base/find.exp: $_
PASS -> FAIL: gdb.base/find.exp: $numfound
PASS -> FAIL: gdb.base/find.exp: max-count
PASS -> FAIL: gdb.base/find.exp: size,max-count, /1b
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts: can't run to main
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 12
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 13
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 15
PASS -> FAIL: gdb.base/multi-forks.exp: kill 15
PASS -> FAIL: gdb.base/multi-forks.exp: kill 16
new FAIL: gdb.base/save-bp.exp: cannot restart program
PASS -> FAIL: gdb.base/sepdebug.exp: Temporary breakpoint info
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c++: can't run to main
PASS -> FAIL: gdb.cp/call-c.exp: continue to bp
PASS -> FAIL: gdb.cp/call-c.exp: print foo
PASS -> FAIL: gdb.cp/call-c.exp: print rf->func
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_operator_char_star
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_operator_comma
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_char_star
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_foo_ref
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_int_star
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_long_star
PASS -> FAIL: gdb.cp/cplusfuncs.exp: set language c++
new FAIL: gdb.cp/mb-inline.exp: can't run to main for multi_line_foo tests.
PASS -> UNRESOLVED: gdb.cp/nsusing.exp: Print _a without import
new FAIL: gdb.cp/nsusing.exp: info breakpoints
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/using-crash.exp: reload file
PASS -> FAIL: gdb.go/integers.exp: print -i
PASS -> FAIL: gdb.go/integers.exp: print k
new FAIL: gdb.guile/scm-pretty-print.exp: can't run to main
new FAIL: gdb.guile/scm-type.exp: can't run to main
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: breakpoint on pendfunc3 resolved
new FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continuing execution to marker
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble file & line, assembly with opcodes
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi set dprintf style to an unrecognized type
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: kill program before endvar
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 FAIL: gdb.python/py-template.exp: volatile int
PASS -> FAIL: gdb.server/ext-wrapper.exp: kill
PASS -> FAIL: gdb.threads/bp_in_thread.exp: breakpoint on noreturn
PASS -> FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: thread 3
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: get past the thread specific breakpoint
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: set thread specific breakpoint
new FAIL: gdb.threads/threxit-hop-specific.exp: setting breakpoint at thread_function
new FAIL: gdb.threads/watchthreads2.exp: can't run to main
new FAIL: gdb.trace/ftrace-lock.exp: can't run to main to check for trace support
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable floats: advance to begin
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable floats: cease trace debugging
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable floats: info float
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable floats: run trace experiment
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable floats: save ctf trace file
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable floats: set tracepoint
new FAIL: gdb.trace/unavailable.exp: unavailable floats: setting breakpoint at begin
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable floats: start trace experiment
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable floats: tfind test frame
PASS -> FAIL: gdb.trace/unavailable.exp: unavailable floats: tsave unavailable.floats.tfile
============================


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

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




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2019-03-29 22:26 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2019-03-30  3:23 ` sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2019-03-30  3:23 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-m32/builds/12028>

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

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

Subject:
	ix86: Disable AVX512F when disabling AVX2

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





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

end of thread, other threads:[~2019-03-30  2:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
2019-03-19 13:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-19 13:54 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-03-19 14:35 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2019-03-19 14:57 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2019-03-24 23:47 ` Failures on Fedora-i686, " sergiodj+buildbot
2019-03-25  0:39 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2019-03-25  0:46 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-03-25  1:31 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2019-03-29 22:26 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2019-03-30  3:23 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " 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).