summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghc-e
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/ghc-e')
-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'])