summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-05-31 10:51:23 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-05-31 12:52:44 +0100
commitde57e6f9c083ef60a726445761906998a2f9e17c (patch)
tree1b46127772a1efc519c972ba12cbbcd65e3d5fb4
parentba164311edab58aa15ec5f576503e06e8dd794d7 (diff)
downloadhaskell-de57e6f9c083ef60a726445761906998a2f9e17c.tar.gz
IndTypesPerf and T4801 are temporarily unbroken (#5227)
-rw-r--r--testsuite/tests/ghc-regress/indexed-types/should_compile/all.T5
-rw-r--r--testsuite/tests/ghc-regress/perf/compiler/all.T3
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)),