summaryrefslogtreecommitdiffstats
path: root/tools/h5import/testfiles
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22632] Merge from trunk revision 22631Allen Byrne2012-08-068-0/+16
| | | | tested: local linux
* [svn-r22517] HDFFV-7782: h5import testfiles duplicated to match testname. ↵Allen Byrne2012-07-052-0/+30
| | | | | | (Consistent naming) Tested: local linux using CMake
* [svn-r22148] Removed incorrect executable svn properties from text, source, ↵Dana Robinson2012-03-2616-0/+0
| | | | in, and HDF5 files.
* [svn-r21111] Renamed test files to more descriptive nameAllen Byrne2011-07-1833-12/+10
| | | | Tested: local linux
* [svn-r16585] added the OUTPUT-ARCHITECTURE STD that was previously removed, ↵Pedro Vicente Nunes2009-03-161-0/+1
| | | | regarding a AIX failure
* [svn-r16572] #1462 By selecting a compression type, a big endian byte order ↵Pedro Vicente Nunes2009-03-111-1/+1
| | | | | | | | | | | | | | | | | | | 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-r15706] make a test generate a LE output for test portabilityPedro Vicente Nunes2008-09-261-0/+1
| | | | tested: linux, solaris
* [svn-r15698] renamed input text files to have the extension .txtPedro Vicente Nunes2008-09-258-0/+30
| | | | tested: linux
* [svn-r15697] renamed configuration files to have the extension .confPedro Vicente Nunes2008-09-257-0/+0
| | | | tested: linux
* [svn-r15694] 1)Pedro Vicente Nunes2008-09-2410-0/+13
| | | | | | | | | | | | | | Bug fix #1281 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 2) renamed configuration files to have the extension .conf tested: windows, linux
* [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: