summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dumpxml.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Split tools into src and test - remove foldersAllen Byrne2016-10-271-388/+0
|
* [svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir ↵Allen Byrne2016-08-011-1/+1
| | | | instead of a possibly uninitialized variable.
* [svn-r26670] Remove VPATH and LONE_COLONLarry Knox2015-03-311-11/+1
| | | | Tested with h5committest
* [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-0/+16
| | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
* [svn-r23733] HDFFV-8366: Patches tested by Larry using h5committest, it ↵Allen Byrne2013-06-051-0/+2
| | | | creates the intermediate testfiles folder first.
* [svn-r23177] Adjust mkdir to create all dependent foldersAllen Byrne2013-01-181-1/+1
|
* [svn-r23176] Separate testfiles into subdirs of TestDir to avoid parallel ↵Allen Byrne2013-01-181-1/+1
| | | | | | test errors trying to copy a reference file over when already in use. Tested: local linux
* [svn-r23170] Switch script to copy files to TESTDIR and executeAllen Byrne2013-01-161-11/+15
| | | | Tested: h5committest
* [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵Allen Byrne2012-08-231-4/+2
| | | | | | autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest
* [svn-r22617] Purpose:Jonathan Kim2012-08-011-6/+17
| | | | | | | | | | | | | | | Fix for HDFFV-8107 testh5diff will fail if build/test in HDF5 source tree Description: This is sub-task for "HDFFV-8105 testh5diff.sh uses the wrong operator (-a) in an if statement." From the HDFFV-8105's update, h5diff test failed if build&test is performed in HDF5 source tree because 'cp' try to copy test files to self dir. It's addressed by skipping if cp's src dir and dest dir is same. Also this applied for all other tools under src/tools dir. No change to the CMakeLists.txt files because CMake cautions/demands that in-source builds be avoided. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), some manual tests as well
* [svn-r22390] Break out the packed bits tests into a new script.Allen Byrne2012-05-221-1/+170
| | | | | reconfigure on jam Tested: local linux
* [svn-r22170] Removed extraneous svn executable properties from ↵Dana Robinson2012-03-281-0/+0
| | | | non-executable files.
* [svn-r21960] Fix unsigned long long format string in xml code.Allen Byrne2012-02-191-1/+0
| | | | | | Re-enable xml tests Tested: 32-bits
* [svn-r21959] SKIP h5dump XML until MaxDims issue is resolvedAllen Byrne2012-02-181-2/+3
|
* [svn-r20869] Purpose:Jonathan Kim2011-05-191-3/+0
| | | | | | | | | | | HDFFV-7514 - GMQS: h5dump - improve effectiveness of testing scripts for handling expected output files Description: Fist phase for h5dump test update. Next phase will be for h5ls. This is prerequisite for 'HDFFV-7602 Tools - upgrade tools' test scripts to share test files among tools, providing framework for test file re-usability.' Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), linew (solaris-BE), Windows (32-LE), Cmake (jam)
* [svn-r19179] Description:Quincey Koziol2010-08-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | Bring changes from Coverity branch back to trunk: r19079 & 19080: [BZ1942] h5dump -u to generate XML, it does not respect the -m option xml version of dump_data function didn't check for use of fp_format variable. Added new test expected file for committed bug 1942 r19103, 19104 & 19105: [BZ1821] h5repack -v did not display correct output for a selected compression. Needed new test for comparing output of -v option. Added new test file for solution to BZ1821 BZ1821 - Bring test changes from the shell script actually used. Tested on: Mac OS X/32 10.6.4 (amazon) debug & production (h5committested on branch)
* [svn-r18055] Bug fix: 1192Albert Cheng2009-12-261-5/+9
| | | | | | | | Description: Fixed exit code (sometimes return code in Main) to follow the HDF5 standards. Tested: H5committested plus serial test in Jam.
* [svn-r14200] added tests for XML output of attribute iteration orders (same ↵Pedro Vicente Nunes2007-10-111-0/+9
| | | | | | calls as DDL ) tested: linux
* [svn-r13261] Updated copyright notices.Albert Cheng2007-02-071-2/+3
| | | | Tested: visual inspection as they are all just comments.
* [svn-r12528] Added User-Defined links to the library.James Laird2006-08-021-0/+2
| | | | | | | | | | | | | | Users can create external links using H5L_create_external(). These links point to an object in another HDF5 file. Users can alter the behavior of external links or create new kinds of links by registering callbacks using the H5L interface. Added tests, tools support, etc. Also a number of other, minor changes have been made (some restructuring of the H5L interface, for instance). Additional documentation and examples are forthcoming.
* [svn-r12411] Purpose:James Laird2006-06-131-0/+182
Bug fix - bugzilla #552 Description: On Cray X1, trying to use : as an argument confused the system. Solution: Added a test in configure to see if : as an argument is bad. If so, skipped the test. Platforms tested: mir, Cray X1 (change to configure only)