From e2c7d544680f740bc90f3388a78218991324e659 Mon Sep 17 00:00:00 2001
From: Michal Terepeta <michal.terepeta@gmail.com>
Date: Thu, 12 Apr 2012 21:05:35 +0200
Subject: [PATCH] Decrease allocation limits for T5536.
---
tests/perf/should_run/all.T | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index 69dffbc..381ed7a 100644
|
a
|
b
|
|
| 224 | 224 | 1250000000)), |
| 225 | 225 | # expected value: 1246287228 (i386/Linux) |
| 226 | 226 | if_wordsize(64, |
| 227 | | stats_num_field('bytes allocated', 2480000000, |
| 228 | | 2510000000)), |
| 229 | | # expected value: 2492589480 (amd64/Linux) |
| | 227 | stats_num_field('bytes allocated', 860000000, |
| | 228 | 920000000 )), |
| | 229 | # expected value: 892708088 (amd64/Linux) |
| 230 | 230 | extra_clean(['T5536.data']), |
| 231 | 231 | ignore_output, |
| 232 | 232 | only_ways(['normal']) |