Commit Graph

27 Commits

Author SHA1 Message Date
Elena Pourmal
2c1eabbc50 [svn-r12924] Description:
Catching up with more changes from UNIX side.
2006-11-16 09:25:46 -05:00
Elena Pourmal
257403d304 [svn-r12923] Description:
Failed to add test program source to the VMS make file; fixed
2006-11-16 09:09:38 -05:00
Elena Pourmal
73ef01becc [svn-r12920] Description:
Modified VMS files to reflect recent changes in the code
2006-11-15 18:23:29 -05:00
Elena Pourmal
b4279178f9 [svn-r12903] Description:
Missed another reference to h5repack_refs.c file; fixed

Platforms tested
	VMS server
2006-11-13 15:45:42 -05:00
Elena Pourmal
77c265f267 [svn-r12901] Description:
Modified command file to refelect recent UNIX changes.

Platforms treted:
	VMS server
2006-11-13 15:25:53 -05:00
Elena Pourmal
32ab3519fb [svn-r12578] Description:
Maintenance for alpha5 release; brought command files up-to-date.

Platforms tested:
 VMS server. Compilation, C++, F90 and tools tests passed; 
             C tests are still running.
2006-08-14 17:36:50 -05:00
Elena Pourmal
2bf4bc29cd [svn-r12559] Maintenance for VMS
Added files created by James for user-define links to the command files
  Added  new script check_h5jam.com to test h5jam/h5unjam; test script
  needs more work.

Platforms tested:
  VMS server and test script only.
2006-08-09 17:46:17 -05:00
Elena Pourmal
71a4d0e9c4 [svn-r12526] Description:
Added test script to test h5import tool; added new source file
  to the make.com file in the src directory.

Platforms tested:
  Only h5import was tested on the VMS server
2006-08-02 14:08:09 -05:00
Elena Pourmal
676260a09b [svn-r12523] Description:
Added command files to compile and test h5copy tool.

Platfroms tested:
  VMS server
2006-08-01 16:41:15 -05:00
Elena Pourmal
4b72fd4f55 [svn-r12514] Scale+offset filter is not supported by h5repack; commented out the tests.
This command script cannot tell reliably if tests passed. More work is needed.
2006-07-28 10:20:07 -05:00
Elena Pourmal
3d7da924a4 [svn-r12511] Added command file to test h5repack and fixed command file to build the tool.
Test command file is not quite working yet.
2006-07-27 18:02:26 -05:00
Elena Pourmal
6a3cbe5b70 [svn-r12509] Added command file to test h5diff utility.
All tests passed on the VMS server.
2006-07-27 11:42:32 -05:00
Elena Pourmal
514c23f146 [svn-r12501] This is a small bug fix.
h5ls uses -S flag to display datatype in a machine-readable form. Since
VMS is not a case sensitive system, triple quotes around S are needed; fixed.

h5ls -w80 -v -S tattr2.h5 

test still reports failure due to line 311 in the tattr2.ls file "Modified: XXXX..."
Document it for now in the command file.
2006-07-27 09:41:33 -05:00
Elena Pourmal
c8157183b6 [svn-r12498] Added script to test h5ls tool on VMS system. All tests passed except for
the last one 
      h5ls -w80 -v -S tattr2.h5

h5ls prints "native" for all types instead of the complete datatype definition. 
I will look into the problem next.
2006-07-26 17:11:22 -05:00
Elena Pourmal
f23ed40cae [svn-r12448] Purpose: Bug fixes/maintenance
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:
2006-06-30 17:24:40 -05:00
Elena Pourmal
531ca9af8b [svn-r12446] Purpose: Maintenance
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:
2006-06-29 18:02:05 -05:00
Elena Pourmal
9884f21700 [svn-r12429] Purpose: Alpha Open VMS port
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:
2006-06-21 16:41:30 -05:00
Elena Pourmal
916399d31e [svn-r12346] Purpose: new feature/maintenance
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:
2006-05-12 16:32:59 -05:00
Elena Pourmal
e8f915c403 [svn-r12323] Purpose: Maintenance/bug fixes
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:
2006-05-03 10:09:03 -05:00
Elena Pourmal
40592235ed [svn-r12233] Purpose: Maintenance
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:
2006-04-12 17:13:56 -05:00
Elena Pourmal
e35becd211 [svn-r12072] Purpose: VMS port
Description: added command file to build tools library

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:39:07 -05:00
Elena Pourmal
a93e3f1e60 [svn-r12071] Purpose: VMS port
Description: added command file to build h5repack

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:55 -05:00
Elena Pourmal
6c874c75b9 [svn-r12070] Purpose: VMS port
Description: added command file to build h5ls

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:40 -05:00
Elena Pourmal
148c103a43 [svn-r12069] Purpose: VMS port
Description: added command file to build h5jam

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:32 -05:00
Elena Pourmal
ed0626de20 [svn-r12068] Purpose: VMS port
Description: added command file to build h5import

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:23 -05:00
Elena Pourmal
2476cf947e [svn-r12067] Purpose: VMS port
Description: added command file to build and test h5dump; more work is needed on
             check.com

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:06 -05:00
Elena Pourmal
ef9e298980 [svn-r12066] Purpose: VMS port
Description: added command file to build and test h5diff; more work is needed on
             check.com

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:37:54 -05:00