Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
bc8cac12
Commit
bc8cac12
authored
Dec 25, 2015
by
Thomas Miedema
Browse files
Testsuite: mark T7681 expect_broken (#11287)
When compiler_debugged only. This makes the Travis build green again.
parent
2032635b
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/th/all.T
View file @
bc8cac12
...
...
@@ -272,7 +272,7 @@ test('T7532',
['
T7532
',
'
-v0
'
+
config
.
ghc_th_way_flags
])
test
('
T2222
',
normal
,
compile
,
['
-v0
'])
test
('
T1849
',
normal
,
ghci_script
,
['
T1849.script
'])
test
('
T7681
',
normal
,
compile
,
['
-v0
'])
test
('
T7681
',
when
(
compiler_debugged
(),
expect_broken
(
11287
))
,
compile
,
['
-v0
'])
test
('
T7910
',
normal
,
compile_and_run
,
['
-v0
'])
test
('
ClosedFam1TH
',
normal
,
compile
,
['
-dsuppress-uniques -v0
'])
...
...
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