[commit: ghc] master: Mark sigof02 tests as expect_broken (90fde52)
git at git.haskell.org
git at git.haskell.org
Tue Jun 2 09:34:14 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/90fde5220c80bf02d7c6e1d6b4cfe631f068aa0b/ghc
>---------------------------------------------------------------
commit 90fde5220c80bf02d7c6e1d6b4cfe631f068aa0b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jun 2 00:41:54 2015 +0100
Mark sigof02 tests as expect_broken
Consequence of the GlobalRdrEnv refactoring;
see Trac #10472
>---------------------------------------------------------------
90fde5220c80bf02d7c6e1d6b4cfe631f068aa0b
testsuite/tests/driver/sigof02/all.T | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/testsuite/tests/driver/sigof02/all.T b/testsuite/tests/driver/sigof02/all.T
index 62f50a6..9cb1ea5 100644
--- a/testsuite/tests/driver/sigof02/all.T
+++ b/testsuite/tests/driver/sigof02/all.T
@@ -4,7 +4,7 @@ test('sigof02',
['$MAKE -s --no-print-directory sigof02'])
test('sigof02t',
- [ clean_cmd('rm -rf tmp_sigof02t') ],
+ [ expect_broken(10472), clean_cmd('rm -rf tmp_sigof02t') ],
run_command,
['$MAKE -s --no-print-directory sigof02t'])
@@ -14,7 +14,7 @@ test('sigof02m',
['$MAKE -s --no-print-directory sigof02m'])
test('sigof02mt',
- [ clean_cmd('rm -rf tmp_sigof02mt') ],
+ [ expect_broken(10472), clean_cmd('rm -rf tmp_sigof02mt') ],
run_command,
['$MAKE -s --no-print-directory sigof02mt'])
@@ -24,7 +24,7 @@ test('sigof02d',
['$MAKE -s --no-print-directory sigof02d'])
test('sigof02dt',
- [ clean_cmd('rm -rf tmp_sigof02dt') ],
+ [ expect_broken(10472), clean_cmd('rm -rf tmp_sigof02dt') ],
run_command,
['$MAKE -s --no-print-directory sigof02dt'])
@@ -35,7 +35,7 @@ test('sigof02dm',
['$MAKE -s --no-print-directory sigof02dm'])
test('sigof02dmt',
- [ clean_cmd('rm -rf tmp_sigof02dmt') ],
+ [ expect_broken(10472), clean_cmd('rm -rf tmp_sigof02dmt') ],
run_command,
['$MAKE -s --no-print-directory sigof02dmt'])
More information about the ghc-commits
mailing list