diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-05-31 10:51:23 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-05-31 12:52:44 +0100 |
commit | de57e6f9c083ef60a726445761906998a2f9e17c (patch) | |
tree | 1b46127772a1efc519c972ba12cbbcd65e3d5fb4 /testsuite/tests/ghc-regress/perf | |
parent | ba164311edab58aa15ec5f576503e06e8dd794d7 (diff) | |
download | haskell-de57e6f9c083ef60a726445761906998a2f9e17c.tar.gz |
IndTypesPerf and T4801 are temporarily unbroken (#5227)
Diffstat (limited to 'testsuite/tests/ghc-regress/perf')
-rw-r--r-- | testsuite/tests/ghc-regress/perf/compiler/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/perf/compiler/all.T b/testsuite/tests/ghc-regress/perf/compiler/all.T index 2d3b010b05..7f955fc920 100644 --- a/testsuite/tests/ghc-regress/perf/compiler/all.T +++ b/testsuite/tests/ghc-regress/perf/compiler/all.T @@ -73,7 +73,8 @@ test('T3294', ['']) test('T4801', - [expect_broken(5224), + [ # expect_broken(5224), + # temporarily unbroken (#5227) # expected value: 11 (x86/OSX): if_wordsize(32, compiler_stats_num_field('peak_megabytes_allocated', 35, 45)), |