[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] tests: remove temporary skip for sort-stale-thread-mem failure
From: |
Jim Meyering |
Subject: |
[PATCH] tests: remove temporary skip for sort-stale-thread-mem failure |
Date: |
Mon, 26 Mar 2012 20:57:21 +0200 |
FYI,
>From 1a1c46afe29902a521ee4171304084dbc8cfcf5e Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Mon, 26 Mar 2012 20:56:44 +0200
Subject: [PATCH] tests: remove temporary skip for sort-stale-thread-mem
failure
* tests/misc/sort-stale-thread-mem: Invoke framework_failure_, now,
hoping that valgrind is fixed (or we add exclusions) before the
next release.
---
tests/misc/sort-stale-thread-mem | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/misc/sort-stale-thread-mem b/tests/misc/sort-stale-thread-mem
index 78d1699..c19f62e 100755
--- a/tests/misc/sort-stale-thread-mem
+++ b/tests/misc/sort-stale-thread-mem
@@ -36,9 +36,8 @@ grep '^#define HAVE_PTHREAD_T 1' "$CONFIG_HEADER" > /dev/null
||
# On Fedora-17-beta (valgrind-3.7.0-2.fc17.x86_64), this evokes two
# "Conditional jump or move depends on uninitialised value(s)" errors,
# each originating from _dl_start.
-# FIXME: change this to a framework_failure_ after release.
valgrind --quiet --error-exitcode=3 sort --version > /dev/null ||
- skip_ 'valgrind fails for trivial sort invocation'
+ framework_failure_ 'valgrind fails for trivial sort invocation'
# With the bug, 'sort' would fail under valgrind about half the time,
# on some circa-2010 multicore Linux platforms. Run the test 100 times
--
1.7.9.3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] tests: remove temporary skip for sort-stale-thread-mem failure,
Jim Meyering <=