summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-05 02:09:25 +0100
committerIan Lynagh <ian@well-typed.com>2012-10-05 02:09:25 +0100
commit7fdd69fc5ab5161487adbc6286811f1dbc96e34b (patch)
tree82e90679d7973a09dbc05cafbca0f9069a609862
parent2432082e30f6702041b6d4c6c0a6c92c66e4b248 (diff)
downloadhaskell-7fdd69fc5ab5161487adbc6286811f1dbc96e34b.tar.gz
2228 is broken on x86_64-unknown-linux
(technically, broken if dynamic-by-default is enabled)
-rw-r--r--testsuite/tests/ghc-e/should_run/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-e/should_run/all.T b/testsuite/tests/ghc-e/should_run/all.T
index 6039a4088b..7f01b5bb58 100644
--- a/testsuite/tests/ghc-e/should_run/all.T
+++ b/testsuite/tests/ghc-e/should_run/all.T
@@ -7,6 +7,9 @@ test('ghc-e003', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e0
test('ghc-e004', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e004'])
test('ghc-e005', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e005'])
-test('2228', req_interp, run_command, ['$MAKE --no-print-directory -s 2228'])
+test('2228',
+ [req_interp, if_platform('x86_64-unknown-linux', expect_broken(7298))],
+ run_command,
+ ['$MAKE --no-print-directory -s 2228'])
test('2636', req_interp, run_command, ['$MAKE --no-print-directory -s 2636'])
test('3890', req_interp, run_command, ['$MAKE --no-print-directory -s 3890'])