summaryrefslogtreecommitdiffstats
path: root/vms/tools/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26235] Removed VMS support from the library. A tag ↵Dana Robinson2015-02-192-588/+0
| | | | (vms_last_support_1_8) was created just before the VMS files were deleted.
* [svn-r24155] There are 4 cases need new function to handle them. I change ↵Raymond Lu2013-09-181-4/+5
| | | | | | | | the script to run them temporarily with TOOLTEST to check the metadata part and left out the data part. Tested on VMS.
* [svn-r23872] Jira Issue VMS-1. I commented out some test cases. Some of ↵Raymond Lu2013-07-081-16/+24
| | | | | | | | them have different printing format (new line); some need a new script function to run the test; one of them is because I don't know how to give the name "Dataset1" in command line. Tested on OpenVMS.
* [svn-r23846] I added h5dump_ddl.c and h5dump_xml.c.Raymond Lu2013-06-281-2/+2
|
* [svn-r23817] I updated the make files and test script files for OpenVMS.Raymond Lu2013-06-241-8/+68
| | | | Not tested yet.
* [svn-r21703] I corrected a capital option with a quotation.Raymond Lu2011-11-021-1/+1
| | | | Not tested yet.
* [svn-r21701] I changed the file name tnofilename-with-packed-bits.ddl to ↵Raymond Lu2011-11-011-1/+1
| | | | | | tnofilename.ddl according to h5dump script file for C. Not tested yet.
* [svn-r21677] I commented out three test cases where the format of the ↵Raymond Lu2011-10-261-3/+6
| | | | | | printed output was slightly different from the standard. Allen said he refactored the code for the tools. It may fix this problem after he commits the change. Not tested yet.
* [svn-r21598] I corrected a few commands for the test cases.Raymond Lu2011-10-181-5/+5
| | | | Tested on VMS.
* [svn-r21550] I updated many test cases in check_h5dump.com. There are some ↵Raymond Lu2011-10-131-9/+98
| | | | | | failures but I want to check in first. Then I can fix them during the release test. Tested on VMS.
* [svn-r18848] Corrected the -M and some dataset names with uppercase letters ↵Raymond Lu2010-05-181-13/+13
| | | | | | | | for packed bits tests. On VMS, the uppercase letters have to be quoted on command line. Tested on OpenVMS.
* [svn-r18845] Albert added more tests for packed bits. I made the change ↵Raymond Lu2010-05-181-2/+30
| | | | | | accordingly. Not tested yet.
* [svn-r18775] I added 2 tests for packed bits. I didn't use the new macro ↵Raymond Lu2010-05-121-0/+5
| | | | | | | | H5_HAVE_H5DUMP_PACKED_BITS for these tests. Not tested yet.
* [svn-r16215] Maintenance:Elena Pourmal2008-12-221-7/+5
| | | | | | | | | | | Updated command files in order to build in a batch queue; added lines that define compiler qualifiers and location of the zlib library in case one has to build manually in a current directory. Deleted command file in the vms/tools/h5ls directory that is no longer needed. Platforms tested: VMS server (build passed; tests are running now)
* [svn-r16113] Updated the makefiles (make.com) and check.com and ↵Raymond Lu2008-11-211-1/+1
| | | | | | | src/h5pubconf.h (generated on kagiso). Not tested yet.
* [svn-r14394] Maintenance on VMS: cleaned up the scripts to avoid the ↵Elena Pourmal2008-01-101-17/+17
| | | | | | | | annoying warning messages and to delete temporary files Platforms tested: VMS server
* [svn-r14390] Maintenance for VMS system before the final release:Elena Pourmal2008-01-092-74/+24
| | | | | | | | | Updated utilities test scripts to make output more legible; fixed some typos. Added four new expected output files to avoid false negative reports for the h5dump tests (for ones that expect to have error report in them). Updated MANIFEST to reflect the changes. Platforms tested: VMS server (more testing is on the way)
* [svn-r14378] Maintenance: Cleaned up the test script and add reporting of ↵Elena Pourmal2008-01-071-3/+11
| | | | | | false negative tests. Platforms tested: VMS server
* [svn-r14343] Maintenance for VMS: added more tests to the command file for ↵Elena Pourmal2007-12-132-205/+86
| | | | | | | | h5dump testing modified the file to save output into h5dump_output.txt file removed obsolete test script file check.com update MANIFEST to refelect the change
* [svn-r13269] Updated or added with THG copyright.Albert Cheng2007-02-083-4/+20
|
* [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-121-2/+2
| | | | | | | | | | | | 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-031-5/+5
| | | | | | | | | | | | 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-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: