diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2016-08-17 21:48:57 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2016-08-17 21:48:57 +0100 |
commit | d61027438102e212c47721306d4f294278e95b57 (patch) | |
tree | 36c1c0762f8f6617ee93921d429c1b16c9eb7a38 | |
parent | 58e7316e919abac55bf3ea0213bc92521ec94081 (diff) | |
download | haskell-d61027438102e212c47721306d4f294278e95b57.tar.gz |
Revert "T1969: Enable it again but bump the max residency temporarily"
This reverts commit 773e3aadac4bbee9a0173ebc90ffdc9458a2a3a9.
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 4aff4fbf9d..e9e2493d20 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) @@ -64,7 +65,7 @@ test('T1969', # 2014-06-29 5949188 (x86/Linux) # 2015-07-11 6241108 (x86/Linux, 64bit machine) use +RTS -G1 # 2016-04-06 9093608 (x86/Linux, 64bit machine) - (wordsize(64), 15017528, 20)]), + (wordsize(64), 15017528, 15)]), # 2014-09-10 10463640, 10 # post-AMP-update (somewhat stabelish) # looks like the peak is around ~10M, but we're # unlikely to GC exactly on the peak. |