>>> Mark Miesfeld  11/08/10 10:41 >>>
On Wed, Aug 11, 2010 at 6:02 AM, Erico Mendonca  wrote:

> To get the 4.0.1 release test suit:

All right, my builds appear to be fine (executed with "./testOORexx.rex -X 
native_API" as per README file).

This is running on openSUSE 11.2 64-bit:

===============
Test Framework - Automated Test of the ooRexx Interpreter


Interpreter:     REXX-ooRexx_4.0.1(MT) 6.03 11 Aug 2010
Addressing Mode: 64
ooRexxUnit:      2.0.0_3.2.0    ooTest: 1.0.0_4.0.0

Tests ran:           18311
Assertions:          573508
Failures:            0
Errors:              0
Skipped files:       30

File search:        00:00:01.878663
Suite construction: 00:00:01.082423
Test execution:     00:02:08.021003
Total time:         00:02:11.557814
===============

and this is running on SLES 11.1:

===============

Test Framework - Automated Test of the ooRexx Interpreter


Interpreter:     REXX-ooRexx_4.0.1(MT) 6.03 11 Aug 2010
Addressing Mode: 32
ooRexxUnit:      2.0.0_3.2.0    ooTest: 1.0.0_4.0.0

Tests ran:           18311
Assertions:          573509
Failures:            0
Errors:              0
Skipped files:       30

File search:        00:00:05.031931
Suite construction: 00:00:02.205485
Test execution:     00:05:55.733547
Total time:         00:06:03.456293
===============

BUT, I'm getting error on TEST_006 on SLES 11SP1 if I try to use the same build 
as SLES 11:

=================

Test Framework - Automated Test of the ooRexx Interpreter


Interpreter:     REXX-ooRexx_4.0.1(MT) 6.03 11 Aug 2010
Addressing Mode: 32
ooRexxUnit:      2.0.0_3.2.0    ooTest: 1.0.0_4.0.0

Tests ran:           18311
Assertions:          573485
Failures:            1
Errors:              0
Skipped files:       30

[failure] [20100811 15:59:19.440128]
  svn:    runknown   Change date: unknown
  Test:   TEST_006
  Class:  SocketClass.testGroup
  File:   /home/usuario/4.0.1/ooRexx/extensions/rxsock/socketClass.testGroup
  Line:   116
  Failed: asserNotEquals
    Expected: [[-1], identityHash="383805214"] \= [[-1], 
identityHash="368840407"]
    Actual:   [[-1], identityHash="383805214"]  = [[-1], 
identityHash="368840407"]

File search:        00:00:03.378014
Suite construction: 00:00:01.404804
Test execution:     00:05:17.488569
Total time:         00:05:22.633103

==========

Any ideas? SLES 11 and 11SP1 shouldn't be that different.


Oh and BTW, about /usr/lib versus /usr/lib64 issue, I left the files at 
%{_prefix}/ooRexx/lib, and added this directory to the ld cache (ld.so.conf.d) 
in the SPEC. It works, as the tests above were done with the generated 
packages. Do you see any problems with that approach?
 


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to