freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RFA: Proposed Modifications to Test Files


From: Jeffrey Oldham
Subject: RFA: Proposed Modifications to Test Files
Date: Wed, 14 Mar 2001 22:39:39 -0800

Are the attached changes to the files in the Pooma "test" directory
acceptable?  Is it possible to create a Loc<1> from a scalar?  Is the
dclock.cpp code portable to your computer?  Note that
BrickEngineTest.cpp still does not compile; it seems to have been
written for an older version of BrickEngine.

Array/Test/ArrayTest.cpp:

        * Prepend iostream functions with "std::".

Domain/Loc/Characteristics/LocCharacteristics.cpp:

        * Creating a Loc<1> from a scalar does not seem to be supported.

Domain/NewDomain/Constructors/NewDomainConstructor.cpp:

        * Prepend iostream functions with "std::".

Domain/Range/Constructors/RangeConstructor.cpp:

        * Prepend iostream functions with "std::".

Domain/Range/Constructors/makefile:

        * Fix typo in main target from creating this makefile by copying.

Engine/BrickEngine/BrickEngine/BrickEngineTest.cpp:

        * s/BaseDomain_t/Base_t/

Shared/dclock.cpp:

        * Rewrite from non-portable SGI code to (hopefully) portable Gnu C
        Library code.

Utilities/RefCounting/RefCountedBlockPtr/RefCountedBlockPtrTest.cpp:

        * Change abs() to fabs() for floating point numbers.
        * Add some static_casts to convert from float to int to avoid
        compiler warnings.
        * Remove tests for nonexistent .isInBounds().

(I will be away for the next four days.)

Thanks,
Jeffrey D. Oldham
address@hidden

Attachment: test.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]