summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-11-09 21:54:43 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-11-12 09:43:04 +0100
commitfcfc87dce752c3c1702eeb54d1023213729f1832 (patch)
tree3d813f0011f7b57b9626913a12466651277658dc
parent76d47ed5ba1085c4f3f0d9d8a0ad75be3efb39d3 (diff)
downloadhaskell-fcfc87dce752c3c1702eeb54d1023213729f1832.tar.gz
Disable T4801/peak_megabytes_allocated
This test seems too close to a tipping point (and thus too sensitive to the build-env used) and T4801's `max_bytes_used` was disabled as well some time ago for a similiar reason.
-rw-r--r--testsuite/tests/perf/compiler/all.T36
1 files changed, 19 insertions, 17 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index f6f52d737d..92d1326e93 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -167,22 +167,24 @@ test('T3294',
test('T4801',
[ # expect_broken(5224),
# temporarily unbroken (#5227)
- compiler_stats_num_field('peak_megabytes_allocated',# Note [residency]
- [(platform('x86_64-apple-darwin'), 70, 1),
- # expected value: 58 (amd64/OS X)
- # 13/01/2014 - 70
- (wordsize(32), 30, 20),
- (wordsize(64), 48, 20)]),
- # prev: 50 (amd64/Linux)
- # 19/10/2012: 64 (amd64/Linux)
- # (^ REASON UNKNOWN!)
- # 12/11/2012: 49 (amd64/Linux)
- # (^ REASON UNKNOWN!)
- # 28/8/13: 60 (amd64/Linux)
- # (^ REASON UNKNOWN!)
- # 2014-09-10: 55 post-AMP-cleanup
- # 2014-10-08: 62 (jumps between 55 and 71 observed -- GC tipping point?)
- # 2014-10-13: 48 stricter seqDmdType
+###################################
+# deactivated for now, as this metric became too volatile recently
+# compiler_stats_num_field('peak_megabytes_allocated',# Note [residency]
+# [(platform('x86_64-apple-darwin'), 70, 1),
+# # expected value: 58 (amd64/OS X)
+# # 13/01/2014 - 70
+# (wordsize(32), 30, 20),
+# (wordsize(64), 48, 20)]),
+# # prev: 50 (amd64/Linux)
+# # 19/10/2012: 64 (amd64/Linux)
+# # (^ REASON UNKNOWN!)
+# # 12/11/2012: 49 (amd64/Linux)
+# # (^ REASON UNKNOWN!)
+# # 28/8/13: 60 (amd64/Linux)
+# # (^ REASON UNKNOWN!)
+# # 2014-09-10: 55 post-AMP-cleanup
+# # 2014-10-08: 62 (jumps between 55 and 71 observed -- GC tipping point?)
+# # 2014-10-13: 48 stricter seqDmdType
compiler_stats_num_field('bytes allocated',
[(platform('x86_64-apple-darwin'), 464872776, 5),
@@ -200,7 +202,7 @@ test('T4801',
# 2014-10-08: 382056344 (amd64/Linux) stricter foldr2 488e95b
###################################
-# deactivated for now, as this metric became to volatile recently
+# deactivated for now, as this metric became too volatile recently
#
# compiler_stats_num_field('max_bytes_used',
# [(platform('x86_64-apple-darwin'), 25145320, 5),