You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vera Volynets (JIRA)" <ji...@apache.org> on 2006/10/25 18:18:17 UTC

[jira] Created: (HARMONY-1966) [drlvm][test]Exclude some tests from "build test" target, make 'build test' pass

[drlvm][test]Exclude some tests from "build test" target, make 'build test' pass
--------------------------------------------------------------------------------

                 Key: HARMONY-1966
                 URL: http://issues.apache.org/jira/browse/HARMONY-1966
             Project: Harmony
          Issue Type: Improvement
         Environment: windows ia32
            Reporter: Vera Volynets


Some tests launched by command "build test" fail.
The idea of  "build test" is to run it before each commit. In this way you can catch regressions.
In order to effectively catch regressions, i.e. tests that started to fail after some change,
it's necessary to have 'build test' pass in a stable way. One of the ways to achieve stable state
is to exclude failing tests or tests which show unstable behavior.
So I analysed statistics of test runs on win ia32 platform and made up a list of tests to be excluded:
1) smoke
*** gc.LOS fails always on jitrino and interpreter, debug and release
2) kernel
*** java.lang.ClasssGenericsTest and 
*** java.lang.ClassGenericsTest4 fail because of timeout, so I  increase timeout in kernel.test.xml
*** java.lang.ObjectTest fail on interpreter with following message:
     Testsuite: java.lang.ObjectTest
     Tests run: 18, Failures: 1, Errors: 0, Time elapsed: 6.109 sec 
     Testcase: testWait1(java.lang.ObjectTest):	FAILED
     An InterruptedException must be thrown in test thread!
    junit.framework.AssertionFailedError: An InterruptedException must be thrown in test thread!
   
See patch attached.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1966) [drlvm][test]Exclude some tests from "build test" target, make 'build test' pass

Posted by "Vera Volynets (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1966?page=all ]

Vera Volynets updated HARMONY-1966:
-----------------------------------

    Attachment: Exclude_test_to_make_build_test_pass.patch

Patch with excluded tests.

> [drlvm][test]Exclude some tests from "build test" target, make 'build test' pass
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-1966
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1966
>             Project: Harmony
>          Issue Type: Improvement
>         Environment: windows ia32
>            Reporter: Vera Volynets
>         Attachments: Exclude_test_to_make_build_test_pass.patch
>
>
> Some tests launched by command "build test" fail.
> The idea of  "build test" is to run it before each commit. In this way you can catch regressions.
> In order to effectively catch regressions, i.e. tests that started to fail after some change,
> it's necessary to have 'build test' pass in a stable way. One of the ways to achieve stable state
> is to exclude failing tests or tests which show unstable behavior.
> So I analysed statistics of test runs on win ia32 platform and made up a list of tests to be excluded:
> 1) smoke
> *** gc.LOS fails always on jitrino and interpreter, debug and release
> 2) kernel
> *** java.lang.ClasssGenericsTest and 
> *** java.lang.ClassGenericsTest4 fail because of timeout, so I  increase timeout in kernel.test.xml
> *** java.lang.ObjectTest fail on interpreter with following message:
>      Testsuite: java.lang.ObjectTest
>      Tests run: 18, Failures: 1, Errors: 0, Time elapsed: 6.109 sec 
>      Testcase: testWait1(java.lang.ObjectTest):	FAILED
>      An InterruptedException must be thrown in test thread!
>     junit.framework.AssertionFailedError: An InterruptedException must be thrown in test thread!
>    
> See patch attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira