public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Failures on Fedora-i686, branch master
2018-08-09 19:06 [binutils-gdb] Fix some gettext ARI warnings sergiodj+buildbot
@ 2018-08-09 19:06 ` sergiodj+buildbot
2018-08-09 19:36 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-08-09 19:06 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/10621>
Commit(s) tested:
83c8d318d1aefecf3cc43015226c10bf4126df87
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Fix some gettext ARI warnings
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-i686/83/83c8d318d1aefecf3cc43015226c10bf4126df87/>
*** 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-i686/xfails/master/xfail?id=77434a70>
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=77434a70>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [binutils-gdb] Fix some gettext ARI warnings
@ 2018-08-09 19:06 sergiodj+buildbot
2018-08-09 19:06 ` Failures on Fedora-i686, branch master sergiodj+buildbot
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-08-09 19:06 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 83c8d318d1aefecf3cc43015226c10bf4126df87 ***
Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: master
Commit: 83c8d318d1aefecf3cc43015226c10bf4126df87
Fix some gettext ARI warnings
ARI produces this warning for the lines touched in this patch:
warning: gettext: All messages should be marked up with _.
However, in these cases, the message is not translatable (they are
syscall names). Adding an extra set of parentheses silences the
warning.
gdb/ChangeLog:
* common/scoped_mmap.c (mmap_file): Silence ARI warning.
* dwarf-index-cache.c (create_dir_and_check): Likewise.
(test_mkdir_recursive): Likewise.
* dwarf-index-write.c (write_psymtabs_to_index): Likewise.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Failures on Fedora-x86_64-m32, branch master
2018-08-09 19:06 [binutils-gdb] Fix some gettext ARI warnings sergiodj+buildbot
2018-08-09 19:06 ` Failures on Fedora-i686, branch master sergiodj+buildbot
@ 2018-08-09 19:36 ` sergiodj+buildbot
2018-08-09 19:41 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-08-09 19:36 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/10369>
Commit(s) tested:
83c8d318d1aefecf3cc43015226c10bf4126df87
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Fix some gettext ARI warnings
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/83/83c8d318d1aefecf3cc43015226c10bf4126df87/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m32/xfails/master/xfail?id=84b950af>
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=84b950af>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
2018-08-09 19:06 [binutils-gdb] Fix some gettext ARI warnings sergiodj+buildbot
2018-08-09 19:06 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2018-08-09 19:36 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2018-08-09 19:41 ` sergiodj+buildbot
2018-08-09 20:17 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-08-09 19:41 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-m32/builds/10357>
Commit(s) tested:
83c8d318d1aefecf3cc43015226c10bf4126df87
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Fix some gettext ARI warnings
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m32/83/83c8d318d1aefecf3cc43015226c10bf4126df87/>
*** 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
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=c4b0a02a>
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=c4b0a02a>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Failures on Fedora-x86_64-m64, branch master
2018-08-09 19:06 [binutils-gdb] Fix some gettext ARI warnings sergiodj+buildbot
` (2 preceding siblings ...)
2018-08-09 19:41 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-08-09 20:17 ` sergiodj+buildbot
2018-08-09 21:13 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-08-09 20:17 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/10650>
Commit(s) tested:
83c8d318d1aefecf3cc43015226c10bf4126df87
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Fix some gettext ARI warnings
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/83/83c8d318d1aefecf3cc43015226c10bf4126df87/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m64/xfails/master/xfail?id=e6d7e7d3>
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=e6d7e7d3>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
2018-08-09 19:06 [binutils-gdb] Fix some gettext ARI warnings sergiodj+buildbot
` (3 preceding siblings ...)
2018-08-09 20:17 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2018-08-09 21:13 ` sergiodj+buildbot
2018-08-09 21:31 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-08-21 6:37 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-08-09 21:13 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/10629>
Commit(s) tested:
83c8d318d1aefecf3cc43015226c10bf4126df87
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Fix some gettext ARI warnings
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/83/83c8d318d1aefecf3cc43015226c10bf4126df87/>
*** 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
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-x86_64-native-extended-gdbserver-m64/xfails/master/xfail?id=f3b4e27b>
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=f3b4e27b>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
2018-08-09 19:06 [binutils-gdb] Fix some gettext ARI warnings sergiodj+buildbot
` (4 preceding siblings ...)
2018-08-09 21:13 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-08-09 21:31 ` sergiodj+buildbot
2018-08-21 6:37 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-08-09 21:31 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/10357>
Commit(s) tested:
83c8d318d1aefecf3cc43015226c10bf4126df87
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Fix some gettext ARI warnings
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m32/83/83c8d318d1aefecf3cc43015226c10bf4126df87/>
*** Diff to previous build ***
============================
new UNRESOLVED: gdb.base/interrupt.exp: echo more data
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-m32/xfails/master/xfail?id=45b18f87>
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=45b18f87>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
2018-08-09 19:06 [binutils-gdb] Fix some gettext ARI warnings sergiodj+buildbot
` (5 preceding siblings ...)
2018-08-09 21:31 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-08-21 6:37 ` sergiodj+buildbot
6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-08-21 6:37 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m64/builds/10592>
Commit(s) tested:
83c8d318d1aefecf3cc43015226c10bf4126df87
Author(s) (in the same order as the commits):
Simon Marchi <simon.marchi@ericsson.com>
Subject:
Fix some gettext ARI warnings
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/83/83c8d318d1aefecf3cc43015226c10bf4126df87/>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f2 on Child in main
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail?id=0ebee031>
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=0ebee031>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-08-21 6:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-09 19:06 [binutils-gdb] Fix some gettext ARI warnings sergiodj+buildbot
2018-08-09 19:06 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2018-08-09 19:36 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2018-08-09 19:41 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-08-09 20:17 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2018-08-09 21:13 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-08-09 21:31 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-08-21 6:37 ` Failures on Fedora-x86_64-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).