summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29274] HDFFV-9698: fix subsetting issues with h5dumpAllen Byrne2016-03-047-0/+322
|
* [svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0Allen Byrne2016-03-0315-17/+17
|
* [svn-r29259] HDFFV-9066: Improve h5dump usage statement for -O F, -ddl=F option.Allen Byrne2016-03-038-8/+8
|
* [svn-r29257] HDFFV-9705: h5dump should not print filters or allocation time ↵Allen Byrne2016-03-038-48/+0
| | | | info for VDS files
* [svn-r29186] HDFFV-9654: add VDS options to h5dumpAllen Byrne2016-02-2321-0/+1003
| | | | includes new data files
* [svn-r29179] Revert of 29177 which breaks the autotools build.Dana Robinson2016-02-228-16/+0
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial
* [svn-r29177] HDFFV-9654: add VDS options to h5dumpAllen Byrne2016-02-228-0/+16
|
* [svn-r28865] HDFFV-9639: Fix double-free error by setting freed var to NULL.Allen Byrne2016-01-121-0/+31
| | | | | Verified issue with "h5dump tgroup.h5 non_existing.h5" Applied patch and retested.
* [svn-r28115] Replace unreadable, unused test file with newly generated file ↵Larry Knox2015-10-161-0/+0
| | | | that can be read by h5dump from HDF5 1.6.10, 1.8.6, 1.8.16 and trunk.
* [svn-r27646] Add version number to VDS global heap object encoding.Neil Fortner2015-09-0123-0/+0
| | | | | | | | | Fix handling of layout version number. Other minor fixes/cleanup. NOTE: This commit changes the file format for VDS, all files must be re-generated. Tested: ummon
* [svn-r27266] Change tests to use simple mode - eliminates native type use.Allen Byrne2015-06-226-6/+6
| | | | Combine float checks and int checks to eliminate possible conflicts
* [svn-r27218] Add VDS tests to h5lsAllen Byrne2015-06-166-0/+74
|
* [svn-r27195] Add h5dump cmake tests and files.Allen Byrne2015-06-1288-0/+1694
| | | | | | | Add tools gen cmake files move testfiles for pbits to subdir as well as vds Tested: local linux
* [svn-r25745] Testfiles for h5dump bitfields and opaquesAllen Byrne2014-10-272-0/+293
|
* [svn-r24482] HDFFV-8635: remove test of whole file and just test dsets that ↵Allen Byrne2013-12-021-353/+49
| | | | | | have szip compression. Tested local linux with cmake and autotools
* [svn-r24471] JAVA-1798: Add the testfiles for hdf-java and the h5dump tests ↵Allen Byrne2013-11-276-0/+1861
| | | | | | including the test to read filter data. Tested: cmake and autotools - local linux
* [svn-r24467] tfilters.h5 was created and checked in on 21 Feb 05, rev 10060, ↵Allen Byrne2013-11-263-3/+3
| | | | | | | | and never regenerated. The code for scaleoffset continued to change and the number of params for scaleoffset changed from 7 to 20 on the checkin of 23 Mar 05, rev 10384. The h5dump tests only looked at headers and never the data. Data reads would fail with invalid number of params (7 expected 20). Regenerated file and replacement ddls updated. New h5dump test will be added to read the data.
* [svn-r24411] Correct file generationAllen Byrne2013-11-072-384/+384
|
* [svn-r24408] Add compound integer tests filesAllen Byrne2013-11-064-0/+1508
| | | | Tested: local linux cmake
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-061-13/+0
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24058] Coorect usage text wrt dataset subsettingAllen Byrne2013-08-228-8/+8
|
* [svn-r24057] Add --superblock long name to parser and add tests for both ↵Allen Byrne2013-08-222-0/+40
| | | | | | --boot-block and --superblock. Tested: local linux
* [svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. ↵Allen Byrne2013-08-1210-0/+42
| | | | | | New test added, scripts updated, help text updated. Tested: local linux
* [svn-r23994] Correct printf % handlingAllen Byrne2013-08-128-8/+8
|
* [svn-r23991] Reorder groupingAllen Byrne2013-08-128-184/+184
|
* [svn-r23960] HDFFV-8490: Reorder and group h5dump help text.Allen Byrne2013-08-018-192/+248
| | | | Tested: local linux
* [svn-r23830] HDFFV-8476: Add the optional arg to the help usage text.Allen Byrne2013-06-268-0/+8
| | | | Tested: local linux
* [svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the ↵Allen Byrne2013-06-261-0/+64
| | | | | | technique and creates a test. Help changes will be added after trunk tests pass the test cycle. Tested: local linux
* [svn-r23798] HDFFV-8465: dtd reference incorrect. Fixed loading of xml files ↵Allen Byrne2013-06-2059-59/+59
| | | | | | with respect to XSD file. Tested: local linux
* [svn-r23740] HDFFV-8447: subsetting broke data output file option.Allen Byrne2013-06-072-0/+16
| | | | Reviewed in H5T-59, tested local linux
* [svn-r23446] HDFFV-8344, HDFFV-8346: merge from 1.8 branchAllen Byrne2013-03-253-4/+4
|
* [svn-r23286] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-1514-40/+42
| | | | Tested: local linux
* [svn-r23227] HDFFV-8215 - update help text to be cosistent with the RM entry.Allen Byrne2013-02-055-10/+10
| | | | Tested: local linux
* [svn-r23226] HDFFV-8285: suppress-ddl option: Changed file options to allow ↵Allen Byrne2013-02-048-8/+8
| | | | | | for filename F to be optional. Tested: local linux
* [svn-r23216] Add newline for special case of only raw data to stdoutAllen Byrne2013-01-312-2/+2
|
* [svn-r23193] Rename ddl export file and force file write on copy for windows.Allen Byrne2013-01-231-0/+0
| | | | Tested: local linux
* [svn-r23190] HDFFV-8285: Add suppress ddl option.Allen Byrne2013-01-2211-0/+120
| | | | Tested: local linux
* [svn-r23168] HDFFV-8169: String binary dump testfilesAllen Byrne2013-01-162-0/+2
|
* [svn-r23163] HDFFV-8285: H5dump suppress ddl option testfile additionsAllen Byrne2013-01-159-0/+1735
|
* [svn-r23035] Add scalar string test file and testsAllen Byrne2012-11-152-0/+28
|
* [svn-r22881] Correct datatype of scalar array of doublesAllen Byrne2012-10-104-18/+18
| | | | Tested: local linux
* [svn-r22795] Create scalar test files and h5dump tests.Allen Byrne2012-09-204-0/+260
| | | | Tested: local linux
* [svn-r22716] HDFFV-8133: Add usage text to see Reference manual for compact ↵Allen Byrne2012-08-278-136/+144
| | | | subsetting.
* [svn-r22581] HDFFV-588: hdump restrictions on filename for split files. ↵Allen Byrne2012-07-168-48/+160
| | | | | | Added text and example to usage. Tested: local linux
* [svn-r22567] HDFFV-7784: add attributes to the list of file contents option ↵Allen Byrne2012-07-1210-0/+50
| | | | | | | | 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-r22564] HDFFV-8095: index order of links wrongAllen Byrne2012-07-122-0/+104
| | | | | | | | 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-33/+0
| | | | 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-117-171/+0
| | | | | | | scripts to compare error files. Tested: local linux with cmake, jam with make check
* [svn-r22550] Correct datatypes in generator and update files for test.Allen Byrne2012-07-112-65/+65
| | | | Tested: local linux with cmake
* [svn-r22548] added test for "-w0" optionAllen Byrne2012-07-101-0/+130
| | | | Tested: local linux