summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
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/ghci
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/ghci')
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index 2eb1a6fd1f..06ba3bbb96 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/testsuite/tests/ghci/scripts/all.T
@@ -28,7 +28,7 @@ test('ghci014', reqlib('QuickCheck'), ghci_script, ['ghci014.script'])
test('ghci015', ignore_output, ghci_script, ['ghci015.script'])
test('ghci016', expect_broken(552), ghci_script, ['ghci016.script'])
-test('ghci017', extra_run_opts('-hide-package haskell98'), ghci_script, ['ghci017.script'])
+test('ghci017', [reqlib('haskell98'), extra_run_opts('-hide-package haskell98')], ghci_script, ['ghci017.script'])
test('ghci018', expect_broken(1201), ghci_script, ['ghci018.script'])
test('ghci019', normal, ghci_script, ['ghci019.script'])
test('ghci020', normal, ghci_script, ['ghci020.script'])