hdf5/test
Robb Matzke f7545efc76 [svn-r795] Changes since 19981026
----------------------

./MANIFEST
./test/th5s.h5			[NEW]
./test/th5s.c
	Added a test to make sure that creating a data space with too
	large a rank fails.

	Added a test to make sure that reading a file that has a
	dataset with a space with too large a rank fails.  Actually,
	this one is a little weird: the code that reads the data space
	message assumes the space is scalar if the message cannot be
	read. Fortunately the layout message fails also, preventing
	the dataset from being opened.  However, since the data type
	message is still visible h5ls will report that the object is a
	named data type.

./test/space_overflow.c		[NEW]
	This is the little program that makes the th5s.h5 file.

./src/H5A.c
./src/H5R.c
./src/H5Sselect.c
	Updated trace info.

./src/H5Olayout.c
./src/H5Osdspace.c
	Added code to fail if the dimensionality is too large when
	decoding a layout or simple data space message.

./src/H5Oprivate.h
	Redefined H5O_LAYOUT_NDIMS in terms of H5S_MAX_RANK.

./src/H5P.c
./src/H5S.c
	Check for ndims>H5S_MAX_RANK in API function calls, added
	assert to internal functions.

./src/H5V.c
	Changed a `<' to an `<=' in an assert.

./test/flush2.c
	Includes stdlib.h for getenv().

./tools/h5tools.c
	Able to handle up to H5S_MAX_RANK dimensions during output.
1998-10-26 14:55:54 -05:00
..
.distdep [svn-r773] Changes since 19981019 1998-10-21 10:14:15 -05:00
big.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
bittests.c [svn-r620] Changes since 19980825 1998-08-27 11:48:50 -05:00
chunk.c [svn-r789] Changes since 19981023 1998-10-26 09:49:52 -05:00
cmpd_dset.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
dsets.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
dtypes.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
extend.c [svn-r594] Changes since 19980813 1998-08-14 16:05:16 -05:00
external.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
fillval.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
flush1.c [svn-r789] Changes since 19981023 1998-10-26 09:49:52 -05:00
flush2.c [svn-r795] Changes since 19981026 1998-10-26 14:55:54 -05:00
gheap.c [svn-r633] Changes since 19980828 1998-08-31 08:46:47 -05:00
hyperslab.c [svn-r594] Changes since 19980813 1998-08-14 16:05:16 -05:00
iopipe.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
istore.c [svn-r753] Changes since 19981008 1998-10-13 12:17:50 -05:00
links.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
Makefile.in [svn-r789] Changes since 19981023 1998-10-26 09:49:52 -05:00
mount.c [svn-r789] Changes since 19981023 1998-10-26 09:49:52 -05:00
mtime.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
overhead.c [svn-r773] Changes since 19981019 1998-10-21 10:14:15 -05:00
ragged.c [svn-r789] Changes since 19981023 1998-10-26 09:49:52 -05:00
shtype.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00
tattr.c [svn-r641] Changed function names for beta release. 1998-08-31 22:35:23 -05:00
testhdf5.c [svn-r776] Fixed references, object references should be working now. 1998-10-22 17:49:16 -05:00
testhdf5.h [svn-r758] Added test code for object references. 1998-10-13 16:30:49 -05:00
tfile.c [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
th5s.c [svn-r795] Changes since 19981026 1998-10-26 14:55:54 -05:00
th5s.h5 [svn-r795] Changes since 19981026 1998-10-26 14:55:54 -05:00
theap.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
tmeta.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
tohdr.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
trefer.c [svn-r790] Updated parameters for H5R API and changed constants from pointers to references 1998-10-26 12:14:00 -05:00
tselect.c [svn-r718] Added tests for unioning hyperslabs with the H5S_SELECT_OR operation to 1998-09-23 18:29:25 -05:00
tstab.c [svn-r753] Changes since 19981008 1998-10-13 12:17:50 -05:00
unlink.c [svn-r781] Windows NT port-tested on Unix and NT 1998-10-23 13:16:48 -05:00