You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Elena Semukhina (JIRA)" <ji...@apache.org> on 2007/03/22 14:12:32 UTC

[jira] Commented: (HARMONY-3456) [drlvm][kernel tests] java.lang.RuntimeTest2 fails intermittently

    [ https://issues.apache.org/jira/browse/HARMONY-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483133 ] 

Elena Semukhina commented on HARMONY-3456:
------------------------------------------

Verified, it's OK.


> [drlvm][kernel tests] java.lang.RuntimeTest2 fails intermittently
> -----------------------------------------------------------------
>
>                 Key: HARMONY-3456
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3456
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Elena Semukhina
>         Assigned To: Gregory Shimansky
>         Attachments: H-3456_RuntimeTest2.patch
>
>
> The test test_exec_Str() runs the process performing the "date" command on Windows and then tries to verify its Input/OutputStreams.
> The test tries to enter an incorrect new date xx-xx-xx and expects that the reply of the "date" command is as follows:
> The system cannot accept the date entered.
> Enter the new date: (dd-mm-yy)
> The test fails sometime because the input stream contains only xx-xx-xx and does not contain the above message.
> It seems to be a test issue because it waits for input stream is not empty but should wait until its size is large enough to contain both new date and the command's reply.
>   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.