Re: xalloc-die-tests

2009-11-17 Thread Simon Josefsson
ct: [PATCH] modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS. --- ChangeLog | 6 ++ modules/xalloc-die-tests |1 - 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index f535c53..812f3e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -

Re: xalloc-die-tests

2009-11-17 Thread Simon Josefsson
Thanks Eric and Jim. One though on the changes is that if we use a shell script to wrap running the binary, we'd might as well make the shell script check that the xalloc-die binary returns a non-0 exit code and drop the XFAIL_TESTS approach for the module. But I don't care strongly about it. /S

Re: xalloc-die-tests

2009-11-16 Thread Jim Meyering
Eric Blake wrote: > That failed to link when run in isolation (./gnulib-tool --with-tests > --test xalloc-die). Plus it leaked a message to stderr, which in turn > showed that we were depending on unportable printf("%s",NULL) behavior. > This cleans it up. > diff --git a/tests/test-xalloc-die.sh

Re: xalloc-die-tests

2009-11-16 Thread Eric Blake
ACgkQ84KuGfSFAYCELACfeIT5IKfA5oSFkDam9qfKojxF 95MAn22FQgvaogbiH39KHfaOHsdokxAZ =k4Fs -END PGP SIGNATURE- >From 6fb9bcb192e812bbf27fe1eebc6e24f458028893 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 16 Nov 2009 21:21:10 -0700 Subject: [PATCH] xalloc-die-tests: avoid printing null pointe

xalloc-die-tests

2009-11-15 Thread Simon Josefsson
die-tests |9 + tests/test-xalloc-die.c | 28 4 files changed, 45 insertions(+), 0 deletions(-) create mode 100644 modules/xalloc-die-tests create mode 100644 tests/test-xalloc-die.c diff --git a/ChangeLog b/ChangeLog index 9fe5174..a005a68 100644 --