Re: [Oorexx-devel] r11708 - Could not find file "FUNCTIONPACKAGE.CLS"

2019-02-03 Thread Erich Steinböck
revision [r11709] fixes the issue that ::requires can't find
FUNCTIONPackage.cls
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] r11708 - Could not find file "FUNCTIONPACKAGE.CLS"

2019-02-02 Thread Jason Martin

File is there in ooRexx/API/oo/FUNCTIONPackage.cls

agrellum@openindiana:~$ ./testOORexx.rex -X native_api
bash: ./testOORexx.rex: No such file or directory
agrellum@openindiana:~$ cd test/
agrellum@openindiana:~/test$ ./testOORexx.rex -X native_api
Searching for test containers
Executing automated test suite..
 ...
.../usr/bin/sh: line 1: 
zxyabc: not found

./usr/bin/sh: line 1: zxyabc: not found
..

ooTest Framework - Automated Test of the ooRexx Interpreter

Interpreter:    REXX-ooRexx_5.0.0(MT)_64-bit 6.05 2 Feb 2019
OS Name:    SUNOS
SysVersion: SunOS illumos-022bfefbca.5.11

Tests ran:  22548
Assertions: 376996
Failures:   3
Errors: 1

[failure] [20190202 22:29:47.760694]
  svn:    r11562   Change date: 2018-12-03 23:45:29 +0100
  Test:   TEST_REXXC_ONE_ARG
  Class:  rexxc.testGroup
  File: /export/home/agrellum/test/ooRexx/utilities/rexxc/rexxc.testGroup
  Line:   100
  Failed: assertTrue
    Expected: [1]
    Actual:   [[0], identityHash="-7122209"]
    Message:  rexxc test_rexxc.rex is expected to produce a few lines 
of output


[failure] [20190202 22:29:47.925672]
  svn:    r11562   Change date: 2018-12-03 23:45:29 +0100
  Test:   TEST_REXXC_ONE_ARG_SYNTAX
  Class:  rexxc.testGroup
  File: /export/home/agrellum/test/ooRexx/utilities/rexxc/rexxc.testGroup
  Line:   91
  Failed: assertTrue
    Expected: [1]
    Actual:   [[0], identityHash="-7122209"]
    Message:  rexxc is expected to produce a few lines of output

[failure] [20190202 22:29:47.996280]
  svn:    r11562   Change date: 2018-12-03 23:45:29 +0100
  Test:   TEST_REXXC_TWO_ARGS
  Class:  rexxc.testGroup
  File: /export/home/agrellum/test/ooRexx/utilities/rexxc/rexxc.testGroup
  Line:   125
  Failed: assertTrue
    Expected: [1]
    Actual:   [[0], identityHash="-7122209"]
    Message:  a few lines of output expected from rexxc 'EMPTY 0'

[Framework exception] [20190202 22:26:27.840869]
  Type: Trap Severity: Fatal
  File: /export/home/agrellum/test/ooRexx/API/oo/FUNCTION.testGroup
  Line: 2130
  Initial call of test container failed
  Condition: SYNTAX
    Could not find file "FUNCTIONPACKAGE.CLS" for ::REQUIRES.
    File: /export/home/agrellum/test/ooRexx/API/oo/FUNCTION.testGroup
    Line: 1747
    1747 *-* ::requires FUNCTIONPackage.cls
    2130 *-* call (file) self~testTypes
    2078 *-*   container = self~getContainer(fileName)
  81 *-* containers = finder~seek(testResult)
  79 *-* retCode = 'worker.rex'(arguments)

Interpreter:    REXX-ooRexx_5.0.0(MT)_64-bit 6.05 2 Feb 2019
OS Name:    SUNOS
SysVersion: SunOS illumos-022bfefbca.5.11

Tests ran:  22548
Assertions: 376996
Failures:   3
Errors: 1

File search:    00:00:02.135854
Suite construction: 00:00:02.041483
Test execution: 00:03:15.700495
Total time: 00:03:20.662567



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