[commit: ghc] master: Ignore output for compact_gc: sizes change when profiling (c02aeb5)

git at git.haskell.org git at git.haskell.org
Wed Dec 7 14:15:42 UTC 2016


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

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

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

commit c02aeb5cf73669796e262a481b6dc933ee88c390
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Wed Dec 7 13:18:39 2016 +0000

    Ignore output for compact_gc: sizes change when profiling


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

c02aeb5cf73669796e262a481b6dc933ee88c390
 libraries/compact/tests/all.T             |  2 +-
 libraries/compact/tests/compact_gc.stdout | 13 -------------
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/libraries/compact/tests/all.T b/libraries/compact/tests/all.T
index bdcf522..753592e 100644
--- a/libraries/compact/tests/all.T
+++ b/libraries/compact/tests/all.T
@@ -13,7 +13,7 @@ test('compact_cycle', extra_run_opts('+RTS -K1m'), compile_and_run, [''])
 test('compact_function', exit_code(1), compile_and_run, [''])
 test('compact_mutable', exit_code(1), compile_and_run, [''])
 test('compact_pinned', exit_code(1), compile_and_run, [''])
-test('compact_gc', normal, compile_and_run, [''])
+test('compact_gc', ignore_stdout, compile_and_run, [''])
 test('compact_share', normal, compile_and_run, [''])
 test('compact_bench', [ ignore_stdout, extra_run_opts('100') ],
                        compile_and_run, [''])
diff --git a/libraries/compact/tests/compact_gc.stdout b/libraries/compact/tests/compact_gc.stdout
deleted file mode 100644
index c44d588..0000000
--- a/libraries/compact/tests/compact_gc.stdout
+++ /dev/null
@@ -1,13 +0,0 @@
-2228224
-2228224
-2228224
-2228224
-2228224
-2228224
-2228224
-2228224
-2228224
-2228224
-2228224
-137798
-2228224



More information about the ghc-commits mailing list