[commit: ghc] wip/T9281: Disable T4801/peak_megabytes_allocated (83df1f3)

git at git.haskell.org git at git.haskell.org
Sun Nov 9 20:55:01 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T9281
Link       : http://ghc.haskell.org/trac/ghc/changeset/83df1f371f33c03166411d984594871ab8082c0f/ghc

>---------------------------------------------------------------

commit 83df1f371f33c03166411d984594871ab8082c0f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Nov 9 21:54:43 2014 +0100

    Disable T4801/peak_megabytes_allocated
    
    This test seems to close to a tipping point


>---------------------------------------------------------------

83df1f371f33c03166411d984594871ab8082c0f
 testsuite/tests/perf/compiler/all.T | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index f6f52d7..fa8d62a 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 to 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),



More information about the ghc-commits mailing list