summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-10-19 23:04:13 +0000
committerIan Lynagh <igloo@earth.li>2008-10-19 23:04:13 +0000
commit4bf46ecb9001eef7b270c05e5ebf610d3b6d4ad3 (patch)
tree06ca0042203e082b70cc387fdb471f7fa735c628 /testsuite/tests/ghc-regress
parent94ddca44cbf3cc89f614906e797643d2fc4f5fc2 (diff)
downloadhaskell-4bf46ecb9001eef7b270c05e5ebf610d3b6d4ad3.tar.gz
Skip 2228 on Windows
Diffstat (limited to 'testsuite/tests/ghc-regress')
-rw-r--r--testsuite/tests/ghc-regress/ghc-e/should_run/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/ghc-e/should_run/all.T b/testsuite/tests/ghc-regress/ghc-e/should_run/all.T
index f219d8a72a..e6685ffcae 100644
--- a/testsuite/tests/ghc-regress/ghc-e/should_run/all.T
+++ b/testsuite/tests/ghc-regress/ghc-e/should_run/all.T
@@ -4,5 +4,8 @@ test('ghc-e002', normal, run_command, ['$MAKE --no-print-directory -s ghc-e002']
test('ghc-e003', normal, run_command, ['$MAKE --no-print-directory -s ghc-e003'])
test('ghc-e004', normal, run_command, ['$MAKE --no-print-directory -s ghc-e004'])
test('ghc-e005', normal, run_command, ['$MAKE --no-print-directory -s ghc-e005'])
-test('2228', normal, run_command, ['$MAKE --no-print-directory -s 2228'])
+test('2228',
+ if_platform('i386-unknown-mingw32', expect_broken(2628)),
+ run_command,
+ ['$MAKE --no-print-directory -s 2228'])
test('2636', normal, run_command, ['$MAKE --no-print-directory -s 2636'])