Rick,

I can run the entire suite now.  There are 3 testGroup files that are
for sample programs that got skipped on my system because I still have
REXX_HOME set in my environment.  I fixed that in ooTest and committed
it a little while ago.

ooDialog needs some work, but I have already started that and you can
probably ignore any ooDialog errors.

Other than that, there are 6 test cases failing.  One of them,
multiple inheritance... has been there, I think.  I'll also look at
the Clipboard test that is failing.

Which leaves 5.  2 are stream problems I think.  The others I have not
really looked at to closely:

E:\work.ooRexx\3.x\interpreter\Win32Dbg>.\rexx
\work.ooRexx\ooRexxUnit\3.x\testOORexx.rex -V 5
Searching for test containers.....
Executing automated test suite..............................................
...........................................................................
........

ooTest Framework - Automated Test of the ooRexx Interpreter


Interpreter: REXX-ooRexx_3.3.0(MT) 6.02 29 Jun 2008
ooRexxUnit:  2.0.0_3.2.0        ooTest: 1.0.0_3.2.0

Tests ran:           16613
Assertions:          545471
Failures:            6
  (Known failures:)  0
Errors:              0
Exceptions:          0
Skipped files:       3
Messages:            0

[failure] [20080629 15:27:25.274000]
  Test:   TEST_COUNT_NEGATIVETEST1
  Class:  LINES.testGroup
  File:   E:\work.ooRexx\ooRexxUnit\3.x\ooRexx\base\bif\LINES.testGroup
  Line:   202
  Failed: assertSame
    Expected: [[0], identityHash="267918427"]
    Actual:   [[ERROR:2], identityHash="254097460"]
    Message:  Non-existent stream, 'count' 2nd arg should return 0

[failure] [20080629 15:27:25.383000]
  Test:   TEST_NORMAL_NEGATIVETEST1
  Class:  LINES.testGroup
  File:   E:\work.ooRexx\ooRexxUnit\3.x\ooRexx\base\bif\LINES.testGroup
  Line:   194
  Failed: assertSame
    Expected: [[0], identityHash="267918427"]
    Actual:   [[1], identityHash="267903559"]
    Message:  Non-existent stream, default 2nd arg should return 0

[failure] [20080629 15:28:59.482000]
  Test:   TEST_MULTIPLE_INHERITANCE_WITH_MULTIPLE_METACLASSES
  Class:  Class.testGroup
  File:   E:\work.ooRexx\ooRexxUnit\3.x\ooRexx\base\class\Class.testGroup
  Line:   576
  Failed: assertEquals
    Expected: [['123.'], identityHash="265279269"]
    Actual:   [['231.'], identityHash="254654416"]

[failure] [20080629 15:29:00.576000]
  Test:   TEST_ZDESTINATIONA
  Class:  Monitor.testGroup
  File:   E:\work.ooRexx\ooRexxUnit\3.x\ooRexx\base\class\Monitor.testGroup
  Line:   96
  Failed: assertEquals
    Expected: [[1], identityHash="267903559"]
    Actual:   [[0], identityHash="267918427"]

[failure] [20080629 15:29:18.905000]
  Test:   TEST_ENVIRONMENT_DIRECTORY_ENTRIES
  Class:  environmentEntries.testGroup
  File:   E:\work.ooRexx\...\base\runtime.objects\environmentEntries.testGroup
  Line:   168
  Failed: assertTrue
    Expected: [1]
    Actual:   [[0], identityHash="267903086"]
    Message:  subTest # 34 entry=[PUBLIC_ROUTINES]

[failure] [20080629 15:29:29.186000]
  Test:   TEST_07COPYPASTE
  Class:  Clipboard.testGroup
  File:   E:\work.ooRexx\...\platform\windows\rxwinsys\Clipboard.testGroup
  Line:   149
  Failed: assertEquals
    Expected: [[This is only a test], identityHash="259461395"]
    Actual:   [[], identityHash="224235344"]
    Message:  Text retrieved from clipboard should equal text put on clipboard

[Skipped test group] [20080629 15:27:17.023000]
  File: E:\work.ooRexx\ooRexxUnit\3.x\ooRexx\samples\drives.testGroup
  Test container has no executable tests
  This is a test of a sample ooRexx program, but the sample can not be located

[Skipped test group] [20080629 15:27:17.023000]
  File: E:\work.ooRexx\ooRexxUnit\3.x\ooRexx\samples\month.testGroup
  Test container has no executable tests
  This is a test of a sample ooRexx program, but the sample can not be located

[Skipped test group] [20080629 15:27:17.039000]
  File: E:\work.ooRexx\...\ooDialog\examples\fileNameDialog_demo.testGroup
  Test container has no executable tests
  This is a test of a sample program, but the program can not be located.


Interpreter: REXX-ooRexx_3.3.0(MT) 6.02 29 Jun 2008
ooRexxUnit:  2.0.0_3.2.0        ooTest: 1.0.0_3.2.0

Tests ran:           16613
Assertions:          545471
Failures:            6
  (Known failures:)  0
Errors:              0
Exceptions:          0
Skipped files:       3
Messages:            0

File search:        00:00:03.344000
Suite construction: 00:00:02.016000
Test execution:     00:02:10.053000
Total time:         00:02:16.070000



On Sun, Jun 29, 2008 at 5:19 PM, Rick McGuire <[EMAIL PROTECTED]> wrote:
> Mark,
>
> What tests need to be run yet?  Are these still just being run
> individually?  I don't want to duplicate what you've already run.
>
> Rick
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to