Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a5fa38b3
Commit
a5fa38b3
authored
Apr 04, 2009
by
Ian Lynagh
Browse files
Relax the peak_megabytes_allocated requirements for T1969
parent
b3335eb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/space_leaks/all.T
View file @
a5fa38b3
...
...
@@ -27,9 +27,10 @@ test('space_leak_001',
test
('
T1969
',
[
if_wordsize
(
32
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
15
,
1
5
)),
1
9
)),
# expected value: 15 (x86/Windows)
# 15 (x86/OS X)
# 19 (x86/OS X)
if_wordsize
(
64
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
28
,
32
)),
...
...
Write
Preview
Supports
Markdown
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