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
Packages
process
Commits
2b87e244
Commit
2b87e244
authored
Jun 02, 2013
by
ian@well-typed.com
Browse files
Fix process004 on Windows
parent
0c4f7b1c
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/all.T
View file @
2b87e244
test
('
process001
',
extra_clean
(['
process001.out
']),
compile_and_run
,
[''])
test
('
process002
',
extra_clean
(['
process002.out
']),
compile_and_run
,
[''])
test
('
process003
',
omit_ways
(['
ghci
']),
compile_and_run
,
[''])
if
config
.
os
==
"
mingw32
":
proc004_config
=
exit_code
(
1
)
else
:
proc004_config
=
normal
test
('
process004
',
[
proc004_config
,
normalise_exe
],
compile_and_run
,
[''])
test
('
process004
',
normalise_exe
,
compile_and_run
,
[''])
test
('
T1780
',
normal
,
compile_and_run
,
[''])
test
('
process005
',
normal
,
compile_and_run
,
[''])
test
('
process006
',
normal
,
compile_and_run
,
[''])
...
...
tests/process004.stderr-mingw32
deleted
100644 → 0
View file @
0c4f7b1c
process004.exe: true: runInteractiveProcess: invalid argument (Invalid argument)
tests/process004.stdout-mingw32
View file @
2b87e244
Exc: true: runInteractiveProcess: invalid argument (Invalid argument)
Exc: true: runProcess: invalid argument (Invalid argument)
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