summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dump.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Split tools into src and test - remove foldersAllen Byrne2016-10-271-1345/+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-r30232] HDFFV-9953, -9955: Add new testfiles to h5dump generator and tests.Allen Byrne2016-08-011-0/+6
|
* [svn-r29779] Description:Quincey Koziol2016-04-241-0/+2
| | | | | | | | Bring over some of the tool testing for the new chunk indices. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29274] HDFFV-9698: fix subsetting issues with h5dumpAllen Byrne2016-03-041-0/+13
|
* [svn-r28885] Change TOOLTEST5 to TOOLTEST3, which does not post-process the ↵Allen Byrne2016-01-131-1/+1
| | | | files.
* [svn-r28868] HDFFV-9639: autotools script updateAllen Byrne2016-01-121-30/+35
|
* [svn-r26750] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in ↵Albert Cheng2015-04-071-3/+0
| | | | | | | | | compound type. Added the testing to h5repack where it belongs. Undo the tests added to h5dump. Tested: h5committested plus tested in jam by hand.
* [svn-r26702] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in ↵Albert Cheng2015-04-011-3/+16
| | | | | | | | | | | | | compound type. Description: The test added failed in some machines because the data file contains infinity values that different machines print them differently as "inf", "INF", "Inf", ... Solution: Added a "ignorecase" option to TOOLTEST() to do caseless matching between generated output vs expected output. This solved most machines problem for now. Tested: h5committest, emu by hand for both development and production modes. But cmake built h5dump failed to read the data file. Using the same source to build h5dump by autotools produced a h5dump that can read the test data file. Don't know why cmake could not produce a correct binary.
* [svn-r26677] HDFFV-8957: h52gif crashes when run against one of our own ↵Albert Cheng2015-03-311-0/+3
| | | | | | | | | | | | | | | | examples The tool claimed it could handle 24bit images but there was no code to handle it. (or might be there were but was removed by previous revisions.) Also discovered that it does not accept multiple images nor -p for palette as its user document and online help message indicated. Solution: Added code to verify dimension sizes are within 8 bit raster images limit and added tests to verify the tools correctness. Need to update user document tool. Tested: h5committested.
* [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵Dana Robinson2015-02-271-5/+1
| | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest
* [svn-r24482] HDFFV-8635: remove test of whole file and just test dsets that ↵Allen Byrne2013-12-021-6/+4
| | | | | | have szip compression. Tested local linux with cmake and autotools
* [svn-r24481] HDFFV-8635: disable test because of szip causing different read ↵Allen Byrne2013-12-021-4/+5
| | | | call then expected.
* [svn-r24471] JAVA-1798: Add the testfiles for hdf-java and the h5dump tests ↵Allen Byrne2013-11-271-2/+29
| | | | | | including the test to read filter data. Tested: cmake and autotools - local linux
* [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-1/+16
| | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-061-1/+35
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24057] Add --superblock long name to parser and add tests for both ↵Allen Byrne2013-08-221-0/+4
| | | | | | --boot-block and --superblock. Tested: local linux
* [svn-r24022] any_object option should be any_pathAllen Byrne2013-08-191-2/+2
|
* [svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. ↵Allen Byrne2013-08-121-0/+10
| | | | | | New test added, scripts updated, help text updated. Tested: local linux
* [svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the ↵Allen Byrne2013-06-261-0/+5
| | | | | | technique and creates a test. Help changes will be added after trunk tests pass the test cycle. Tested: local linux
* [svn-r23740] HDFFV-8447: subsetting broke data output file option.Allen Byrne2013-06-071-0/+3
| | | | Reviewed in H5T-59, tested local linux
* [svn-r23733] HDFFV-8366: Patches tested by Larry using h5committest, it ↵Allen Byrne2013-06-051-0/+2
| | | | creates the intermediate testfiles folder first.
* [svn-r23447] Add new env var to prevent filter plugin loadingAllen Byrne2013-03-251-1/+65
| | | | Tested: jam
* [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵Raymond Lu2013-03-221-1/+4
| | | | | | during data reading. Tested on koala and jam.
* [svn-r23226] HDFFV-8285: suppress-ddl option: Changed file options to allow ↵Allen Byrne2013-02-041-5/+5
| | | | | | for filename F to be optional. Tested: local linux
* [svn-r23209] Change "diff -b" to just "cmp" for tests. diff is for text ↵Allen Byrne2013-01-311-4/+4
| | | | files and the ddl redirect does not have an ending newline.
* [svn-r23198] Remove -q option from diff as some OS do not support it.Allen Byrne2013-01-241-1/+1
| | | | Tested: local linux
* [svn-r23195] Compares without end of file newlinesAllen Byrne2013-01-231-2/+2
| | | | Tested: duck
* [svn-r23193] Rename ddl export file and force file write on copy for windows.Allen Byrne2013-01-231-3/+3
| | | | Tested: local linux
* [svn-r23190] HDFFV-8285: Add suppress ddl option.Allen Byrne2013-01-221-4/+10
| | | | Tested: local linux
* [svn-r23178] Comment out unimplemented testsAllen Byrne2013-01-181-4/+4
|
* [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-6/+6
| | | | | | test errors trying to copy a reference file over when already in use. Tested: local linux
* [svn-r23169] HDFFV-8169: String binary dump test scriptsAllen Byrne2013-01-161-4/+49
|
* [svn-r23166] Comment out redirect-ddl tests - incompleteAllen Byrne2013-01-151-4/+4
|
* [svn-r23164] HDFFV-8285: H5dump suppress ddl option test scriptAllen Byrne2013-01-151-7/+89
|
* [svn-r23034] Add scalar string test file and testsAllen Byrne2012-11-151-0/+4
|
* [svn-r22881] Correct datatype of scalar array of doublesAllen Byrne2012-10-101-4/+2
| | | | Tested: local linux
* [svn-r22816] Failed on Mac for testing tscalarintsize and tscalarattrintsize ↵Jonathan Kim2012-09-261-2/+4
| | | | | | | | | from daily test. Larry mentioned that intel compiler was used on Mac for testing. Allen requested comment it out. "It is not scheduled for 1.8, I created the file for Java testing. Actually I have to create windows versions because of the use of floating point." - Allen
* [svn-r22795] Create scalar test files and h5dump tests.Allen Byrne2012-09-201-0/+8
| | | | Tested: local linux
* [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-r22674] Remove checks for filters are available because the h5dump ↵Allen Byrne2012-08-131-50/+7
| | | | | | tests never used the filters in the tests. "-H" option excludes data. HDFFV-8125
* [svn-r22617] Purpose:Jonathan Kim2012-08-011-7/+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-r22588] HDFFV-721: h5dump supplies input for h5importAllen Byrne2012-07-191-0/+6
| | | | | Tested: local linux with cmake jam with configure
* [svn-r22567] HDFFV-7784: add attributes to the list of file contents option ↵Allen Byrne2012-07-121-0/+4
| | | | | | | | for h5dump. This is accomplished by adding an optional value to the option (-n) Created test and reference files. Tested: local linux with cmake
* [svn-r22563] HDFFV-8095: index order of links wrongAllen Byrne2012-07-121-0/+8
| | | | | | | | Create setters for indexing options in h5trav.c to be set before the obj table is created. Revert h5trav_print to remove now duplicated parameters. Added test and testfiles. Tested: local linux with cmake
* [svn-r22561] Add errfile to list.Allen Byrne2012-07-121-0/+2
| | | | Create missing errfile, edit ddl file for test only on linux (not using cmake).
* [svn-r22556] HDFFV-7936: added error files in h5dump folder and adjusted ↵Allen Byrne2012-07-111-30/+106
| | | | | | | scripts to compare error files. Tested: local linux with cmake, jam with make check
* [svn-r22548] added test for "-w0" optionAllen Byrne2012-07-101-0/+4
| | | | Tested: local linux
* [svn-r22544] Add test to verify use of named datatypesAllen Byrne2012-07-101-0/+5
| | | | | HDFFV-2687 Tested: local linux with cmake