Regarding the testing I get some errors, see below. The WindowsEventLog.testGroup aborts without finishing
>rexx testOORexx.rex -s -S -f WindowsEventLog.testGroup aborts at [TEST_READRECORDS03 C:\Users\po\workspace\ooRexx-windows64-test>rexx testOORexx.rex -s -X native_API -x WindowsEventLog.testGroup Searching for test containers.... Executing automated test suite Executing tests from C:\Users\po\workspace\...\ooRexx\SimpleTests.testGroup ooTest Framework - Automated Test of the ooRexx Interpreter C:\Users\po\workspace\ooRexx-windows64-test>rexx testOORexx.rex -s -X native_API -x WindowsEventLog.testGroup Searching for test containers.... Executing automated test suite Executing tests from C:\Users\po\workspace\...\ooRexx\SimpleTests.testGroup Interpreter: REXX-ooRexx_5.0.0(MT)_64-bit 6.05 8 Feb 2019 OS Name: WindowsNT SysVersion: Windows 10.0.17134 Tests ran: 22788 Assertions: 377740 Failures: 8 Errors: 1 [failure] [20190208 12:10:00.934000] svn: r11626 Change date: 2018-12-16 22:05:44 +0100 Test: TEST_PACKAGE_FINDPROGRAM_REXXTRY Class: Package.testGroup File: C:\Users\po\workspace\...\ooRexx\base\class\Package.testGroup Line: 774 Failed: assertNotSame Expected: [[The NIL object], identityHash="-2460860450929"] \== [[The NIL object], identityHash="-2460860450929"] Actual: [[The NIL object], identityHash="-2460860450929"] == [[The NIL object], identityHash="-2460860450929"] Message: findProgram() cannot locate 'rexxtry.rex' [failure] [20190208 12:10:32.643000] svn: r11522 Change date: 2018-11-22 01:34:56 +0100 Test: TESTALLUSERSSTARTUP Class: SpecialFolders.testgroup File: C:\Users\po\workspace\...\platform\windows\ole\SpecialFolders.testGroup Line: 443 Failed: assertTrue Expected: [1] Actual: [[0], identityHash="-2460860450865"] [failure] [20190208 12:10:32.674000] svn: r11522 Change date: 2018-11-22 01:34:56 +0100 Test: TESTAPPLICATIONDATA Class: SpecialFolders.testgroup File: C:\Users\po\workspace\...\platform\windows\ole\SpecialFolders.testGroup Line: 482 Failed: assertTrue Expected: [1] Actual: [[0], identityHash="-2460860450865"] [failure] [20190208 12:10:32.909000] svn: r11522 Change date: 2018-11-22 01:34:56 +0100 Test: TESTFAVORITES Class: SpecialFolders.testgroup File: C:\Users\po\workspace\...\platform\windows\ole\SpecialFolders.testGroup Line: 171 Failed: assertTrue Expected: [1] Actual: [[0], identityHash="-2460860450865"] [failure] [20190208 12:10:33.658000] svn: r11522 Change date: 2018-11-22 01:34:56 +0100 Test: TESTLOCALSETTINGSAPPLICATIONDATA Class: SpecialFolders.testgroup File: C:\Users\po\workspace\...\platform\windows\ole\SpecialFolders.testGroup Line: 523 Failed: assertTrue Expected: [1] Actual: [[0], identityHash="-2460860450865"] [failure] [20190208 12:10:33.690000] svn: r11522 Change date: 2018-11-22 01:34:56 +0100 Test: TESTLOCALSETTINGSTEMPORARYINTERNETFILES Class: SpecialFolders.testgroup File: C:\Users\po\workspace\...\platform\windows\ole\SpecialFolders.testGroup Line: 559 Failed: assertTrue Expected: [1] Actual: [[0], identityHash="-2460860450865"] [failure] [20190208 12:10:33.705000] svn: r11522 Change date: 2018-11-22 01:34:56 +0100 Test: TESTMYCOMPUTER Class: SpecialFolders.testgroup File: C:\Users\po\workspace\...\platform\windows\ole\SpecialFolders.testGroup Line: 324 Failed: assertTrue Expected: [1] Actual: [[0], identityHash="-2460860450865"] [failure] [20190208 12:10:48.358000] svn: r11522 Change date: 2018-11-22 01:34:56 +0100 Test: TESTSTARTUP Class: SpecialFolders.testgroup File: C:\Users\po\workspace\...\platform\windows\ole\SpecialFolders.testGroup Line: 188 Failed: assertTrue Expected: [1] Actual: [[0], identityHash="-2460860450865"] [error] [20190208 12:10:23.729000] svn: r11683 Change date: 2019-01-20 20:56:11 +0100 Test: TEST_WITH_OUTPUT Class: ADDRESS.testGroup File: C:\Users\po\workspace\...\ooRexx\base\keyword\ADDRESS.testGroup Event: [SYNTAX 98.920] raised unexpectedly. Unable to open file "C:\Users\po\workspace\ooRexx-windows64-test\address-with.tmp" for writing; open result was "ERROR:13". Line: # 511 511 *-* address "" "" with output stream ( fileName ) *-* Compiled method "SEND" with scope "Message". 1652 *-* .message~new(self, methodName)~send 1630 *-* 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) Interpreter: REXX-ooRexx_5.0.0(MT)_64-bit 6.05 8 Feb 2019 OS Name: WindowsNT SysVersion: Windows 10.0.17134 Tests ran: 22788 Assertions: 377740 Failures: 8 Errors: 1 File search: 00:00:02.328000 Suite construction: 00:00:00.869000 Test execution: 00:03:34.693000 Total time: 00:03:38.062000 Hälsningar/Regards/Grüsse, P.O. Jonsson oor...@jonases.se > Am 08.02.2019 um 16:41 schrieb Erich Steinböck <erich.steinbo...@gmail.com>: > > Building is slow > nmake suports single-core only. Use jom if you want multi-core builds. For > instructions how, see > https://sourceforge.net/p/oorexx/wiki/how-to-build-oorexx/#multi-core-builds > <https://sourceforge.net/p/oorexx/wiki/how-to-build-oorexx/#multi-core-builds> > > Can you confirm that you can run say month.testGroup and get any output? > If you change the string "rexx.lib" in FileUtils.cls to "rexx.exe" both > samples\ tests run fine. Use > testoorexx -s -p samples\ > > _______________________________________________ > 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