On Wed, Jul 1, 2009 at 12:31 PM, Mark Miesfeld<miesf...@gmail.com> wrote:

> 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
>
> For whatever reason, the line it wanted to pull was available and
> nothing was going to provide it.
>
> This failure I saw once before:
>
>> [failure] [20090701 14:59:07.453336]
>>  svn:    r4693   Change date: 2009-05-17 15:21:25 -0700
>>  Test:   TEST_MANY_CHARS
>>  Class:  CHAROUT.testGroup
>>  File:   /tmp/oorexx/ooText.4.0.0/ooRexx/base/bif/CHAROUT.testGroup
>>  Line:   152
>>  Failed: assertSame
>>    Expected: [[209715200], identityHash="274887695362"]
>>    Actual:   [[419430400], identityHash="274886119296"]
>>
>
> and if you notice, the actual is exactly twice the expected.  I could
> never re-produce it, but I'm pretty sure it happened because I used
> the same file name in 2 tests and for some reason the file was not
> deleted.  Then the second test came along and appended to it.
>
> As for the rest, at a quick glance it seems to me a lot of them are
> tests that write out files to the operating system.  Could there be a
> problem with permissions?
>
> I didn't take a very close look, let me study it some more.


Okay, for this specific test:

[failure] [20090701 14:59:36.031438]
 svn:    r4693   Change date: 2009-05-17 15:21:25 -0700
 Test:   TEST_WRITE_CHAR_STRINGS
 Class:  CHAROUT.testGroup
 File:   /tmp/oorexx/ooText.4.0.0/ooRexx/base/bif/CHAROUT.testGroup
 Line:   338
 Failed: assertSame
   Expected:
[[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa],
identityHash="274902400418"]
   Actual:
[[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaXXXX],
identityHash="274902402334"]
   Message:  iteration 1

The test itself does not write any XX characters to the file.  But,
the file name used, I used in about 8 or 9 tests, copy and paste.
Some of the other tests do write XX characters.

So, a tentative hypothesis is that the files are not getting deleted
properly / fast enough ? and that some of the individual tests are not
starting with a clean slate.

Can you take a look a the the file system and see if there are some of
the temporary files laying around after the test finishes.  I think
svn status will show them.

--
Mark Miesfeld

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

Reply via email to