Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread P.O. Jonsson
Ok, I will do a workaround for my tests then. @Erich: you will have to do the same for the Jenkins slave if you want the test to complete without errors. Hälsningar/Regards/Grüsse, P.O. Jonsson oor...@jonases.se > Am 04.02.2019 um 00:07 schrieb Rick McGuire : > > > > On Sun, Feb 3, 2019 a

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread Rick McGuire
On Sun, Feb 3, 2019 at 5:29 PM P.O. Jonsson wrote: > This is strange, a week ago all test passed on an ooRexx installation > installed to the standard place. I have cloned the installation setup for > the Jenkins slave for macOS and it should be the same there. > > Or did you add these test about

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread P.O. Jonsson
This is strange, a week ago all test passed on an ooRexx installation installed to the standard place. I have cloned the installation setup for the Jenkins slave for macOS and it should be the same there. Or did you add these test about a week (or less) ago? I can see that the library liborxfu

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread Rick McGuire
In that case, it will never work. The external libraries necessary to run those tests are NOT part of the installation process and never will be. Rick On Sun, Feb 3, 2019 at 12:04 PM P.O. Jonsson wrote: > I think the purpose of the test is to check the installation not the build > :-) > > Hälsn

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread P.O. Jonsson
I do not want to exclude the FUNCTION test group, that was not the issue. I think NOW is a good time to fix those small annoying things, including updating the readme for 5.0.0. Rather than work around the problems I would prefer to fix them once and for all. It is not THAT much missing so… PS

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread Enrico Sorichetti via Oorexx-devel
For a clean run of the installed use … rexx testOORexx.rex -s -X native_API -x FUNCTION.testGroup And do not bother about the setTestEnv.sh Also the instruction in the readme are just plain wrong They say to invoke it as a command … which implies that the changes to the environment are nes

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread P.O. Jonsson
I think the purpose of the test is to check the installation not the build :-) Hälsningar/Regards/Grüsse, P.O. Jonsson oor...@jonases.se > Am 03.02.2019 um 18:00 schrieb Enrico Sorichetti via Oorexx-devel > : > > Everything works if You run the tests from the Build directory rather than > u

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread Enrico Sorichetti via Oorexx-devel
Everything works if You run the tests from the Build directory rather than using the installed rexx Cheers E > On 3 Feb 2019, at 14:37, P.O. Jonsson wrote: > > Hi Erich, > > Before I could try ooRexx was already on r11710 and the problem persists. > Could it be that the changes in r11709 w

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread P.O. Jonsson
Dear Erich, For macOS (Darwin) it does not do its job at all, since the settings are not persistent. I am preparing another Email regarding this and other things related to the test framework, give me five minutes to finish it, ok? I need to understand this in detail when I do my test cases for

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread Erich Steinböck
> > Unable to load library "orxfunction" > Tests require that the native libraries can be found. setTestEnv.sh doesn't do a good job ensuring this (there seems to be some room for improvement on how tests find classes, framework and native libraries) On Ubuntu I have to add build-path/lib to DY_LI

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread Jason Martin
OpenIndiana - r11710 [Framework exception] [20190203 08:58:33.780623]   Type: Trap Severity: Fatal   File: /export/home/agrellum/test/ooRexx/API/oo/FUNCTION.testGroup   Line: 2130   Initial call of test container failed   Condition: SYNTAX     Unable to load library "orxfunction".     File: /expo

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread Erich Steinböck
Hi P.O., revision [r11709] fixes the issue that ::requires can't find FUNCTIONPackage.cls On Sun, Feb 3, 2019 at 11:43 AM P.O. Jonsson wrote: > I did not receive any feedback on this question. Can someone please have a > look? I can not figure out what is wrong and it is NOT in my setup, the > s

Re: [Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-02-03 Thread P.O. Jonsson
I did not receive any feedback on this question. Can someone please have a look? I can not figure out what is wrong and it is NOT in my setup, the same error occurs on the Jenkins MAC slave currently, although it is reported as a „Success“, Here is the same output from the last Jenkins test run

[Oorexx-devel] Problems with testgroup FUNCTION.testGroup

2019-01-30 Thread P.O. Jonsson
While running a build & test today I got an error (that seems to relate to ooDialog?) That I have not seen before. I am on macOS Mojave, 10.14.2 Can someone please have a look? Executing tests from /Users/po/workspace/.../base/keyword/SELECT.testGroup ooTest Framework - Automated Test of the oo