diff options
author | Reid Barton <rwbarton@gmail.com> | 2017-02-24 20:56:19 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-26 17:30:44 -0500 |
commit | 98119f5a5224d321a1765f262c8c76dfd1b8ed35 (patch) | |
tree | 2ab3db7664a092bfbf6af82a26fb50799695f7d7 /testsuite/tests/ghci/scripts/all.T | |
parent | 8bb63c2e982a12ad5f436320948e23a718069a4f (diff) | |
download | haskell-98119f5a5224d321a1765f262c8c76dfd1b8ed35.tar.gz |
tests: manually move some extra_files into *.T files
Some of the *.T files were in libraries/hpc, so this contains an
update to that submodule.
Diffstat (limited to 'testsuite/tests/ghci/scripts/all.T')
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index 5621addb26..2e535349c9 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -94,7 +94,8 @@ test('ghci056', test('ghci057', normal, ghci_script, ['ghci057.script']) test('ghci060', normal, ghci_script, ['ghci060.script']) test('ghci061', normal, ghci_script, ['ghci061.script']) -test('ghci062', when(config.have_ext_interp, extra_ways(['ghci-ext'])), +test('ghci062', [extra_files(['ghci062/', 'ghci062/Test.hs']), + when(config.have_ext_interp, extra_ways(['ghci-ext']))], ghci_script, ['ghci062.script']) test('T2452', normal, ghci_script, ['T2452.script']) @@ -217,8 +218,10 @@ test('T11098', normal, ghci_script, ['T11098.script']) test('T8316', expect_broken(8316), ghci_script, ['T8316.script']) test('T11252', normal, ghci_script, ['T11252.script']) -test('T10576a', expect_broken(10576), ghci_script, ['T10576a.script']) -test('T10576b', expect_broken(10576), ghci_script, ['T10576b.script']) +test('T10576a', [extra_files(['T10576.hs']), expect_broken(10576)], + ghci_script, ['T10576a.script']) +test('T10576b', [extra_files(['T10576.hs']), expect_broken(10576)], + ghci_script, ['T10576b.script']) test('T11051a', normal, ghci_script, ['T11051a.script']) test('T11051b', normal, ghci_script, ['T11051b.script']) test('T11266', ignore_stdout, ghci_script, ['T11266.script']) |