hdf5/tools/h5dump
Albert Cheng 77c9ba9ee1 [svn-r13905] Purpose:
Bug fix.

Description:
The "h5dump -o ..." test generates temporay files in the testfiles of the
source code and later on remove them.  This could cuase a racing condition
if more than one --srcdir build is using the same copy of the source code.
Since they use the same file name in the testfiles, they may conflict with
each other.

Solution:
Changed to generate the temporary files in the build-dir's own testfiles
directory.  Since the build-dir can have different names, the CMP of expected
output now skip the first three lines which are label lines that contains
the location of the temporary.

Also removed the CREATE code since actual files created now cannot be
blindly copied to the expect files.  Also, expected files should be
create by explicit action and careful inspection of files generated.

Tested platform:
Done in kagiso, both by --src-dir and in-place build.
2007-06-24 21:17:09 -05:00
..
binread.c [svn-r13503] 2007-03-12 11:36:34 -05:00
h5dump.c [svn-r13874] 2007-06-18 15:03:30 -05:00
h5dump.h [svn-r13874] 2007-06-18 15:03:30 -05:00
h5dumpgentest.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.in [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
testh5dump.sh.in [svn-r13905] Purpose: 2007-06-24 21:17:09 -05:00
testh5dumpxml.sh.in [svn-r13261] Updated copyright notices. 2007-02-07 14:56:21 -05:00