diff options
author | Reid Barton <rwbarton@gmail.com> | 2016-01-22 10:00:27 -0500 |
---|---|---|
committer | Reid Barton <rwbarton@gmail.com> | 2016-01-22 10:00:27 -0500 |
commit | 65881c014f81f62f90dcb0977528411010b1d1a7 (patch) | |
tree | 025c28b4016a48c4fe60675080046785d602606e /testsuite | |
parent | 9048c3dfee1c7c9171114c349714095b3abcc47a (diff) | |
download | haskell-65881c014f81f62f90dcb0977528411010b1d1a7.tar.gz |
Mark some ghci tests as req_interp
Test Plan: validate
Reviewers: bgamari, austin
Reviewed By: bgamari, austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1819
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index d9548996e7..d7af2901a2 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -39,11 +39,11 @@ test('ghci022', normal, ghci_script, ['ghci022.script']) test('ghci023', normal, ghci_script, ['ghci023.script']) test('ghci024', - when(fast(), skip), + [req_interp, when(fast(), skip)], run_command, ['$MAKE -s --no-print-directory ghci024']) test('T9367', - when(fast() or config.os != 'mingw32', skip), + [req_interp, when(fast() or config.os != 'mingw32', skip)], run_command, ['$MAKE -s --no-print-directory T9367']) test('ghci025', normal, ghci_script, ['ghci025.script']) @@ -215,7 +215,7 @@ test('T10122', normal, ghci_script, ['T10122.script']) test('T10321', normal, ghci_script, ['T10321.script']) -test('T10408', normal, run_command, +test('T10408', req_interp, run_command, ['$MAKE -s --no-print-directory T10408']) test('T10248', normal, ghci_script, ['T10248.script']) test('T10110', normal, ghci_script, ['T10110.script']) |