On Wed, Jul 1, 2009 at 12:31 PM, Mark Miesfeld<[email protected]> wrote:
> David,
>
> For starters, it looks to me as though it was hung on this test:
>
> [error] [20090701 15:10:12.603774]
> svn: r4803 Change date: 2009-06-16 10:25:34 -0700
> Test: TEST_CURRENT_DIR_FILTER
> Class: rxQueue.testGroup
> File:
> /tmp/oorexx/ooText.4.0.0/ooRexx/utilities/rxqueue/rxQueue.testGroup
> Event: [SYNTAX 4.1] raised unexpectedly.
> Program interrupted with HALT condition
> Line: 90
> 90 *-* parse pull line
Okay, the above test has this in it:
os = .ooRexxUnit.OSName
select
when os == 'WINDOWS' then cmd = 'cd'
when os == 'LINUX' then cmd = 'pwd'
when os == 'MACOS' then cmd = 'pwd'
when os == 'SUNOS' then cmd = 'pwd'
when os == 'AIX' then cmd = 'pwd'
otherwise cmd = 'pwd'
end
cmd "| rxqueue"
count = queued()
parse pull line
So, we need to see what the OS name is on s390x. And if pwd is the
correct command.
I just committed a change to the test so that it won't hang on parse
pull, instead the test will fail.
I wasn't thinking when I wrote that, an automated test shouldn't take
the chance of hanging if a test fails. <grin>
--
Mark Miesfeld
------------------------------------------------------------------------------
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel