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
a5fa38b3
Commit
a5fa38b3
authored
Apr 04, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Relax the peak_megabytes_allocated requirements for T1969
parent
b3335eb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
testsuite/tests/ghc-regress/space_leaks/all.T
testsuite/tests/ghc-regress/space_leaks/all.T
+2
-1
No files found.
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
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