summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-06-02 00:41:54 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-06-02 00:50:45 +0100
commit90fde5220c80bf02d7c6e1d6b4cfe631f068aa0b (patch)
treeeff2fb22a853dede0d0f5b353ba0f32bbfc2b9f4
parent9b73cb16485f331d9dc1f37826c6d503e24a5b0b (diff)
downloadhaskell-90fde5220c80bf02d7c6e1d6b4cfe631f068aa0b.tar.gz
Mark sigof02 tests as expect_broken
Consequence of the GlobalRdrEnv refactoring; see Trac #10472
-rw-r--r--testsuite/tests/driver/sigof02/all.T8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/driver/sigof02/all.T b/testsuite/tests/driver/sigof02/all.T
index 62f50a6aa8..9cb1ea53bd 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'])