Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
unix
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
unix
Commits
30cfb72c
Unverified
Commit
30cfb72c
authored
5 years ago
by
Ben Gamari
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #136 from haskell/wip/testsuite
Testsuite changes for GHC 8.10
parents
bd2631b3
e8603ca5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/all.T
+6
-2
6 additions, 2 deletions
tests/all.T
tests/libposix/all.T
+2
-1
2 additions, 1 deletion
tests/libposix/all.T
with
8 additions
and
3 deletions
tests/all.T
+
6
−
2
View file @
30cfb72c
...
@@ -4,7 +4,11 @@ test('signals002', [], compile_and_run, ['-package unix'])
...
@@ -4,7 +4,11 @@ test('signals002', [], compile_and_run, ['-package unix'])
test
('
fileexist01
',
normal
,
compile_and_run
,
['
-package unix
'])
test
('
fileexist01
',
normal
,
compile_and_run
,
['
-package unix
'])
# test #4512
# test #4512
test
('
forkprocess01
',
extra_ways
(['
threaded1_ls
']),
compile_and_run
,
test
('
forkprocess01
',
[
extra_ways
(['
threaded1_ls
']),
# the forked process breaks the .hp file
omit_ways
(
prof_ways
)],
compile_and_run
,
['
-package unix
'])
['
-package unix
'])
#
#
...
@@ -69,6 +73,6 @@ test('T3816', normal, compile_and_run, ['-package unix'])
...
@@ -69,6 +73,6 @@ test('T3816', normal, compile_and_run, ['-package unix'])
test
('
processGroup001
',
normal
,
compile_and_run
,
['
-package unix
'])
test
('
processGroup001
',
normal
,
compile_and_run
,
['
-package unix
'])
test
('
processGroup002
',
normal
,
compile_and_run
,
['
-package unix
'])
test
('
processGroup002
',
normal
,
compile_and_run
,
['
-package unix
'])
test
('
executeFile001
',
omit_ways
(
prof_ways
+
['
threaded2
']
),
compile_and_run
,
['
-package unix
'])
test
('
executeFile001
',
omit_ways
(
prof_ways
+
concurrent_ways
),
compile_and_run
,
['
-package unix
'])
test
('
T8108
',
normal
,
compile_and_run
,
['
-package unix
'])
test
('
T8108
',
normal
,
compile_and_run
,
['
-package unix
'])
This diff is collapsed.
Click to expand it.
tests/libposix/all.T
+
2
−
1
View file @
30cfb72c
...
@@ -13,4 +13,5 @@ test('posix006', reqlib('unix'), compile_and_run, [''])
...
@@ -13,4 +13,5 @@ test('posix006', reqlib('unix'), compile_and_run, [''])
test
('
posix009
',
[
omit_ways
(
threaded_ways
),
reqlib
('
unix
')
],
compile_and_run
,
[''])
test
('
posix009
',
[
omit_ways
(
threaded_ways
),
reqlib
('
unix
')
],
compile_and_run
,
[''])
test
('
posix010
',
reqlib
('
unix
'),
compile_and_run
,
[''])
test
('
posix010
',
reqlib
('
unix
'),
compile_and_run
,
[''])
test
('
posix014
',
[
reqlib
('
unix
')
],
compile_and_run
,
[''])
test
('
posix014
',
[
reqlib
('
unix
'),
omit_ways
(
prof_ways
)
],
compile_and_run
,
[''])
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment