Merge lp:~alexlauni/libdbusmenu/test-failure into lp:libdbusmenu/0.5

Proposed by Alex Launi
Status: Rejected
Rejected by: Alex Launi
Proposed branch: lp:~alexlauni/libdbusmenu/test-failure
Merge into: lp:libdbusmenu/0.5
Diff against target: 11 lines (+1/-0)
1 file modified
tests/Makefile.am (+1/-0)
To merge this branch: bzr merge lp:~alexlauni/libdbusmenu/test-failure
Reviewer Review Type Date Requested Status
Alex Launi Pending
Review via email: mp+40100@code.launchpad.net

Commit message

Add a failing test to test how tarmac handles automatic landing with failing tests

Description of the change

Add a failing test to test how tarmac handles automatic landing with failing tests

To post a comment you must log in.
Revision history for this message
Alex Launi (alexlauni) wrote :
Download full text (131.8 KiB)

The attempt to merge lp:~alexlauni/dbusmenu/test-failure into lp:dbusmenu failed. Below is the output from the failed tests.

/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
(B testing autoconf2.50... not found.
  testing autoconf... found 2.67
checking for automake >= 1.9...
(B testing automake-1.11... found 1.11.1
checking for libtool >= 1.5...
(B testing libtoolize... found 2.2.6b
checking for glib-gettext >= 2.2.0...
(B testing glib-gettextize... found 2.26.0
checking for intltool >= 0.30...
(B testing intltoolize... found 0.41.1
checking for pkg-config >= 0.14.0...
(B testing pkg-config... found 0.25
checking for gtk-doc >= 1.0...
(B testing gtkdocize... found 1.15
checking for gnome-doc-utils >= 0.4.2...
(B testing gnome-doc-prepare... found 0.20.1
checking for gnome-common >= 2.3.0...
(B testing gnome-doc-common... found 2.28.0
Checking for required M4 macros...
(BChecking for forbidden M4 macros...
(BProcessing ./configure.ac
(BRunning libtoolize...
(Blibtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running glib-gettextize... Ignore non-fatal messages.
(BCopying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
(BRunning gtkdocize...
(BRunning gnome-doc-common...
(BRunning gnome-doc-prepare...
(BYou should add the contents of '/usr/share/aclocal/gnome-doc-utils.m4' to 'aclocal.m4'.
Putting files in AC_CONFIG_MACRO_DIR, 'm4'.
Running aclocal-1.11...
(BRunning autoconf...
(BRunning autoheader...
(BRunning automake-1.11...
(BRunning ./configure --enable-maintainer-mode --enable-gtk-doc --disable-silent-rules ...
(Bchecking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g......

Unmerged revisions

169. By Alex Launi

Add a failing test to test tarmac

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/Makefile.am'
2--- tests/Makefile.am 2010-08-27 19:31:44 +0000
3+++ tests/Makefile.am 2010-11-04 14:37:13 +0000
4@@ -498,6 +498,7 @@
5 @echo "#!/bin/bash" > $@
6 @echo $(XVFB_RUN) >> $@
7 @echo $(DBUS_RUNNER) --task ./test-gtk-submenu-client --task-name Client --task ./test-gtk-submenu-server --task-name Server --ignore-return >> $@
8+ @echo $(DBUS_RUNNER) --task /bin/false --task-name Failure >> $@
9 @chmod +x $@
10
11 test_gtk_submenu_server_SOURCES = \

Subscribers

People subscribed via source and target branches