[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xalloc-die-tests
From: |
Simon Josefsson |
Subject: |
Re: xalloc-die-tests |
Date: |
Tue, 17 Nov 2009 10:05:05 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) |
Simon Josefsson <address@hidden> writes:
> 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.
Ah, I noticed your patches already changed this, but didn't drop the
XFAIL_TESTS setting. So I pushed this.
/Simon
>From e45cb32c4ccf3e8be58a2bd3124b65f63266e21a Mon Sep 17 00:00:00 2001
From: Simon Josefsson <address@hidden>
Date: Tue, 17 Nov 2009 10:04:43 +0100
Subject: [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
@@ -1,3 +1,9 @@
+2009-11-17 Simon Josefsson <address@hidden>
+
+ * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
+ settings since xalloc-die is no longer the self test,
+ xalloc-die.sh is.
+
2009-11-17 Jim Meyering <address@hidden>
test-xalloc-die.sh: make the code agree with the commit log
diff --git a/modules/xalloc-die-tests b/modules/xalloc-die-tests
index 97b25e7..ed6a470 100644
--- a/modules/xalloc-die-tests
+++ b/modules/xalloc-die-tests
@@ -7,5 +7,4 @@ Depends-on:
Makefile.am:
TESTS += test-xalloc-die.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
-XFAIL_TESTS += test-xalloc-die
check_PROGRAMS += test-xalloc-die
--
1.6.5.2