From de57e6f9c083ef60a726445761906998a2f9e17c Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 31 May 2011 10:51:23 +0100 Subject: IndTypesPerf and T4801 are temporarily unbroken (#5227) --- testsuite/tests/ghc-regress/indexed-types/should_compile/all.T | 5 +++-- testsuite/tests/ghc-regress/perf/compiler/all.T | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T b/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T index 04ad0139c8..f334ce7b1f 100644 --- a/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T +++ b/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T @@ -144,8 +144,9 @@ test('CoTest3', normal, compile, ['']) test('Roman1', normal, compile, ['']) test('T4160', normal, compile, ['']) test('IndTypesPerf', - [ expect_broken(5224) - , extra_clean(['IndTypesPerf.o', 'IndTypesPerf.hi', + [ # expect_broken(5224), + # unbroken temporarily: #5227 + extra_clean(['IndTypesPerf.o', 'IndTypesPerf.hi', 'IndTypesPerfMerge.o', 'IndTypesPerfMerge.hi']) ] , run_command, 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)), -- cgit v1.2.1