diff options
author | Simon Marlow <marlowsd@gmail.com> | 2016-12-07 13:18:39 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2016-12-07 13:18:39 +0000 |
commit | c02aeb5cf73669796e262a481b6dc933ee88c390 (patch) | |
tree | 50debbc8ba6777f125df6a151faf5359f2d0d3bb /libraries | |
parent | 7036fde9df61b6eae9719c7f6c656778c756bec9 (diff) | |
download | haskell-c02aeb5cf73669796e262a481b6dc933ee88c390.tar.gz |
Ignore output for compact_gc: sizes change when profiling
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/compact/tests/all.T | 2 | ||||
-rw-r--r-- | libraries/compact/tests/compact_gc.stdout | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/libraries/compact/tests/all.T b/libraries/compact/tests/all.T index bdcf522cf6..753592e733 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 c44d58836d..0000000000 --- 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 |