[svn-r7506] Purpose: Add backward compatbility with v1.6 for Error API; change error tests

to avoid printing error messages.

Description:  If enable-hdf5v1_6 is configured in, make some functions
    compatible with v1.6.  Error test program print out some error messages as
    it succeeds.

Solution:  Use #ifdef H5_WANT_H5_V1_6_COMPAT statements.  Use shell script
    to compare error test output with the standard one.

Platforms tested: h5committest
This commit is contained in:
Raymond Lu 2003-09-24 14:25:16 -05:00
parent c6c38fb1bd
commit 52f3545bde

View File

@ -28,7 +28,7 @@
./bin/debug-ohdr _DO_NOT_DISTRIBUTE_
./bin/dependencies
./bin/distdep
./bin/errors _DO_NOT_DISTRIBUTE_
./bin/error_test _DO_NOT_DISTRIBUTE_
./bin/h5vers
./bin/install-sh
./bin/iostats
@ -973,7 +973,8 @@
./test/enum.c
./test/extend.c
./test/external.c
./test/errors.c
./test/error_test.c
./test/err_compat.c
./test/file_handle.c
./test/fill_old.h5
./test/fillval.c
@ -1015,6 +1016,7 @@
./test/tconfig.c
./test/testhdf5.c
./test/testhdf5.h
./test/testerror.sh
./test/testmeta.c
./test/tfile.c
./test/tgenprop.c
@ -1042,6 +1044,11 @@
./test/tvltypes.c
./test/unlink.c
./test/testfiles/err_compat_1
./test/testfiles/err_compat_2
./test/testfiles/error_test_1
./test/testfiles/error_test_2
./testpar/Dependencies
./testpar/Makefile.in
./testpar/t_dset.c