Commit Graph

4 Commits

Author SHA1 Message Date
Binh-Minh Ribler
22131bb2dd [svn-r3945]
Purpose:
    Changed due to bug fixed
Description:
    The dsets.cpp/test_compression test was disabled because it
    failed on eirene - some variable changed to a very large value.
Solution:
    The problem was fixed by Bill.  So I removed the #if defined (__linux__)
    to enable the test_compression again.
Platforms tested:
    eirene (linux)
2001-05-26 01:39:22 -05:00
Binh-Minh Ribler
81f61d5cb5 [svn-r3726]
Purpose:
    Problem suppressing
Description:
    The dsets.cpp/compression (write) test failed on eirene for
    1.4 branch.  I suspected that the problem had something to do with
    the word size (32 vs. 64), but I'm not sure.  Elena and Quincey
    agreed that we take the test out for now since we don't have
    a fix for it at this time.
Solution:
    Used #if defined (__linux__) to temporarily disable the
    test_compression test for this platform.
Platforms tested:
    arabica (solaris 2.7)
    eirene (linux 6.2)
2001-03-27 21:37:28 -05:00
Binh-Minh Ribler
8399082916 [svn-r3722] Purpose: Code cleanup and adding more test
Description:
    dsets.cpp:
        - Added routine's headers to be consistent with the C tests
        - Added the following tests (they are not in the C version
        test because they are C++ specific):
            + Test copying a user-defined type using DataType::copy
            + Test copying a user-defined type using DataType::operator=
            + Test copying a user-defined int type using DataType::operator=
            + Test copying an integer predefined type using a constructor
            + Test copying an integer predefined type using DataType::operator=

    th5s.cpp and tfile.cpp:
        - Changed routine's headers to be consistent with the C tests
        - Cleanup old couts and statements used during debugging

Platforms tested:
    arabica (sparc-sun-solaris 2.7)
2001-03-26 22:00:16 -05:00
cvs2svn
1c47477b05 [svn-r3621] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'. 2001-03-13 23:42:20 -05:00