[commit: ghc] master: T5642: Fix skip usage (16aae60)
git at git.haskell.org
git at git.haskell.org
Fri Dec 4 15:12:42 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/16aae6083c44856a03b25df0a6d9cc8d647963dc/ghc
>---------------------------------------------------------------
commit 16aae6083c44856a03b25df0a6d9cc8d647963dc
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Dec 4 09:29:59 2015 -0500
T5642: Fix skip usage
>---------------------------------------------------------------
16aae6083c44856a03b25df0a6d9cc8d647963dc
testsuite/tests/perf/compiler/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 3303a35..57b8810 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -513,7 +513,7 @@ test('T5321FD',
test('T5642',
[ only_ways(['normal']),
- skip(), # See Trac #11163
+ skip, # See Trac #11163
compiler_stats_num_field('bytes allocated',
[(wordsize(32), 641085256, 10),
# sample from x86/Linux
More information about the ghc-commits
mailing list