Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b48244341fa5166864fd4a507aeaf82dd3310e4f >--------------------------------------------------------------- commit b48244341fa5166864fd4a507aeaf82dd3310e4f Author: Simon Marlow <[email protected]> Date: Tue May 31 10:51:23 2011 +0100 IndTypesPerf and T4801 are temporarily unbroken (#5227) >--------------------------------------------------------------- .../ghc-regress/indexed-types/should_compile/all.T | 5 +++-- tests/ghc-regress/perf/compiler/all.T | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/ghc-regress/indexed-types/should_compile/all.T b/tests/ghc-regress/indexed-types/should_compile/all.T index 04ad013..f334ce7 100644 --- a/tests/ghc-regress/indexed-types/should_compile/all.T +++ b/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/tests/ghc-regress/perf/compiler/all.T b/tests/ghc-regress/perf/compiler/all.T index 2d3b010..7f955fc 100644 --- a/tests/ghc-regress/perf/compiler/all.T +++ b/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)), _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
