1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00

Express parameters in a way that the macos x gcc can tolerate

Copied from Perforce
 Change: 21608
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 2001-02-13 18:08:43 +00:00
parent 93c06b57f5
commit bac96552df
3 changed files with 6 additions and 8 deletions

View file

@ -1,12 +1,11 @@
/*
TEST_HEADER
id = $HopeName: MMQA_test_function!131.c(trunk.3) $
id = $HopeName: MMQA_test_function!165.c(trunk.1) $
summary = simple spare_commit_limit test
language = c
link = testlib.o rankfmt.o
harness = 2.0
parameters = EXTEND=65536 AVGSIZE=32 ALIGN=4 \
BIGSIZE=(5*1024*1024);
parameters = EXTEND=65536 AVGSIZE=32 ALIGN=4 BIGSIZE=5000000;
OUTPUT_SPEC
reduce1 > 4000000
reduce2 <= 0

View file

@ -1,12 +1,11 @@
/*
TEST_HEADER
id = $HopeName: MMQA_test_function!131.c(trunk.3) $
id = $HopeName: MMQA_test_function!167.c(trunk.1) $
summary = simple spare_commit_limit test
language = c
link = testlib.o rankfmt.o
harness = 2.0
parameters = EXTEND=65536 AVGSIZE=32 ALIGN=4 \
BIGSIZE=(5*1024*1024);
parameters = EXTEND=65536 AVGSIZE=32 ALIGN=4 BIGSIZE=5000000;
OUTPUT_SPEC
reduce1 <= 0
completed = yes

View file

@ -1,13 +1,13 @@
/*
TEST_HEADER
id = $HopeName: MMQA_test_function!168.c(trunk.1) $
id = $HopeName: MMQA_test_function!168.c(trunk.2) $
summary = MVFF split allocate from SW log (af_six), with hysteresis control
language = c
link = testlib.o
stdin = af_six
parameters = EXTEND=65536 AVGSIZE=32 ALIGN=8 \
ARENAHIGH=1 SLOTHIGH=1 FIRST=1 SPLIT1=0 SPLIT2=0 \
COMMIT=(1024*1024*30) SPARE=0
COMMIT=30000000 SPARE=0
OUTPUT_SPEC
result = pass
END_HEADER