1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-18 03:51:48 -07:00

Convert format

Copied from Perforce
 Change: 18176
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1997-05-15 16:01:44 +01:00
parent aef6f5ec5b
commit bcd6d6f2af
28 changed files with 142 additions and 85 deletions

View file

@ -1,6 +1,8 @@
/* test test that the mps header file is accepted by the compiler
language c
link testlib.o
/* TEST_HEADER
summary = test that the mps header file is accepted by the compiler
language = c
link = testlib.o
END_HEADER
*/
#include "mps.h"

View file

@ -1,6 +1,8 @@
/* test create a space and then destroy it
language c
link testlib.o
/* TEST_HEADER
summary = create a space and then destroy it
language = c
link = testlib.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test Allocate but never look at objects
language c
link testlib.o
/* TEST_HEADER
summary = Allocate but never look at objects
language = c
link = testlib.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test MFS functional test allocate and free in manual fixed small pool
language c
link testlib.o
/* TEST_HEADER
summary = MFS functional test allocate and free in manual fixed small pool
language = c
link = testlib.o
END_HEADER
*/
#include <time.h>

View file

@ -1,6 +1,8 @@
/* test MV functional tests allocate and free in manual variable pool
language c
link testlib.o
/* TEST_HEADER
summary = MV functional tests allocate and free in manual variable pool
language = c
link = testlib.o
END_HEADER
*/
#include <time.h>

View file

@ -1,6 +1,8 @@
/* test lots of allocation to provoke mmap error in sunos
language c
link myfmt.o testlib.o
/* TEST_HEADER
summary = lots of allocation to provoke mmap error in sunos
language = c
link = myfmt.o testlib.o
END_HEADER
*/
/* this is same as test 3.c, with input of 0x4000

View file

@ -1,6 +1,8 @@
/* test lots of APs with interleaved reserve and 2-stage commit
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = lots of APs with interleaved reserve and 2-stage commit
language = c
link = testlib.o newfmt.o
END_HEADER
*/
/*

View file

@ -1,6 +1,8 @@
/* test interleaved APs (like 12, but produce comments for debugging)
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = interleaved APs (like 12, but produce comments for debugging)
language = c
link = testlib.o newfmt.o
END_HEADER
*/
/*

View file

@ -1,6 +1,8 @@
/* test regression test for bug when commit fails
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = regression test for bug when commit fails
language = c
link = testlib.o newfmt.o
END_HEADER
*/
/*

View file

@ -1,6 +1,8 @@
/* test destroy AMC pool in mid-collection
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = destroy AMC pool in mid-collection
language = c
link = testlib.o newfmt.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test regression test for scan of invalid obj after I=A
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = regression test for scan of invalid obj after I=A
language = c
link = testlib.o newfmt.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test create and destroy lots of pools (interleaved)
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = create and destroy lots of pools (interleaved)
language = c
link = testlib.o newfmt.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test create lots of pools at once (and cause to run out of memory)
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = create lots of pools at once (and cause to run out of memory)
language = c
link = testlib.o newfmt.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test create lots of aps at once (and cause to run out of memory)
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = create lots of aps at once (and cause to run out of memory)
language = c
link = testlib.o newfmt.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test test my format for format_a
language c
link myfmt.o testlib.o
/* TEST_HEADER
summary = test my format for format_a
language = c
link = myfmt.o testlib.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test create lots of formats at once (and cause to run out of memory)
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = create lots of formats at once (and cause to run out of memory)
language = c
link = testlib.o newfmt.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test allocate large promise, make it small, repeat
language c
link testlib.o
/* TEST_HEADER
summary = allocate large promise, make it small, repeat
language = c
link = testlib.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test allocate large promise, make it small, repeat interleaved
language c
link testlib.o
/* TEST_HEADER
summary = allocate large promise, make it small, repeat interleaved
language = c
link = testlib.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test ensure allocation in MV pool causes collection
language c
link newfmt.o testlib.o
/* TEST_HEADER
summary = ensure allocation in MV pool causes collection
language = c
link = newfmt.o testlib.o
END_HEADER
*/
/* this is same as test 3.c, with input of 0x4000

View file

@ -1,6 +1,8 @@
/* test Allocate but never look at objects
language c
link testlib.o
/* TEST_HEADER
summary = Allocate but never look at objects
language = c
link = testlib.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test string twiddling with an LO pool
language c
link lofmt.o testlib.o
/* TEST_HEADER
summary = string twiddling with an LO pool
language = c
link = lofmt.o testlib.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test allocate 100 items, throw away and repeat
language c
link myfmt.o testlib.o
/* TEST_HEADER
summary = allocate 100 items, throw away and repeat
language = c
link = myfmt.o testlib.o
END_HEADER
*/
/* you have to type in the size (in hex) of the items allocated */

View file

@ -1,6 +1,8 @@
/* test allocate 100 items, throw away and repeat
language c
link myfmt.o testlib.o
/* TEST_HEADER
summary = allocate 100 items, throw away and repeat
language = c
link = myfmt.o testlib.o
END_HEADER
*/
/* you have to type in the size (in hex) of the items allocated */

View file

@ -1,6 +1,8 @@
/* test (regression test) have an ambiguous reference to a reserved but not committed object, and then allocate lots more with another AP, to make it collect
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = (regression test) have an ambiguous reference to a reserved but not committed object, and then allocate lots more with another AP, to make it collect
language = c
link = testlib.o newfmt.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test (regression test ) Keep resetting lds in managed memory while doing allocation. The idea is to force a collection so that the ld will be protected when you try to reset it.
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = (regression test ) Keep resetting lds in managed memory while doing allocation. The idea is to force a collection so that the ld will be protected when you try to reset it.
language = c
link = testlib.o newfmt.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test create 1000 spaces and destroy each one just after the next is created
language c
link testlib.o
/* TEST_HEADER
summary = create 1000 spaces and destroy each one just after the next is created
language = c
link = testlib.o
END_HEADER
*/
#include "testlib.h"

View file

@ -1,7 +1,10 @@
/* test create spaces at once until an error results!
language c
link testlib.o
space>10
/* TEST_HEADER
summary = create spaces at once until an error results!
language = c
link = testlib.o
OUTPUT_SPEC
space > 10
END_HEADER
*/
#include "testlib.h"

View file

@ -1,6 +1,8 @@
/* test (regression test) Allocate a big object (>64M, perhaps up to 1G) in an AMC pool
language c
link testlib.o newfmt.o
/* TEST_HEADER
summary = (regression test) Allocate a big object (>64M, perhaps up to 1G) in an AMC pool
language = c
link = testlib.o newfmt.o
END_HEADER
*/
#include "testlib.h"