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
Glasgow Haskell Compiler
GHC
Commits
57cbb7b2
Commit
57cbb7b2
authored
Aug 23, 2007
by
Simon Marlow
Browse files
fix syntax errors
parent
a39ea8d5
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rts/all.T
View file @
57cbb7b2
...
...
@@ -9,12 +9,12 @@ test('testblockalloc', compose(c_src,
test
('
bug1010
',
normal
,
compile_and_run
,
['
+RTS -c -RTS
'])
test
('
derefnull
',
# SIGSEGV on Linux
compose
(
exit_code
(
139
),
compose
s
([
exit_code
(
139
),
# SIGBUS on OX X
exit_code_if_platform
(
138
,
'
i386-apple-darwin
')
)
,
exit_code_if_platform
(
138
,
'
powerpc-apple-darwin
')
)
,
exit_code_if_platform
(
138
,
'
i386-apple-darwin
'),
exit_code_if_platform
(
138
,
'
powerpc-apple-darwin
'),
# 5 on Windows - XXX why is that?
exit_code_if_platform
(
5
,
'
i386-unknown-mingw32
')),
exit_code_if_platform
(
5
,
'
i386-unknown-mingw32
')
]
),
compile_and_run
,
[''])
test
('
divbyzero
',
# SIGFPE on Linux
...
...
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