summaryrefslogtreecommitdiffstats
path: root/tools/h5import/testfiles
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22588] HDFFV-721: h5dump supplies input for h5importAllen Byrne2012-07-198-0/+16
| | | | | Tested: local linux with cmake jam with configure
* [svn-r22506] HDFFV-7782: resolve names of tests files with tests - added two ↵Allen Byrne2012-07-022-0/+30
| | | | | | copies of references files and adjusted CMake and linux test script. Tested: local linux w/ CMake
* [svn-r22170] Removed extraneous svn executable properties from ↵Dana Robinson2012-03-2816-0/+0
| | | | non-executable files.
* [svn-r21108] Renamed test files to more descriptive nameAllen Byrne2011-07-182-0/+0
| | | | Tested: local linux
* [svn-r16584] added the OUTPUT-ARCHITECTURE STD that was previously removed Pedro Vicente Nunes2009-03-161-0/+1
|
* [svn-r16569] the conf file needs a byte order entry because of the way the ↵Pedro Vicente Nunes2009-03-111-0/+1
| | | | | | | | tool validates the output with h5dump (comparing the h5dump current output with a h5dump output from a pre-existent h5 file). added the byte order keyword that was removed on the last check in tested: linux, solaris
* [svn-r16568] #1462 By selecting a compression type, a big endian byte order ↵Pedro Vicente Nunes2009-03-111-2/+2
| | | | | | | | | | | | | | | | was being selected. When reading the compression parameter keyword, the compression type read flag was incorrectly set to read, removed this line of code in->configOptionVector[COMPRESS] = 1; Modified one configuration file to have the COMPRESSION-TYPE GZIP Keyword. Entered a bug description fix of - h5import: By selecting a compression type, a big endian byte order was being selected (PVN - 2009/11/3) tested: linux
* [svn-r15705] bug fixPedro Vicente Nunes2008-09-262-0/+1
| | | | | | make a test generate a LE output for test portability tested: linux, solaris
* [svn-r15699] Bug fix #1281Pedro Vicente Nunes2008-09-253-0/+13
| | | | | | | | | | The TEXTFPE was described in the usage (read floats in scientific notation) but was not implemeneted. Solution: remove TEXTFPE from the help system and have the TEXTFPE input type do the same thing as TEXTPF currently does to support backwards compatibility (the format read for both TEXTFPE and TEXTPF is %f) added a test tested: windows, linux
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-3037-12/+39
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-3037-39/+12
| | | | New fortran wrappers added.
* [svn-r14615] this one escaped the purgePedro Vicente Nunes2008-02-191-12/+0
|
* [svn-r14613] 971 (B2) h5import bug on Windows w/binary datasets. CLOSED. ↵Pedro Vicente Nunes2008-02-1936-0/+39
| | | | | | | | | | | | | | | | | | fread in windows needs a binary file to be open with "rb" instead of "r" otherwise it terminates execution if an end of file character is found on the input file. Besides that the binary file generated needs to be open with "wb" , otherwise an end of line character is read twice. DONE NOW for 1.8, already done previously for 1.6 renamed the h5import test files to have the extensions text input files = .txt binary input files = .bin configuration files = .conf hdf5 files = .h5 besides that in very test the files have the same name except extension. For example TOOLTEST txtin16.txt -c $srcdir/testfiles/txtin16.conf -o txtin16.h5 The convention for the test name is for example, for "txtin16" "txt" for text then "in16" means integer 16 size Tested: linux, solaris
* [svn-r14039] Pedro Vicente Nunes2007-08-073-0/+8
| | | | | | | | | | | | | New feature: implementation of h5import conversion of an ASCII plain-text file containing text data The string type H5T_C_S1 is used to define the data (the datum is defined here as one line of text in the text file). The size is set to variable length (H5T_VARIABLE) The space used is a 1D array with as many elements as there are lines in the ASCII file (a line is defined by the inclusion of an end of line character, ASCII number 10). A first traversal of the input text file must be made to determine the number of lines in the file and thus the dimensionality of the dataset. New test to the test script added text input files and teststr.h5 for h5dump to compare added Tested: windows, linux, solaris
* [svn-r6583] Elena Pourmal2003-04-0330-0/+217
Purpose: New tool Description: Pankaj created h5import tool long time ago. I am finally checking the source code in for the 1.6 release. Known problems: h5import test will crash if srcdir option is used; will be fixed before the release. Solution: Platforms tested: vebena, arabica, modi4 were tested. h5import tests passed I also tested on arabica with srcdir option to make sure that there is a problem when srcdir is used. After that I disabled h5import tests. Daily tests will build h5import, but will not run h5import tests. Misc. update: