summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2017-02-24 19:58:03 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-26 17:30:37 -0500
commit35b5790ea1849821749c8527663463613dc945e7 (patch)
tree78de00bd62eb41bd6500f2d65e9ebf6903eda349
parentac55394127532ddef605d00094c08be7fa0a600f (diff)
downloadhaskell-35b5790ea1849821749c8527663463613dc945e7.tar.gz
Manually move extra_files for tests T9579_*
Summary: My script won't understand this. Test Plan: validate Reviewers: austin, bgamari, simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3210
-rw-r--r--testsuite/driver/extra_files.py8
-rw-r--r--testsuite/tests/rts/T9579/all.T3
2 files changed, 1 insertions, 10 deletions
diff --git a/testsuite/driver/extra_files.py b/testsuite/driver/extra_files.py
index 28e9348a28..c7a1d12327 100644
--- a/testsuite/driver/extra_files.py
+++ b/testsuite/driver/extra_files.py
@@ -132,14 +132,6 @@ extra_src_files = {
'T8602': ['A.hs'],
'T9293': ['ghci057.hs'],
'T9562': ['A.hs', 'B.hs', 'B.hs-boot', 'C.hs', 'D.hs', 'Main.hs'],
- 'T9579_outofheap_rtsall': ['OutOfHeap.hs'],
- 'T9579_outofheap_rtsall_no_suggestions': ['OutOfHeap.hs'],
- 'T9579_outofheap_rtsnone': ['OutOfHeap.hs'],
- 'T9579_outofheap_rtssome': ['OutOfHeap.hs'],
- 'T9579_stackoverflow_rtsall': ['StackOverflow.hs'],
- 'T9579_stackoverflow_rtsall_no_suggestions': ['StackOverflow.hs'],
- 'T9579_stackoverflow_rtsnone': ['StackOverflow.hs'],
- 'T9579_stackoverflow_rtssome': ['StackOverflow.hs'],
'T9619': ['.hpc', '.hpc.copy', 'hpc_sample.tix'],
'T9646': ['Main.hs', 'Natural.hs', 'StrictPrim.hs', 'Type.hs'],
'T9930fail': ['T9930'],
diff --git a/testsuite/tests/rts/T9579/all.T b/testsuite/tests/rts/T9579/all.T
index a8522bf4ac..cc0180e822 100644
--- a/testsuite/tests/rts/T9579/all.T
+++ b/testsuite/tests/rts/T9579/all.T
@@ -15,8 +15,7 @@ def T9579_run_test(binName, expExitCode):
"""
test(fmt('T9579_{binName}'),
- [extra_clean([ fmt('tmp_T9579_{binName}/Main.hi'),
- fmt('tmp_T9579_{binName}/Main.o') ])],
+ [extra_files(['OutOfHeap.hs', 'StackOverflow.hs'])],
run_command,
[fmt(testCommandTemplate)])