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
unix
Commits
1f72ccec
Commit
1f72ccec
authored
Dec 08, 2021
by
Matthew Pickering
Committed by
Bodigrim
Dec 17, 2021
Browse files
Remove reqlib modifier from tests
parent
b8c6bc10
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/libposix/all.T
View file @
1f72ccec
test
('
posix002
',
[
reqlib
('
unix
'),
omit_ways
(
prof_ways
),
fragile_for
(
16550
,
concurrent_ways
)
],
setTestOpts
(
when
(
opsys
('
mingw32
'),
skip
))
test
('
posix002
',
[
omit_ways
(
prof_ways
),
fragile_for
(
16550
,
concurrent_ways
)
],
compile_and_run
,
[''])
# Skip on mingw32: assumes existence of 'pwd' and /tmp
test
('
posix003
',
[
when
(
opsys
('
mingw32
'),
skip
),
extra_clean
(['
po003.out
'])],
test
('
posix003
',
[
extra_clean
(['
po003.out
'])],
compile_and_run
,
[''])
test
('
posix004
',
[
reqlib
('
unix
')
],
compile_and_run
,
[''])
test
('
posix004
',
[
],
compile_and_run
,
[''])
test
('
posix005
',
[
reqlib
('
unix
')
],
compile_and_run
,
[''])
test
('
posix005
',
[
],
compile_and_run
,
[''])
test
('
posix006
',
reqlib
('
unix
')
,
compile_and_run
,
[''])
test
('
posix009
',
[
omit_ways
(
threaded_ways
)
,
reqlib
('
unix
')
],
compile_and_run
,
[''])
test
('
posix010
',
reqlib
('
unix
')
,
compile_and_run
,
[''])
test
('
posix006
',
normal
,
compile_and_run
,
[''])
test
('
posix009
',
[
omit_ways
(
threaded_ways
)
],
compile_and_run
,
[''])
test
('
posix010
',
normal
,
compile_and_run
,
[''])
test
('
posix014
',
[
reqlib
('
unix
'),
omit_ways
(
prof_ways
)
],
test
('
posix014
',
[
omit_ways
(
prof_ways
)
],
compile_and_run
,
[''])
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