Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
619a324e
Commit
619a324e
authored
Apr 17, 2015
by
Edward Z. Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make T9579 parallel-safe and add build outputs to .gitignore
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
ad6d6a76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
testsuite/tests/rts/T9579/.gitignore
testsuite/tests/rts/T9579/.gitignore
+6
-0
testsuite/tests/rts/T9579/Makefile
testsuite/tests/rts/T9579/Makefile
+6
-0
No files found.
testsuite/tests/rts/T9579/.gitignore
0 → 100644
View file @
619a324e
T9579_outofheap_rtsall
T9579_outofheap_rtsnone
T9579_outofheap_rtssome
T9579_stackoverflow_rtsall
T9579_stackoverflow_rtsnone
T9579_stackoverflow_rtssome
testsuite/tests/rts/T9579/Makefile
View file @
619a324e
...
...
@@ -4,24 +4,30 @@ include $(TOP)/mk/test.mk
T9579_stackoverflow_rtsnone
:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-rtsopts
=
none
-fforce-recomp
-with-rtsopts
-K1m
\
-outputdir
tmp_T9579_stackoverflow_rtsnone
\
StackOverflow.hs
-o
T9579_stackoverflow_rtsnone
T9579_stackoverflow_rtssome
:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-rtsopts
=
some
-fforce-recomp
-with-rtsopts
-K1m
\
-outputdir
tmp_T9579_stackoverflow_rtssome
\
StackOverflow.hs
-o
T9579_stackoverflow_rtssome
T9579_stackoverflow_rtsall
:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-rtsopts
=
all
-fforce-recomp
-with-rtsopts
-K1m
\
-outputdir
tmp_T9579_stackoverflow_rtsall
\
StackOverflow.hs
-o
T9579_stackoverflow_rtsall
T9579_outofheap_rtsnone
:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-rtsopts
=
none
-fforce-recomp
-with-rtsopts
-M1m
\
-outputdir
tmp_T9579_outofheap_rtsnone
\
OutOfHeap.hs
-o
T9579_outofheap_rtsnone
T9579_outofheap_rtssome
:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-rtsopts
=
some
-fforce-recomp
-with-rtsopts
-M1m
\
-outputdir
tmp_T9579_outofheap_rtssome
\
OutOfHeap.hs
-o
T9579_outofheap_rtssome
T9579_outofheap_rtsall
:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-rtsopts
=
all
-fforce-recomp
-with-rtsopts
-M1m
\
-outputdir
tmp_T9579_outofheap_rtsall
\
OutOfHeap.hs
-o
T9579_outofheap_rtsall
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment