[commit: ghc] master: Temporarily mark T1969 perf test as broken (#12437) (253fc38)
git at git.haskell.org
git at git.haskell.org
Fri Aug 5 15:29:30 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/253fc3888dc170feb8adcd05067020a2ee1ea53e/ghc
>---------------------------------------------------------------
commit 253fc3888dc170feb8adcd05067020a2ee1ea53e
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Fri Aug 5 15:28:26 2016 +0000
Temporarily mark T1969 perf test as broken (#12437)
>---------------------------------------------------------------
253fc3888dc170feb8adcd05067020a2ee1ea53e
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 4efc409..e9e2493 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -28,7 +28,8 @@ setTestOpts(no_lint)
# really changed, then you know there's an issue.
test('T1969',
- [compiler_stats_num_field('peak_megabytes_allocated', # Note [residency]
+ [expect_broken(12437),
+ compiler_stats_num_field('peak_megabytes_allocated', # Note [residency]
[(wordsize(32), 30, 15),
# 2010-05-17 14 (x86/Windows)
# 15 (x86/OS X)
More information about the ghc-commits
mailing list