> On 24. Jan 2023, at 12:44, Rony G. Flatscher <rony.flatsc...@wu.ac.at> wrote:
> 
> P.O., 
> 
> this is *really* great, super!
> 
> Just a question: would it be possible for you to also create the portable 
> versions for 5.0.0 for s390x (and all other platforms)?
> 
> 

Rony - I anticipated your question and built the portable s390x for 5.0.0 
already ;-)

If no-one objects I can add a “portable” folder under 5.0.0 and make 
retrospective builds for the other platforms. Only snag is that I need to add 
oobuild.pdf to the documentation, we removed that requirement after build 12583 
so it needs to be the there or the build fails. Will take some days though.
> ---
> 
> Ad failing test: that looks strange. If you repeat the tests, does it 
> re-occur?
> 

It does occur every time, I tried a number of times and even rebuilt ooRexx to 
be sure. Since I did not see this issue on any other platform, in particular 
not on Ubuntu (16,20,22), I take it that it is a S390X implementation issue, 
not a ooRexx issue. I have no access to the machine myself so cannot try it out 
“in the flesh”.
> Here the testmethod from test/trunk:
> 
> ::method test_arg_three_invalid
>   self~expectSyntax((40.904, "DATE", 3, self~optionsArg3, "W")) -- DATE 
> argument 3 must be one of BDEFINOSTU; found "W"
>   call date , "Monday", "w" -- although a valid arg 1 format, w is invalid 
> for arg 3
> It reports (does not supply the wrong option "W" in the error message):
> 
> File:   .../ooRexx/base/bif/DATE.testGroup
> Event:  SYNTAX 40.904 raised unexpectedly.
>   DATE argument 3 must be one of BDEFINOSTU; found "".
>   Line:    73
> Doing the same in rexxtry.rex session supplies the third argument as "W":
> 
> REXX-ooRexx_5.1.0(MT)_64-bit 6.05 6 Jan 2023
>   rexxtry.rex lets you interactively try REXX statements.
>     Each string is executed when you hit Enter.
>     Enter 'call tell' for a description of the features.
>   Go on - try a few...            Enter 'exit' to end.
> say date( , "Monday", "w")
>   Oooops ! ... try again.     Incorrect call to routine.
>                               DATE argument 3 must be one of BDEFINOSTU; 
> found "W".
>   rc = 40.904 ............................... rexxtry.rex on WindowsNT
> ---rony
> 
> 
> 
> On 23.01.2023 23:15, ooRexx wrote:
>> The IBMZ Agent (René's IBM LinuxONE Rockhopper with Ubuntu 18.04.5) was 
>> available again temporarily so I took the opportunity to make a retrospekive 
>> build for 5.0.0:
>> ooRexx-5.0.0-12583.ubuntu1804.s390x.deb
>> 
>> I have also built for the latest 5.1.0 these items:
>> ooRexx-5.1.0-12625.ubuntu1804.s390x.deb
>> ooRexx-5.1.0-12625.ubuntu1804.s390x-portable-release-runtime.zip
>> ooRexx-5.1.0-12625.ubuntu1804.s390x-portable-release.zip
>> 
>> If there is someone that have a "Rockhopper" to test these build on it would 
>> be great ;-) but otherwise I think we can retire this machine now.
>> 
>> There is one test failing on this machine, I do not think it is serious but 
>> here the error message:
>> 
>> 
>> ooTest Framework - Automated Test of the ooRexx Interpreter
>> 
>> Interpreter:        REXX-ooRexx_5.1.0(MT)_64-bit 6.05 23 Jan 2023
>> OS Name:            LINUX
>> SysVersion:         Linux 4.15.0-192-generic
>> 
>> Tests ran:          23886
>> Assertions:         385056
>> Failures:           0
>> Errors:             1
>> 
>> [error] 20230123 23:06:33.925104
>>   Test:   TEST_ARG_THREE_INVALID
>>   Class:  DATE.TESTGROUP
>>   File:   .../ooRexx/base/bif/DATE.testGroup
>>   Event:  SYNTAX 40.904 raised unexpectedly.
>>     DATE argument 3 must be one of BDEFINOSTU; found "".
>>     Line:    73
>>     73 *-* call date , "Monday", "w" -- although a valid arg 1 format, w is 
>> invalid for arg 3
>>        *-* Compiled method "SEND" with scope "Message".
>>   1585 *-*     .message~new(self, methodName)~send
>>   1548 *-* 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)
>> 
>> File search:        00:00:01.376916
>> Suite construction: 00:00:01.392819
>> Test execution:     00:06:50.382749
>> Total time:         00:06:53.153066
>> 
>> Build step 'Execute shell' marked build as failure
>> Finished: FAILURE
>> 
>> Hälsningar/Regards/Grüsse,
>> P.O. Jonsson
>> oor...@jonases.se <mailto:oor...@jonases.se>
>> 
> 
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

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

Reply via email to