You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexander Kleymenov (JIRA)" <ji...@apache.org> on 2007/07/12 13:30:05 UTC

[jira] Created: (HARMONY-4439) [buildtest][func] test FileOutputStreamTest is incorrect

[buildtest][func] test FileOutputStreamTest is incorrect
--------------------------------------------------------

                 Key: HARMONY-4439
                 URL: https://issues.apache.org/jira/browse/HARMONY-4439
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
            Reporter: Alexander Kleymenov


Testcase testFinalize is incorrect and should be removed or reimplemented:
   1) there is no demand from the spec to not to write bytes immediately to the File
   2) there is no guarantee that finalize() method will be immediately called after call to System.gc()


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


[jira] Commented: (HARMONY-4439) [buildtest][func] test FileOutputStreamTest is incorrect

Posted by "Alexander Kleymenov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512043 ] 

Alexander Kleymenov commented on HARMONY-4439:
----------------------------------------------

Full test name is:

functional/org/apache/harmony/test/func/api/java/io/FileOutputStream/FileOutputStreamTest.xml


> [buildtest][func] test FileOutputStreamTest is incorrect
> --------------------------------------------------------
>
>                 Key: HARMONY-4439
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4439
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexander Kleymenov
>
> Testcase testFinalize is incorrect and should be removed or reimplemented:
>    1) there is no demand from the spec to not to write bytes immediately to the File
>    2) there is no guarantee that finalize() method will be immediately called after call to System.gc()

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