[commit: ghc] master: Disable T4801/peak_megabytes_allocated (fcfc87d)

git at git.haskell.org git at git.haskell.org
Wed Nov 12 08:43:30 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/fcfc87dce752c3c1702eeb54d1023213729f1832/ghc

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

commit fcfc87dce752c3c1702eeb54d1023213729f1832
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 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.


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

fcfc87dce752c3c1702eeb54d1023213729f1832
 testsuite/tests/perf/compiler/all.T | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

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



More information about the ghc-commits mailing list