Dear developers,

I have removed the following  limitation from all test-projects following Ronys 
change in the failing testcase.

# exclude EventSemaphore.testGroup until bugg #1697 fixed + new problem around 
1.6.2020
  -x EventSemaphore.testGroup

Unfortunately there seems to be another issue clouding the view. I think/guess 
that it has something to do with these changes:

Add tests for testing fix [r12102] ([oorexx:bugs:#1716] and related 
[oorexx:bugs:#1715]). (Details)
by orexx

U         ooRexx\base\class\Method.testGroup
U         ooRexx\base\class\Routine.testGroup
At revision 12103
U         ooRexx\base\class\Method.testGroup
U         ooRexx\base\class\Routine.testGroup
At revision 12104

Can someone please have a look? Currently either a segmentation fault occurs or 
errors result, see below. ALL tests are currently failing, prohibiting upload  
of artifacts.

Further, for Windows, there are a number of excluded testcases, can the one 
that excluded them please try to fix the underlying problem?

:-- run tests, but skip some tests because:
:-- * we're getting 23 failures in SpecialFolder
:-- * we're crashing in WindowsEventLog
:-- * we're getting five failures in the Printer test groups
rexx .\testOORexx.rex -s -x SpecialFolders WindowsEventLog SysWin_xxx_Printer 
Printers

Finally, just a reminder that IBMZ is offline since some time.

Here some snippets from the logs of the failing tests:

------------------------------------------------
Projekt ooRexx-CentOS7-test

Executing .../ooRexx/base/class/RexxQueue.testGroup
Executing .../ooRexx/base/class/Routine.testGroup
/tmp/jenkins6750365165090382684.sh: line 11: 37105 Segmentation fault      rexx 
./testOORexx.rex -s
Build step 'Execute shell' marked build as failure
Finished: FAILURE

------------------------------------------------

Projekt ooRexx-macOS1014-test

Executing .../ooRexx/utilities/rxsubcom/rxsubcom.testGroup

ooTest Framework - Automated Test of the ooRexx Interpreter

Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 27 Aug 2020
OS Name:            DARWIN
SysVersion:         Darwin 18.7.0

Tests ran:          23862
Assertions:         386161
Failures:           0
Errors:             1

[error] 20200827 14:55:28.397534
  svn:    r12104   Change date: 2020-08-18 13:17:34 +0200
  Test:   TEST_NEW_ARRAY_FROM_FILE
  Class:  Routine.testGroup
  File:   .../ooRexx/base/class/Routine.testGroup
  Event:  [SYNTAX 93.915] raised unexpectedly.
    Method option must be one of "CL"; found "951 ** 5 should be 951. ** 5".
    Line:    253
       *-* Compiled method "NEW" with scope "Routine".
   253 *-*   r=.routine~new("r", arr)    -- create routine from array
       *-* Compiled method "SEND" with scope "Message".
  1561 *-* .message~new(self, methodName)~send
  1536 *-* self~doTheTest(fName, aTestResult)  -- carry out the testmethod
   552 *-*   test~execute(testResult, verbose)
   552 *-*   test~execute(testResult, verbose)
   110 *-* suite~execute(testResult)
    79 *-* retCode = 'worker.rex'(arguments)

Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 27 Aug 2020
OS Name:            DARWIN
SysVersion:         Darwin 18.7.0

Tests ran:          23862
Assertions:         386161
Failures:           0
Errors:             1

File search:        00:00:01.373727
Suite construction: 00:00:00.956050
Test execution:     00:05:18.067772
Total time:         00:05:20.543213

Build step 'Execute shell' marked build as failure
Finished: FAILURE

------------------------------------------------

Projekt ooRexx-Raspbian94-test

Executing .../ooRexx/base/class/RexxQueue.testGroup
Executing .../ooRexx/base/class/Routine.testGroup
Segmentation fault
Build step 'Execute shell' marked build as failure
Finished: FAILURE

------------------------------------------------

Projekt oorexx-ubuntu16-test

Executing .../ooRexx/base/class/RexxQueue.testGroup
Executing .../ooRexx/base/class/Routine.testGroup
Segmentation fault (core dumped)
Build step 'Execute shell' marked build as failure
Finished: FAILURE

------------------------------------------------

Projekt ooRexx-windows32-test

Executing ...\ooRexx\base\class\RexxQueue.testGroup
Executing ...\ooRexx\base\class\Routine.testGroup

C:\Users\Jenkins\workspace\ooRexx-windows32-test\oorexxTest>exit -1073741819 
Build step 'Execute Windows batch command' marked build as failure
Finished: FAILURE

------------------------------------------------

Projekt ooRexx-windows64-test

Executing ...\ooRexx\utilities\rxqueue\rxQueue.testGroup
Executing ...\ooRexx\utilities\rxsubcom\rxsubcom.testGroup

ooTest Framework - Automated Test of the ooRexx Interpreter

Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 27 Aug 2020
OS Name:            WindowsNT
SysVersion:         Windows 10.0.18363

Tests ran:          24000
Assertions:         386699
Failures:           0
Errors:             1

[error] 20200827 15:12:04.268000
  svn:    r12104   Change date: 2020-08-18 13:17:34 +0200
  Test:   TEST_NEW_ARRAY_FROM_FILE
  Class:  Routine.testGroup
  File:   ...\ooRexx\base\class\Routine.testGroup
  Event:  [SYNTAX 93.915] raised unexpectedly.
    Method option must be one of "CL"; found "-134 ** 7".
    Line:    253
       *-* Compiled method "NEW" with scope "Routine".
   253 *-*   r=.routine~new("r", arr)    -- create routine from array
       *-* Compiled method "SEND" with scope "Message".
  1561 *-* .message~new(self, methodName)~send
  1536 *-* self~doTheTest(fName, aTestResult)  -- carry out the testmethod
   552 *-*   test~execute(testResult, verbose)
   552 *-*   test~execute(testResult, verbose)
   110 *-* suite~execute(testResult)
    79 *-* retCode = 'worker.rex'(arguments)

Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 27 Aug 2020
OS Name:            WindowsNT
SysVersion:         Windows 10.0.18363

Tests ran:          24000
Assertions:         386699
Failures:           0
Errors:             1

File search:        00:00:05.524000
Suite construction: 00:00:01.751000
Test execution:     00:09:17.270000
Total time:         00:09:24.555000


C:\Users\Jenkins\workspace\ooRexx-windows64-test\oorexxTest>exit 2 
Build step 'Execute Windows batch command' marked build as failure
Finished: FAILURE

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se




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

Reply via email to