mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 03:11:54 -07:00
Update headers
Copied from Perforce Change: 18187 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
e9a5c0fa33
commit
ee35fc3b96
155 changed files with 775 additions and 465 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/* test create a space with a NULL space_t
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = create a space with a NULL space_t
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test create a space with an unaligned space_t
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = create a space with an unaligned space_t
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null 1st arg to pool_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = null 1st arg to pool_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null &root_t for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = null &root_t for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED &root_t for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED &root_t for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null space for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = null space for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED space for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED space for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MIN-1 rank for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MIN-1 rank for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MAX+1 rank for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MAX+1 rank for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test highbit set rank for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = highbit set rank for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MIN-1 root mode for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MIN-1 root mode for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MAX+1 root mode for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MAX+1 root mode for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test highbit set root mode for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = highbit set root mode for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED 1st arg to pool_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED 1st arg to pool_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL base for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL base for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED base for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED base for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test zero size for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = zero size for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test unaligned size for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = unaligned size for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test negative size for mps_root_create_table
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = negative size for mps_root_create_table
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null &root_t for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = null &root_t for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED &root_t for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED &root_t for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL space for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL space for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED space for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED space for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MIN-1 rank for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MIN-1 rank for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null 2nd arg to pool_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = null 2nd arg to pool_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MAX+1 rank for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MAX+1 rank for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test highbit set rank for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = highbit set rank for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MIN-1 root mode for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MIN-1 root mode for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MAX+1 root mode for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MAX+1 root mode for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test highbit set root mode for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = highbit set root mode for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null base for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = null base for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED base for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED base for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL limit for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL limit for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED limit for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED limit for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test limit < base for mps_root_create_fmt
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = limit < base for mps_root_create_fmt
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED 2nd arg to pool_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED 2nd arg to pool_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null &root_t for mps_root_create_reg
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = null &root_t for mps_root_create_reg
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED &root_t for mps_root_create_reg
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED &root_t for mps_root_create_reg
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null space for mps_root_create_reg
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = null space for mps_root_create_reg
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED space for mps_root_create_reg
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED space for mps_root_create_reg
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test < AMBIG rank for mps_root_create_reg (with stack scan ambig)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = < AMBIG rank for mps_root_create_reg (with stack scan ambig)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test > AMBIG rank for mps_root_create_reg (with stack scan ambig)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = > AMBIG rank for mps_root_create_reg (with stack scan ambig)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test highbit set rank for mps_root_create_reg (with stack scan ambig)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = highbit set rank for mps_root_create_reg (with stack scan ambig)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MIN-1 root mode for mps_root_create_reg (with stack scan ambig)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MIN-1 root mode for mps_root_create_reg (with stack scan ambig)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test MAX+1 root mode for mps_root_create_reg (with stack scan ambig)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = MAX+1 root mode for mps_root_create_reg (with stack scan ambig)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test highbit set root mode for mps_root_create_reg (with stack scan ambig)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = highbit set root mode for mps_root_create_reg (with stack scan ambig)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL 3rd arg to pool_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL 3rd arg to pool_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null thread for mps_root_create_reg
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = null thread for mps_root_create_reg
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED thread for mps_root_create_reg
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED thread for mps_root_create_reg
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null stackpointer for mps_root_create_reg
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = null stackpointer for mps_root_create_reg
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED stackpointer for mps_root_create_reg
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED stackpointer for mps_root_create_reg
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null root_t for mps_root_destroy
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = null root_t for mps_root_destroy
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED root_t for mps_root_destroy
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED root_t for mps_root_destroy
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null scan state to fix (function)
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = null scan state to fix (function)
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test unaligned scan state to fix (function)
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = unaligned scan state to fix (function)
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null addr to fix (function)
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = null addr to fix (function)
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test pointer to null addr to fix (function)
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = pointer to null addr to fix (function)
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED 3rd arg to pool_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED 3rd arg to pool_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test unaligned addr to fix (function)
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = unaligned addr to fix (function)
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test pointer to unaligned addr to fix (function)
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = pointer to unaligned addr to fix (function)
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test 2nd arg to mps_free not at start of an object
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = 2nd arg to mps_free not at start of an object
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test -1 as third argument to mps_alloc (MV)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = -1 as third argument to mps_alloc (MV)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test size = -MPS_PF_ALIGN to mps_reserve
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = size = -MPS_PF_ALIGN to mps_reserve
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL 4th arg to pool_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL 4th arg to pool_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED 4th arg to pool_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED 4th arg to pool_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL arg to pool_destroy
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL arg to pool_destroy
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED arg to pool_destroy
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED arg to pool_destroy
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test destroy a space with an null space_t
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = destroy a space with an null space_t
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL 1st arg to mps_alloc
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL 1st arg to mps_alloc
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED 1st arg to mps_alloc
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED 1st arg to mps_alloc
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL 2nd arg to mps_alloc
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL 2nd arg to mps_alloc
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED 2nd arg to mps_alloc
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED 2nd arg to mps_alloc
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test zero 3rd arg to mps_alloc
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = zero 3rd arg to mps_alloc
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test high bit set 3rd arg to mps_alloc
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = high bit set 3rd arg to mps_alloc
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test wrong 3rd arg to mps_alloc
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = wrong 3rd arg to mps_alloc
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test unaligned 1st arg to mps_free
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = unaligned 1st arg to mps_free
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL 1st arg to mps_free
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL 1st arg to mps_free
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test unaligned 2nd arg to mps_free
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = unaligned 2nd arg to mps_free
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test destroy a space with an unaligned space_t
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = destroy a space with an unaligned space_t
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL 2nd arg to mps_free
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL 2nd arg to mps_free
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test zero 3rd arg to mps_free
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = zero 3rd arg to mps_free
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test wrong 3rd arg to mps_free
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = wrong 3rd arg to mps_free
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test highbit set 3rd arg to mps_free
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = highbit set 3rd arg to mps_free
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test high bit set 3rd arg to mps_alloc (MV)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = high bit set 3rd arg to mps_alloc (MV)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test unaligned addr_t to free (MV)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = unaligned addr_t to free (MV)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test wrong size_t to free (MV)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = wrong size_t to free (MV)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test wrong size_t to free (MV)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = wrong size_t to free (MV)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test zero extendBy for pool_create (MFS)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = zero extendBy for pool_create (MFS)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test zero unitSize for pool_create (MFS)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = zero unitSize for pool_create (MFS)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL 1st arg to fmt_create_A
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL 1st arg to fmt_create_A
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test unitSize > extendBy for pool_create (MFS)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = unitSize > extendBy for pool_create (MFS)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test zero extendBy for pool_create (MV)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = zero extendBy for pool_create (MV)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test zero avgSize for pool_create (MV)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = zero avgSize for pool_create (MV)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test zero maxSize for pool_create (MV)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = zero maxSize for pool_create (MV)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test extendBy > maxSize for pool_create (MV)
|
||||
language c
|
||||
link testlib.o
|
||||
/* TEST_HEADER
|
||||
summary = extendBy > maxSize for pool_create (MV)
|
||||
language = c
|
||||
link = testlib.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test null ap_t to mps_ap_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = null ap_t to mps_ap_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED ap_t to mps_ap_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED ap_t to mps_ap_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test NULL pool to mps_ap_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = NULL pool to mps_ap_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test UNALIGNED pool to mps_ap_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = UNALIGNED pool to mps_ap_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* test too small rank to mps_ap_create
|
||||
language c
|
||||
link testlib.o newfmt.o
|
||||
/* TEST_HEADER
|
||||
summary = too small rank to mps_ap_create
|
||||
language = c
|
||||
link = testlib.o newfmt.o
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
#include "testlib.h"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue