Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Gregory Gerasev
GHC
Commits
80206f74
Verified
Commit
80206f74
authored
4 years ago
by
Moritz Angermann
Browse files
Options
Downloads
Patches
Plain Diff
[Darwin] mark stdc++ tests as broken
There is no libstdc++, only libc++ (cherry picked from commit
57671071
)
parent
ce6dc66f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/tests/ghci/linking/all.T
+11
-10
11 additions, 10 deletions
testsuite/tests/ghci/linking/all.T
with
11 additions
and
10 deletions
testsuite/tests/ghci/linking/all.T
+
11
−
10
View file @
80206f74
...
...
@@ -11,11 +11,12 @@ test('ghcilink002', [extra_files(['TestLink.hs', 'f.c']),
makefile_test
,
['
ghcilink002
'])
test
('
ghcilink003
',
[
unless
(
doing_ghci
,
skip
),
# libstdc++ is named differently on FreeBSD
when
(
opsys
('
freebsd
'),
expect_broken
(
17739
))],
makefile_test
,
['
ghcilink003
'])
[
unless
(
doing_ghci
,
skip
),
# libstdc++ is named differently on FreeBSD
when
(
opsys
('
freebsd
'),
expect_broken
(
17739
)),
when
(
opsys
('
darwin
'),
fragile
(
16083
))
],
makefile_test
,
['
ghcilink003
'])
test
('
ghcilink004
',
[
extra_files
(['
TestLink.hs
',
'
f.c
']),
...
...
@@ -31,11 +32,11 @@ test('ghcilink005',
makefile_test
,
['
ghcilink005
'])
test
('
ghcilink006
',
[
unless
(
doing_ghci
,
skip
),
# libstdc++ is named differently on FreeBSD
when
(
opsys
('
freebsd
'),
expect_broken
(
17739
))
]
,
makefile_test
,
['
ghcilink006
'])
[
unless
(
doing_ghci
,
skip
),
# libstdc++ is named differently on FreeBSD
when
(
opsys
('
freebsd
'),
expect_broken
(
17739
)),
when
(
opsys
('
darwin
'),
fragile
(
16083
))
],
makefile_test
,
['
ghcilink006
'])
test
('
T3333
',
[
unless
(
doing_ghci
,
skip
),
...
...
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