summaryrefslogtreecommitdiffstats
path: root/vms/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12448] Purpose: Bug fixes/maintenanceElena Pourmal2006-06-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Some "" were missing causing incorrect results in passing an argument string. Solution: Added missing "" Platforms tested: VMS server. There are still problems with the tests that have "string" as an argument, for example: -d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5 On VMS "g1" and "dset" are translated in upper case causing h5dump to fail. After figuring out the correct amount of " for VMS I encountered another problem: corresponding DDL file does not have "" around /g1/g1.1/dset1.1.2..... and therefore VMS diff fails. Question: Since command to h5dump is h5dump -d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5, why the second line in the tall-5s.ddl has h5dump -d /g1/g1.1/dset1.1.2[0;2;10] tall.h5? If one types the command without "", it fails on UNIX. Misc. update:
* [svn-r12446] Purpose: MaintenanceElena Pourmal2006-06-291-7/+234
| | | | | | | | | | | Description: More work on the test script: added all current UNIX tests. Solution: Platforms tested: VMS server; many tests failed but I think it is false negative. will investigate, but for now, let's save the code. Misc. update:
* [svn-r12429] Purpose: Alpha Open VMS portElena Pourmal2006-06-211-0/+75
| | | | | | | | | | | | | | | | Description: Added a command file for testing tools; it has a framework to do exactly (almost) what UNIX tools test scripts do: - run test tool and save output - compare output with expected result - figure out the difference and - print PASSED /*FAILED* in a manner similar to the UNIX output It needs to be populated with more tests and reused for other tools. Solution: Platforms tested: VMS server Misc. update:
* [svn-r12346] Purpose: new feature/maintenanceElena Pourmal2006-05-126-16/+14
| | | | | | | | | | | | Description: Added support for Zlib compression on VMS Solution: Modified command files to add compilation and linking with the ZLIB library. Platforms tested: VMS servere with the VAX floating datatype; will test IEEE option later Misc. update:
* [svn-r12323] Purpose: Maintenance/bug fixesElena Pourmal2006-05-037-32/+28
| | | | | | | | | | | | Description: Some VMS command files were broken, some needed an update to catch up with the current code distribution. Solution: Fixed Platforms tested: VMS server with IEEE option. Will do more testing after checking out a fresh CVS version. Misc. update:
* [svn-r12233] Purpose: MaintenanceElena Pourmal2006-04-121-119/+82
| | | | | | | | | | | | | | | | Description: Some dumper tests suppose to fail; those tests cause make file to exit. Solution: For now I commented those tests to let other tests to run; output is saved in a file for examination. Next step will be to compare with the existing output. (Actually the next step will be to learn how to program functions in DCL to create a test script similar to UNIX one, but at least I finally figured out why the test script was exiting.) Platforms tested: VMS server Misc. update:
* [svn-r12072] Purpose: VMS portElena Pourmal2006-03-091-0/+33
| | | | | | | | | | Description: added command file to build tools library Solution: Platforms tested: VMS server Misc. update:
* [svn-r12071] Purpose: VMS portElena Pourmal2006-03-091-0/+54
| | | | | | | | | | Description: added command file to build h5repack Solution: Platforms tested: VMS server Misc. update:
* [svn-r12070] Purpose: VMS portElena Pourmal2006-03-092-0/+105
| | | | | | | | | | Description: added command file to build h5ls Solution: Platforms tested: VMS server Misc. update:
* [svn-r12069] Purpose: VMS portElena Pourmal2006-03-091-0/+68
| | | | | | | | | | Description: added command file to build h5jam Solution: Platforms tested: VMS server Misc. update:
* [svn-r12068] Purpose: VMS portElena Pourmal2006-03-091-0/+44
| | | | | | | | | | Description: added command file to build h5import Solution: Platforms tested: VMS server Misc. update:
* [svn-r12067] Purpose: VMS portElena Pourmal2006-03-092-0/+276
| | | | | | | | | | | Description: added command file to build and test h5dump; more work is needed on check.com Solution: Platforms tested: VMS server Misc. update:
* [svn-r12066] Purpose: VMS portElena Pourmal2006-03-092-0/+276
Description: added command file to build and test h5diff; more work is needed on check.com Solution: Platforms tested: VMS server Misc. update: