[commit: testsuite] master: Trac #4370 is fixed, so all these work now (2ca9c9f)
Simon Peyton Jones
simonpj at microsoft.com
Thu May 12 12:12:34 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2ca9c9f958e4b7ee125f42bae294a2fb11c1cd51
>---------------------------------------------------------------
commit 2ca9c9f958e4b7ee125f42bae294a2fb11c1cd51
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu May 12 11:12:02 2011 +0100
Trac #4370 is fixed, so all these work now
>---------------------------------------------------------------
tests/ghc-regress/deSugar/should_run/all.T | 6 +++---
tests/ghc-regress/parser/should_compile/all.T | 2 +-
tests/ghc-regress/rename/should_compile/all.T | 2 +-
tests/ghc-regress/typecheck/should_compile/all.T | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/tests/ghc-regress/deSugar/should_run/all.T b/tests/ghc-regress/deSugar/should_run/all.T
index 9f76ea4..9c8664d 100644
--- a/tests/ghc-regress/deSugar/should_run/all.T
+++ b/tests/ghc-regress/deSugar/should_run/all.T
@@ -29,11 +29,11 @@ test('dsrun023', normal, compile_and_run, [''])
test('T246', normal, compile_and_run, [''])
test('T3126', normal, compile_and_run, [''])
test('T3382', normal, compile_and_run, [''])
-test('mc01', expect_broken_for(4370, ['ghci','hpc']), compile_and_run, [''])
+test('mc01', normal, compile_and_run, [''])
test('mc02', normal, compile_and_run, [''])
test('mc03', normal, compile_and_run, [''])
test('mc04', normal, compile_and_run, [''])
test('mc05', normal, compile_and_run, [''])
-test('mc06', expect_broken_for(4370, ['ghci','hpc']), compile_and_run, [''])
+test('mc06', normal, compile_and_run, [''])
test('mc07', normal, compile_and_run, [''])
-test('mc08', expect_broken_for(4370, ['ghci','hpc']), compile_and_run, [''])
+test('mc08', normal, compile_and_run, [''])
diff --git a/tests/ghc-regress/parser/should_compile/all.T b/tests/ghc-regress/parser/should_compile/all.T
index da5ec15..dbca9e6 100644
--- a/tests/ghc-regress/parser/should_compile/all.T
+++ b/tests/ghc-regress/parser/should_compile/all.T
@@ -87,5 +87,5 @@ test('T3741', normal, compile, [''])
test('DoAndIfThenElse', normal, compile, [''])
test('NondecreasingIndentation', normal, compile, [''])
test('mc15', normal, compile, [''])
-test('mc16', expect_broken_for(4370, ['ghci','hpc']), compile, [''])
+test('mc16', normal, compile, [''])
test('EmptyDecls', normal, compile, [''])
diff --git a/tests/ghc-regress/rename/should_compile/all.T b/tests/ghc-regress/rename/should_compile/all.T
index d3b2752..dd1d7d4 100644
--- a/tests/ghc-regress/rename/should_compile/all.T
+++ b/tests/ghc-regress/rename/should_compile/all.T
@@ -168,5 +168,5 @@ test('T4534', normal, compile, [''])
test('mc09', normal, compile, [''])
test('mc10', normal, compile, [''])
-test('mc11', expect_broken_for(4370, ['ghci','hpc']), compile, [''])
+test('mc11', normal, compile, [''])
test('mc12', normal, compile, [''])
diff --git a/tests/ghc-regress/typecheck/should_compile/all.T b/tests/ghc-regress/typecheck/should_compile/all.T
index 83be8a5..8ca7b8c 100644
--- a/tests/ghc-regress/typecheck/should_compile/all.T
+++ b/tests/ghc-regress/typecheck/should_compile/all.T
@@ -344,5 +344,5 @@ test('T4952', normal, compile, [''])
test('T4969', normal, compile, [''])
test('T5120', normal, compile, [''])
-test('mc18', expect_broken_for(4370, ['hpc']), compile, [''])
+test('mc18', normal, compile, [''])
test('tc249', normal, compile, [''])
More information about the Cvs-ghc
mailing list