Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
f8f60efc
Commit
f8f60efc
authored
Sep 23, 2020
by
Ben Gamari
🐢
Committed by
Marge Bot
Sep 30, 2020
Browse files
testsuite: Mark T12971 as broken on Windows
Due to #17945.
parent
3ab0d8f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/driver/all.T
View file @
f8f60efc
...
...
@@ -258,7 +258,7 @@ test('T12752pass', normal, compile, ['-DSHOULD_PASS=1 -Wcpp-undef'])
test
('
T12955
',
normal
,
makefile_test
,
[]
)
test
('
T12971
',
ignore_stdout
,
makefile_test
,
[]
)
test
('
T12971
',
[
when
(
opsys
('
mingw32
'),
expect_broken
(
17945
)),
ignore_stdout
]
,
makefile_test
,
[]
)
test
('
json
',
normal
,
compile_fail
,
['
-ddump-json
'])
test
('
json2
',
normalise_version
('
base
','
ghc-prim
'),
compile
,
['
-ddump-types -ddump-json
'])
test
('
T16167
',
exit_code
(
1
),
run_command
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment