summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2013-10-01 20:56:02 -0400
committerAustin Seipp <austin@well-typed.com>2013-10-01 21:05:40 -0500
commit1e412574e5181065789d4fc930e3b55be0f75376 (patch)
treefb4b536c045e86002990849e1ea82cef7e939c6f /testsuite/tests/codeGen/should_run
parent4bdbdd1bd7185d53b8ae0134feea4bd4850e35f0 (diff)
downloadhaskell-1e412574e5181065789d4fc930e3b55be0f75376.tar.gz
Mark those tests which depend on libraries not built when cross-compiling
Issue #8393 Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/codeGen/should_run')
-rw-r--r--testsuite/tests/codeGen/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index b51cc30c49..46cddbb0b9 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -113,4 +113,4 @@ test('Word2Float64', unless(wordsize(64), skip), compile_and_run, [''])
test('T7361', normal, compile_and_run, [''])
test('T7600', normal, compile_and_run, [''])
test('T8103', only_ways(['normal']), compile_and_run, [''])
-test('T7953', normal, compile_and_run, [''])
+test('T7953', reqlib('random'), compile_and_run, [''])