Some good, some bad, some worse …

The good, 
it passes, almost  

The bad ( expected )

/opt/ooRexx.testSuite.svn % rexx testOORexx -s -F EventSemaphore.testGroup
Searching for test containers..
Executing automated test suite
Executing .../ooRexx/base/class/EventSemaphore.testGroup

ooTest Framework - Automated Test of the ooRexx Interpreter

Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 3 Apr 2020
OS Name:            DARWIN
SysVersion:         Darwin 17.7.0

Tests ran:          11
Assertions:         29
Failures:           1
Errors:             0

[failure] 20200404 21:12:18.562424
  svn:    r12014   Change date: 2020-03-27 19:09:44 +0100
  Test:   TEST_WAIT_CONCURRENT
  Class:  EventSemaphore.testGroup
  File:   .../ooRexx/base/class/EventSemaphore.testGroup
  Line:   157
  Failed: assertSame
    Expected: 1
    Actual:   0
    Message:  our worker should not time-out

File search:        00:00:00.023321
Suite construction: 00:00:00.000592
Test execution:     00:00:00.511816
Total time:         00:00:01.014416


Still there on APPLE

The worse ,
Now the same happens on Fedora and CentOS

[vagrant@fedora ooRexx.testSuite.svn]$ rexx testOORexx -s -F 
EventSemaphore.testGroup
Searching for test containers..
Executing automated test suite
Executing .../ooRexx/base/class/EventSemaphore.testGroup

ooTest Framework - Automated Test of the ooRexx Interpreter

Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 1 Apr 2020
OS Name:            LINUX
SysVersion:         Linux 5.5.13-200.fc31.x86_64

Tests ran:          11
Assertions:         29
Failures:           1
Errors:             0

[failure] 20200404 21:15:28.772322
  svn:    r12014   Change date: 2020-03-27 19:09:44 +0100
  Test:   TEST_WAIT_CONCURRENT
  Class:  EventSemaphore.testGroup
  File:   .../ooRexx/base/class/EventSemaphore.testGroup
  Line:   157
  Failed: assertSame
    Expected: 1
    Actual:   0
    Message:  our worker should not time-out

File search:        00:00:00.034282
Suite construction: 00:00:00.000771
Test execution:     00:00:00.514084
Total time:         00:00:01.016688

[vagrant@fedora ooRexx.testSuite.svn]$ 


[vagrant@localhost ooRexx.testSuite.svn]$ rexx testOORexx -s -F 
EventSemaphore.testGroup
Searching for test containers..
Executing automated test suite
Executing .../ooRexx/base/class/EventSemaphore.testGroup

ooTest Framework - Automated Test of the ooRexx Interpreter

Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 1 Apr 2020
OS Name:            LINUX
SysVersion:         Linux 4.18.0-147.5.1.el8_1.x86_64

Tests ran:          11
Assertions:         29
Failures:           1
Errors:             0

[failure] 20200404 21:15:37.032795
  svn:    r12014   Change date: 2020-03-27 18:09:44 +0000
  Test:   TEST_WAIT_CONCURRENT
  Class:  EventSemaphore.testGroup
  File:   .../ooRexx/base/class/EventSemaphore.testGroup
  Line:   157
  Failed: assertSame
    Expected: 1
    Actual:   0
    Message:  our worker should not time-out

File search:        00:00:00.032564
Suite construction: 00:00:00.000645
Test execution:     00:00:00.513109
Total time:         00:00:01.016451

[vagrant@localhost ooRexx.testSuite.svn]$ 

Cheers
Enrico





_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to