Re: [Oorexx-devel] Testsuite fails at R11950 on Fedora 31

2019-11-27 Thread P.O. Jonsson
Dear Enrico, I have this single failure on every pristine build, i.e. only the very first time it is built, fresh from scratch. The second time it is run the error goes away. Also in a Docker container it is the same. It is reproducible if someone wants to have a look, I just need to wipe an i

[Oorexx-devel] Testsuite fails at R11950 on Fedora 31

2019-11-27 Thread Enrico Sorichetti via Oorexx-devel
ooTest Framework - Automated Test of the ooRexx Interpreter Interpreter:REXX-ooRexx_5.0.0(MT)_64-bit 6.05 27 Nov 2019 OS Name:LINUX SysVersion: Linux 5.3.12-300.fc31.x86_64 Tests ran: 33 Assertions: 196 Failures: 1 Errors: 0 [f

[Oorexx-devel] testSuite revision 11818

2019-03-05 Thread Enrico Sorichetti via Oorexx-devel
It does not fix anything It behaves like a politician… it just ignores the problem There was not even the need to run the test Just looking at the code it was easy enough to spot that It just runs the tests on windows only subdir = .File~new("Y/Z", f) -- verify the separator translation

Re: [Oorexx-devel] Testsuite

2019-02-25 Thread Erich Steinböck
Hi Enrico, this should be fixed with [r11807]. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Testsuite

2019-02-25 Thread Erich Steinböck
Hi Enrico, this should be fixed with revision [r11807]. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Testsuite

2019-02-25 Thread Chip Davis
Agreed. But could you please write the updated code to still allow for an "OS/2" possibility, if only for historical (and sentimental) reasons? -Chip- On 2/25/2019 6:24 AM, Enrico Sorichetti via Oorexx-devel wrote: The  code to detect the system is pretty outdated    -- test for default

[Oorexx-devel] Testsuite

2019-02-25 Thread Enrico Sorichetti via Oorexx-devel
The code to detect the system is pretty outdated -- test for default command processor parse source os . -- get name of operating system os1=os~left(1)~translate -- get first character in uppercase if pos(os1, "O W") > 0 then do -- OS2, Windows ?

[Oorexx-devel] Testsuite

2019-02-22 Thread Enrico Sorichetti via Oorexx-devel
In ooRexx/base/keyword/SIGNAL.testGroup And ooRexx/base/keyword/CALL.testGroup The current coding should be changed to -- Prevent error messages from the shell printing on the console. select when .ooRexxUnit.OSName == "WINDOWS"then toNull = '1>nul 2>&1' otherwise toNull = '>/d

Re: [Oorexx-devel] testSuite

2019-02-15 Thread P.O. Jonsson
I have the same result for r11761 on macOS/Darwin On Windows 10 64-bit it works (I have some other problems there, not related to the problem after 11757) On Linux Mint 19.1 some more test run, but not all. Have not tested Ubuntu yet. Executing /home/osboxes/workspace/.../ooRexx/extensions/rx

Re: [Oorexx-devel] testSuite

2019-02-15 Thread Enrico Sorichetti via Oorexx-devel
NOPE :-) E. [enrico@enrico-imac ooRexx.testSuite]$rexx -v Open Object Rexx Version 5.0.0 r11761 Build date: Feb 15 2019 Addressing mode: 64 Copyright (c) 1995, 2004 IBM Corporation. All rights reserved. Copyright (c) 2005-2019 Rexx Language Association. All rights reserved. This program and the

[Oorexx-devel] testSuite

2019-02-15 Thread Enrico Sorichetti via Oorexx-devel
Fixed the build errors but unfortunately [enrico@enrico-imac ooRexx.testSuite]$rexx testOORexx.rex -s -X native_API -x FUNCTION.testGroup Searching for test containers.. Executing automated test suite ooTest Framework - Automated Test of the ooRexx Interpreter Interpreter:REXX-ooRexx_