1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00

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
This commit is contained in:
Gareth Rees 2014-10-10 17:35:59 +01:00
parent 92fceb127f
commit 28ceede8dc
2 changed files with 4 additions and 4 deletions

View file

@ -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
/*

View file

@ -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