[commit: ghc] master: Manually move extra_files for tests T9579_* (35b5790)
git at git.haskell.org
git at git.haskell.org
Sun Feb 26 23:15:20 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/35b5790ea1849821749c8527663463613dc945e7/ghc
>---------------------------------------------------------------
commit 35b5790ea1849821749c8527663463613dc945e7
Author: Reid Barton <rwbarton at gmail.com>
Date: Fri Feb 24 19:58:03 2017 -0500
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
>---------------------------------------------------------------
35b5790ea1849821749c8527663463613dc945e7
testsuite/driver/extra_files.py | 8 --------
testsuite/tests/rts/T9579/all.T | 3 +--
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/testsuite/driver/extra_files.py b/testsuite/driver/extra_files.py
index 28e9348..c7a1d12 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 a8522bf..cc0180e 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)])
More information about the ghc-commits
mailing list