On Sun, Feb 3, 2019 at 5:29 PM P.O. Jonsson <oor...@jonases.se> 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 a week (or less) ago?
>
> I can see that the library* liborxfunction.dylib* and some other
> libraries liborx* are not part of my installed ooRexx. Adding them all from
> the build dir to /lib in my installation make all tests run so now I know
> what the problem was/is.
>
> Do I understand you correctly that these libraries are intended solely for
> testing and not for distribution?
>
> Yes, that's exactly what I'm saying.


> Hälsningar/Regards/Grüsse,
> P.O. Jonsson
> oor...@jonases.se
>
>
>
>
> Am 03.02.2019 um 23:11 schrieb Rick McGuire <object.r...@gmail.com>:
>
> 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 <oor...@jonases.se> wrote:
>
>> 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 <
>> oorexx-devel@lists.sourceforge.net>:
>>
>> 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 <oor...@jonases.se> wrote:
>>
>> Hi Erich,
>>
>> Before I could try ooRexx was already on r11710 and the problem persists.
>> Could it be that the changes in r11709 were flushed by r11710?
>>
>> Can you please have a look again? I have attached my run in case you want
>> to have a look (clean build from complete SVN download)
>>
>> <Buildandtest r11710.txt>
>>
>> Hälsningar/Regards/Grüsse,
>> P.O. Jonsson
>> oor...@jonases.se
>>
>>
>>
>>
>> Am 03.02.2019 um 12:36 schrieb Erich Steinböck <
>> erich.steinbo...@gmail.com>:
>>
>> 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 <oor...@jonases.se> 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
>>> 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 on macOS Mojave:
>>>
>>> Executing tests from /Users/jenkins/.../ooRexx/base/keyword/DoWith.testGroup
>>> Executing tests from /Users/jenkins/.../ooRexx/base/keyword/SELECT.testGroup
>>>
>>> ooTest Framework - Automated Test of the ooRexx Interpreter
>>>
>>> Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 2 Feb 2019
>>> OS Name:            DARWIN
>>> SysVersion:         Darwin Darwin Kernel Version 18.2.0: Mon Nov 12 
>>> 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64.18.2.0
>>>
>>> Tests ran:          22548
>>> Assertions:         377025
>>> Failures:           0
>>> Errors:             1
>>>
>>> [Framework exception] [20190202 22:03:24.560138]
>>>   Type: Trap Severity: Fatal
>>>   File: /Users/jenkins/.../ooRexx/API/oo/FUNCTION.testGroup
>>>   Line: 2130
>>>   Initial call of test container failed
>>>   Condition: SYNTAX
>>>     Unable to load library "orxfunction".
>>>     File: /Users/jenkins/.../ooRexx/API/oo/FUNCTIONPACKAGE.CLS
>>>     Line: 40
>>>       40 *-* ::routine TestZeroIntArgs PUBLIC EXTERNAL "LIBRARY orxfunction 
>>> TestZeroIntArgs"
>>>     1747 *-* ::requires FUNCTIONPackage.cls
>>>     2130 *-* call (file) self~testTypes
>>>     2078 *-*   container = self~getContainer(fileName)
>>>       81 *-* containers = finder~seek(testResult)
>>>       79 *-* retCode = 'worker.rex'(arguments)
>>>
>>> File search:        00:00:01.360673
>>> Suite construction: 00:00:01.075369
>>> Test execution:     00:02:59.826342
>>> Total time:         00:03:02.411123
>>>
>>> Finished: SUCCESS
>>>
>>>
>>> Hälsningar/Regards/Grüsse,
>>> P.O. Jonsson
>>> oor...@jonases.se
>>>
>>>
>>>
>>>
>>> Am 30.01.2019 um 11:06 schrieb P.O. Jonsson <oor...@jonases.se>:
>>>
>>> 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 ooRexx Interpreter
>>>
>>> Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 30 Jan 2019
>>> OS Name:            DARWIN
>>> SysVersion:         Darwin Darwin Kernel Version 18.2.0: Mon Nov 12
>>> 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64.18.2.0
>>>
>>> Tests ran:          22548
>>> Assertions:         377025
>>> Failures:           0
>>> Errors:             1
>>>
>>> [Framework exception] [20190130 10:29:17.328418]
>>>   Type: Trap Severity: Fatal
>>>   File: /Users/po/workspace/.../ooRexx/API/oo/FUNCTION.testGroup
>>>   Line: 2130
>>>   Initial call of test container failed
>>>   Condition: SYNTAX
>>>     Unable to load library "orxfunction".
>>>     File: /Users/po/workspace/.../ooRexx/API/oo/FUNCTIONPACKAGE.CLS
>>>     Line: 40
>>>       40 *-* ::routine TestZeroIntArgs PUBLIC EXTERNAL "LIBRARY
>>> orxfunction TestZeroIntArgs"
>>>     1747 *-* ::requires FUNCTIONPackage.cls
>>>     2130 *-* call (file) self~testTypes
>>>     2078 *-*   container = self~getContainer(fileName)
>>>       81 *-* containers = finder~seek(testResult)
>>>       79 *-* retCode = 'worker.rex'(arguments)
>>>
>>> File search:        00:00:01.770965
>>> Suite construction: 00:00:00.945155
>>> Test execution:     00:02:48.087909
>>> Total time:         00:02:51.047901
>>>
>>>
>>> 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
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>>
>> _______________________________________________
>> 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
>>
>>
>> _______________________________________________
>> 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
>
>
> _______________________________________________
> 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