summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2846] Purpose:Quincey Koziol2000-11-095-246/+246
| | | | | | | | New Feature Description: Updated DDL files for new array output from h5dump. Platforms tested: FreeBSD 4.1.1 (hawkwind)
* [svn-r2837] MuQun Yang2000-11-088-0/+0
| | | | | | | | | | | Purpose: Adding more expected files for testing h4toh5 converter These test files include hdf5 files that are expected converted from hdf4 files for various vdata and vgroup cases. Description: Solution: Platforms tested: eirene,arabica,hawkwind,paz
* [svn-r2836] MuQun Yang2000-11-082-0/+0
| | | | | | | | | | Purpose: Add testing files for h4toh5 converter Two more files for testing native float data type sds objects Description: Solution: Platforms tested: arabica,eirene,hawkwind,paz
* [svn-r2835] MuQun Yang2000-11-0821-0/+0
| | | | | | | | | | Purpose: Adding expected hdf5 files for h4toh5 converter Expected files for different testing hdf4 files for sds objects Description: Solution: Platforms tested: eirene,arabica,gondolin,paz
* [svn-r2833] MuQun Yang2000-11-088-0/+0
| | | | | | | | | | Purpose: Adding expected testing files for h4toh5 converter expected files converted from image object Description: Solution: Platforms tested: eirene,arabica,paz,hawkwind,gondolin
* [svn-r2831] MuQun Yang2000-11-081-0/+0
| | | | | | | | | Purpose: update main test files for h4toh5 converter Description: Solution: Platforms tested: eirene,arabica,hawkwind,paz,gondolin
* [svn-r2829] MuQun Yang2000-11-082-0/+0
| | | | | | | | | | Purpose: Adding expected files for h4toh5 converter two test files for annotation Description: Solution: Platforms tested: arabica,eirene,paz,gondolin,hawkwind
* [svn-r2828] MuQun Yang2000-11-086-0/+0
| | | | | | | | | | Purpose: Adding testing files for h4toh5 converter hdf4 test files for various tests on vgroup(including, hardlink,loop,nameclashing etc.) Description: Solution: Platforms tested: arabica,eirene,paz,gondolin,hawkwind
* [svn-r2827] MuQun Yang2000-11-082-0/+0
| | | | | | | | | Purpose: Adding testing files for h4toh5 converter testing files for independent vdatas Description: Platforms tested: eirene,hawkwind,arabica,paz
* [svn-r2826] MuQun Yang2000-11-089-0/+0
| | | | | | | | | | | Purpose: Adding testfiles for h4toh5 converter more testing files for sds objects in various datatypes Description: see above Solution: Platforms tested: eirene,arabica,gondolin,paz,hawkwind
* [svn-r2825] MuQun Yang2000-11-088-0/+0
| | | | | | | | | | | Purpose: Adding testing files for h4toh5 converter these files are parts of files that test different datatype sds objects. Description: see above Solution: Platforms tested: eirene,arabica,gondolin,paz,hawkwind
* [svn-r2824] MuQun Yang2000-11-082-0/+0
| | | | | | | | | | | Purpose: Add testing files for h4toh5 converter test files for testing dimensional scale dataset and unlimited dimension case Description: see above Solution: Platforms tested: eirene,arabica,hawkwind,paz,gondolin
* [svn-r2823] MuQun Yang2000-11-086-0/+0
| | | | | | | | | | Purpose: add several files to test h4toh5 converter on hdf image with different datatype Description: see above Solution: Platforms tested: eirene,hawkwind,arabica
* [svn-r2822] MuQun Yang2000-11-082-0/+0
| | | | | | | | | | Purpose: Add two test files for testing h4toh5 converter to convert image objects associated with attribute and image. Description: see above Solution: Platforms tested: arabica,eirene,hawkwind
* [svn-r2821] MuQun Yang2000-11-081-0/+0
| | | | | | | | | | Purpose: add a hdf4 file to test converter for converter object annotation into hdf5 attribute Description: see above Solution: Platforms tested: eirene,hawkwind,arabica
* [svn-r2820] MuQun Yang2000-11-081-0/+0
| | | | | | | | | | Purpose: adding an hdf4 testing file for annotation Description: see above Solution: Platforms tested: eirene,hawkwind,arabica
* [svn-r2779] ./hdf5/tools/testfiles/tnestcomp-1.lsRobb Matzke2000-10-311-4/+4
| | | | | * 2000-10-31 Robb Matzke <matzke@llnl.gov> Expected h5ls output.
* [svn-r2778] ./hdf5/tools/testfiles/tcomp-1.lsRobb Matzke2000-10-311-4/+6
| | | | | * 2000-10-31 Robb Matzke <matzke@llnl.gov> Expected h5ls output.
* [svn-r2777] ./hdf5/tools/testfiles/tall-2.lsRobb Matzke2000-10-311-3/+7
| | | | | * 2000-10-31 Robb Matzke <matzke@llnl.gov> Expected h5ls output.
* [svn-r2770] Robb Matzke2000-10-3115-0/+1319
| | | | | | | | | | | | Purpose: Testing Description: The h5ls test script only looked at exit status. Solution: Created expected output files and compare actual output with expected output. Platforms tested: i686-pc-linux
* [svn-r2733] Purpose:Albert Cheng2000-10-242-0/+2697
| | | | | | | | | | | New tests Description: Added a new test file (tsaf.h5) for h5dump and h5ls. The test file was created by lib SAF team. This file used to cause previous version of hdf5 tools to core dump. tsaf.ddl is the expected output from h5dump. Platforms tested: IRIX64 -64, linux
* [svn-r2680] Purpose:Albert Cheng2000-10-133-0/+0
| | | | | | | | | | | | | | | | | | | | Bug fix (ID 419) Description: Converted strings class types (in dataset and attributes) to HDF4 type of DFNT_INT8. Should have been DFNT_CHAR type. Solution: h5toh4.c: Changed the HDF4 type from DFNT_INT8 to DFNT_CHAR type. Converted all hdf5 strings (be it NULLTERM, NULLPAD, SPACEPAD) all to fixed width space padded HDF4 DFNT_CHAR. testh5toh4: Added the testing of $HDF_NOCLEANUP before cleaning away the result files. testfiles/Expected/tattr.hdf: testfiles/Expected/tstr.hdf: testfiles/Expected/tstr2.hdf: Updated with the corrected DFNT_CHAR type. Platforms tested: Solaris 2.7, Linux, Irix 6.5.
* [svn-r2676] MuQun Yang2000-10-121-0/+0
| | | | | | | | | | Purpose: Update the test file vg.h5 Description: Solution: Platforms tested: eirene(LINUX),arabica,baldric(SUN 5.6),paz(IRIX6.5),gondolin(DEC),opus(HP-UX11)
* [svn-r2616] MuQun Yang2000-09-281-0/+0
| | | | | | | | | | | | | | | | Purpose: add h4toh5 converter source codes under tools directory. Description: this is the expected hdf5 result for h4toh5 converter. Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r2615] MuQun Yang2000-09-281-0/+0
| | | | | | | | | | | | | | | | Purpose: add h4toh5 converter source codes under tools directory. Description: this is the test file for h4toh5 converter. Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r2307] test file for the bitfields test. i used the bitfield parts of ↵Patrick Lu2000-05-311-0/+0
| | | | the dataset test file
* [svn-r2306] ddl for the bitfields test filePatrick Lu2000-05-311-0/+26
|
* [svn-r2291] update the ddl to match the output the dumper is generating now ↵Patrick Lu2000-05-251-30/+30
| | | | | | | for the compound types. (the indentation for the curly brace at the end of the compound type is aligned with the top brace)
* [svn-r2279] copied Elena's code for a more complicated testfile for the ↵Patrick Lu2000-05-191-0/+0
| | | | nested compound types
* [svn-r2278] changed the nested compound test. copied Elena's code from her ↵Patrick Lu2000-05-191-29/+72
| | | | | | test file for nested comp types. more complicated test case
* [svn-r2229] added semicolons after the opaque infoPatrick Lu2000-05-091-2/+2
|
* [svn-r2218] forgot the header to the ddl. just tells what hte command to ↵Patrick Lu2000-05-051-0/+3
| | | | generate the file was
* [svn-r2216] the ddl file for the topaque.h5 filePatrick Lu2000-05-041-0/+15
|
* [svn-r2215] the new opaque file. has a 2d array. the first array is from ↵Patrick Lu2000-05-041-0/+0
| | | | | | 0-99 and the is from 99-0.
* [svn-r2054] update the files since i hanged the hdf 5 versions of them.Patrick Lu2000-03-232-0/+0
| | | | the h5toh4 tests were not passing.
* [svn-r2052] the new ddls for the new versions of the testfiles just ↵Patrick Lu2000-03-234-144/+143
| | | | | | created(tall.h5, tcompounnd.h5, tnestedcomp.h5) the data is not as simple as before. rows are not repeated and rows are not just 1 number repeated
* [svn-r2051] update the test files so that their data is a little more vaired.Patrick Lu2000-03-233-0/+0
| | | | the elements in the rows are different values and rows are not repeated.
* [svn-r2045] fixed a type that had the endian to be little. I created the ↵Patrick Lu2000-03-211-4/+4
| | | | | | file on my NT machine but the testfile on baldirc.
* [svn-r2043] testfile for the nested compound typesPatrick Lu2000-03-211-0/+0
|
* [svn-r2042] ddl for the testfile tnestedcomp.h5Patrick Lu2000-03-211-0/+72
|
* [svn-r2012] updated the ddls to support the changes that were made to the ↵Patrick Lu2000-03-0923-281/+281
| | | | | | | | begin_obj and end_obj macros in the dumper. this was basically adding a space after most of the '}'. there are some places that don't have the space because those '}' were not printed by the end_obj macro
* [svn-r1972] updated it for the removal of the newline from the dumper codePatrick Lu2000-02-171-1/+1
|
* [svn-r1970] updated the ddl.Patrick Lu2000-02-171-7/+4
| | | | removed a bug that was there before
* [svn-r1968] removed the directory name from the namePatrick Lu2000-02-161-1/+1
|
* [svn-r1967] changed the name of the file and added the text at the beginning ↵Patrick Lu2000-02-162-1/+7
| | | | | | that tells what command we used to generate the ddl file
* [svn-r1962] update the name of the filePatrick Lu2000-02-153-8/+5
|
* [svn-r1961] update the names of the filesPatrick Lu2000-02-152-2/+2
|
* [svn-r1960] updated againPatrick Lu2000-02-151-8/+4
|
* [svn-r1959] updated to remove an error in the namePatrick Lu2000-02-151-1/+1
|
* [svn-r1958] updated the ddls for the changes that were made to the dumperPatrick Lu2000-02-156-499/+387
|