Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,334
Issues
4,334
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
371
Merge Requests
371
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
dcb23ec9
Commit
dcb23ec9
authored
Nov 07, 2019
by
Ben Gamari
🐢
Committed by
Marge Bot
Nov 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: Mark T13676 as broken on Darwin and Windows
Due to
#17447
.
parent
a50ecda6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
testsuite/tests/rts/all.T
testsuite/tests/rts/all.T
+3
-2
No files found.
testsuite/tests/rts/all.T
View file @
dcb23ec9
...
...
@@ -402,6 +402,7 @@ test('keep-cafs',
test
('
T16514
',
unless
(
opsys
('
mingw32
'),
skip
),
compile_and_run
,
['
T16514_c.cpp -lstdc++
'])
test
('
test-zeroongc
',
extra_run_opts
('
-DZ
'),
compile_and_run
,
['
-debug
'])
test
('
T13676
',
[
when
(
opsys
('
darwin
'),
skip
),
# skip on Darwin due to CI issues
extra_files
(['
T13676.hs
'])],
test
('
T13676
',
[
when
(
opsys
('
darwin
')
or
opsys
('
mingw32
'),
expect_broken
(
17447
)),
extra_files
(['
T13676.hs
'])],
ghci_script
,
['
T13676.script
'])
Write
Preview
Markdown
is supported
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