From e3d0ea57ccf4ff6d47720377e34be29ece56db49 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 10 Oct 2014 17:35:59 +0100 Subject: [PATCH] Job003495 is fixed, so mmqa test function/171.c now passes. Reduce workload in function/171.c by a factor of 10 so that it completes in a reasonable amount of time. Copied from Perforce Change: 187194 ServerID: perforce.ravenbrook.com --- mps/test/function/171.c | 6 +++--- mps/test/testsets/passing | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mps/test/function/171.c b/mps/test/function/171.c index 4473aae0f35..5be537d7580 100644 --- a/mps/test/function/171.c +++ b/mps/test/function/171.c @@ -18,14 +18,14 @@ END_HEADER #define ARENALIMIT (ARENA) #define TABSIZE (50000) -#define ENTERRAMP (30000) -#define LEAVERAMP (100000) +#define ENTERRAMP (3000) +#define LEAVERAMP (10000) #define BACKSIZE (128) #define BACKITER (32) #define RAMPSIZE (128) -#define ITERATIONS (1000000ul) +#define ITERATIONS (100000ul) #define RAMP_INTERFACE /* diff --git a/mps/test/testsets/passing b/mps/test/testsets/passing index 52575ceec1a..8bbf81b7663 100644 --- a/mps/test/testsets/passing +++ b/mps/test/testsets/passing @@ -152,7 +152,7 @@ function/165.c function/167.c % 168-169 -- no such test % function/170.c -- commit limit logic seems wrong @@@@ -% function/171.c -- job003495 +function/171.c function/200.c % 201-202 -- no such test function/203.c