Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
68252aa3
Commit
68252aa3
authored
Dec 20, 2019
by
Ben Gamari
🐢
Committed by
Marge Bot
Dec 27, 2019
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: Skip T17499 when built against integer-simple
Since it routinely times out in CI.
parent
334290b6
Pipeline
#14025
failed with stages
in 404 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
libraries/base/tests/all.T
libraries/base/tests/all.T
+3
-1
No files found.
libraries/base/tests/all.T
View file @
68252aa3
...
...
@@ -253,4 +253,6 @@ test('T15349', [exit_code(1), expect_broken_for(15349, ['ghci'])], compile_and_r
test
('
T16111
',
exit_code
(
1
),
compile_and_run
,
[''])
test
('
T16943a
',
normal
,
compile_and_run
,
[''])
test
('
T16943b
',
normal
,
compile_and_run
,
[''])
test
('
T17499
',
collect_stats
('
bytes allocated
',
5
),
compile_and_run
,
['
-O -w
'])
# This frequently times out with integer-simple
test
('
T17499
',
[
when
(
integer_simple
(),
skip
),
collect_stats
('
bytes allocated
',
5
)],
compile_and_run
,
['
-O -w
'])
Marge Bot
💬
@marge-bot
mentioned in merge request
!2346 (closed)
·
Dec 27, 2019
mentioned in merge request
!2346 (closed)
mentioned in merge request !2346
Toggle commit list
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