public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master
  2017-04-13  3:55 [binutils-gdb] C++ify mi_parse sergiodj+buildbot
@ 2017-04-13  3:55 ` sergiodj+buildbot
  2017-04-13  9:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sergiodj+buildbot @ 2017-04-13  3:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-aarch64-1

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

Commit(s) tested:
	4d89769a7b4e38e94a6e027281b36eff71fc8214

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	C++ify mi_parse

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch64-native-gdbserver-m64/4d/4d89769a7b4e38e94a6e027281b36eff71fc8214/>

*** Diff to previous build ***
============================
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:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-native-gdbserver-m64/xfails/master/xfail;hb=84d1683>

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

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-native-gdbserver-m64/xfails/master/xfail.table;hb=84d1683>




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

* [binutils-gdb] C++ify mi_parse
@ 2017-04-13  3:55 sergiodj+buildbot
  2017-04-13  3:55 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master sergiodj+buildbot
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sergiodj+buildbot @ 2017-04-13  3:55 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 4d89769a7b4e38e94a6e027281b36eff71fc8214 ***

Author: Tom Tromey <tom@tromey.com>
Branch: master
Commit: 4d89769a7b4e38e94a6e027281b36eff71fc8214

C++ify mi_parse

This changes mi_parse to return a unique_ptr, and to use "new"; then
fixes up the users.  This allows removing one cleanup.

gdb/ChangeLog
2017-04-12  Tom Tromey  <tom@tromey.com>

	* mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
	(mi_parse): Update return type.
	(mi_parse_free): Remove.
	* mi/mi-parse.c (mi_parse::mi_parse): New constructor.
	(mi_parse::~mi_parse): Rename from mi_parse_free.
	(mi_parse_cleanup): Remove.
	(mi_parse): Return a unique_ptr.  Use new.
	* mi/mi-main.c (mi_execute_command): Update.


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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-04-13  3:55 [binutils-gdb] C++ify mi_parse sergiodj+buildbot
  2017-04-13  3:55 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master sergiodj+buildbot
@ 2017-04-13  9:08 ` sergiodj+buildbot
  2017-04-13  9:31 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
  2017-04-13  9:54 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
  3 siblings, 0 replies; 5+ messages in thread
From: sergiodj+buildbot @ 2017-04-13  9:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/385>

Commit(s) tested:
	4d89769a7b4e38e94a6e027281b36eff71fc8214

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	C++ify mi_parse

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/4d/4d89769a7b4e38e94a6e027281b36eff71fc8214/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
============================


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

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




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

* Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, branch master
  2017-04-13  3:55 [binutils-gdb] C++ify mi_parse sergiodj+buildbot
  2017-04-13  3:55 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master sergiodj+buildbot
  2017-04-13  9:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, " sergiodj+buildbot
@ 2017-04-13  9:31 ` sergiodj+buildbot
  2017-04-13  9:54 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
  3 siblings, 0 replies; 5+ messages in thread
From: sergiodj+buildbot @ 2017-04-13  9:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-extended-gdbserver-m32/builds/385>

Commit(s) tested:
	4d89769a7b4e38e94a6e027281b36eff71fc8214

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	C++ify mi_parse

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-extended-gdbserver-m32/4d/4d89769a7b4e38e94a6e027281b36eff71fc8214/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: 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=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 1
============================


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

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




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

* Failures on Ubuntu-AArch32-m32, branch master
  2017-04-13  3:55 [binutils-gdb] C++ify mi_parse sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2017-04-13  9:31 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2017-04-13  9:54 ` sergiodj+buildbot
  3 siblings, 0 replies; 5+ messages in thread
From: sergiodj+buildbot @ 2017-04-13  9:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-m32/builds/385>

Commit(s) tested:
	4d89769a7b4e38e94a6e027281b36eff71fc8214

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	C++ify mi_parse

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-m32/4d/4d89769a7b4e38e94a6e027281b36eff71fc8214/>

*** Diff to previous build ***
============================
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=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
============================


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

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




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

end of thread, other threads:[~2017-04-13  9:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13  3:55 [binutils-gdb] C++ify mi_parse sergiodj+buildbot
2017-04-13  3:55 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master sergiodj+buildbot
2017-04-13  9:08 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, " sergiodj+buildbot
2017-04-13  9:31 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
2017-04-13  9:54 ` Failures on Ubuntu-AArch32-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).