Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
de8a1bf1
Commit
de8a1bf1
authored
Dec 14, 2011
by
Simon Marlow
Browse files
Add a test for a memory allocation bug in the RTS flag handling.
parent
d594d84d
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/rts/all.T
View file @
de8a1bf1
...
...
@@ -73,6 +73,9 @@ test('3424', # it's slow:
# Test for out-of-range heap size
test
('
rtsflags001
',
[
only_ways
(['
normal
']),
exit_code
(
1
),
extra_run_opts
('
+RTS -H0m -RTS
')
],
compile_and_run
,
[''])
# Crashed with 7.2 and earlier
test
('
rtsflags002
',
[
only_ways
(['
normal
'])
],
compile_and_run
,
['
-with-rtsopts="-B -B -B"
'])
# Test to see if linker scripts link properly to real ELF files
test
('
T2615
',
[
if_platform
('
i386-unknown-mingw32
',
skip
),
...
...
testsuite/tests/rts/rtsflags002.hs
0 → 100644
View file @
de8a1bf1
main
=
return
()
testsuite/tests/rts/rtsflags002.stderr
0 → 100644
View file @
de8a1bf1
\ No newline at end of file
Write
Preview
Supports
Markdown
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