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
69b53b53
Commit
69b53b53
authored
3 years ago
by
Moritz Angermann
Browse files
Options
Downloads
Patches
Plain Diff
[testsuite/aarch64-darwin] disable T12674
(cherry picked from commit
08e50109
)
parent
f41ac4cb
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/driver/T12674/all.T
+3
-1
3 additions, 1 deletion
testsuite/tests/driver/T12674/all.T
with
3 additions
and
1 deletion
testsuite/tests/driver/T12674/all.T
+
3
−
1
View file @
69b53b53
test
('
T12674
',
[
extra_files
(['
-T12674.hs
',
'
-T12674c.c
'])],
makefile_test
,
[]
)
test
('
T12674
',
[
extra_files
(['
-T12674.hs
',
'
-T12674c.c
']),
when
(
opsys
('
darwin
')
and
arch
('
aarch64
'),
skip
)],
makefile_test
,
[]
)
test
('
T12674w
',
[
extra_files
(['
-T12674.hs
',
'
-T12674c.c
']),
unless
(
opsys
('
mingw32
'),
skip
)],
makefile_test
,
[]
)
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