You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2008/01/11 12:37:34 UTC

[jira] Created: (HARMONY-5381) [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)

[buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)
----------------------------------------------------------------------------------------

                 Key: HARMONY-5381
                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
         Environment: Windows x86
            Reporter: Pavel Pervov


Arbitrary verifier test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.

This only happens on Windows x86.

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


Re: [jira] Created: (HARMONY-5381) [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by Pavel Pervov <pm...@gmail.com>.
Sure,

vm.jvms.instructions.reftypes.newarray.newarray05.newarray0506
vm.jvms.instructions.reftypes.putstatic.putstatic10.putstatic1006
vm.jvms.instructions.loadStore.fstore_1.fstore_104.fstore_10402
vm.jvms.instructions.stack.pop.pop02.pop0201]
vm.jvms.classFile.constraints.static.constraint07.if_acmpne02
vm.jvms.instructions.typeCnv.l2f.l2f03.l2f0301
vm.jvms.instructions.loadStore.dstore_2.dstore_207.dstore_20701

This list contains failures starting from 12/13/07. The bug manifests
itself from time to time on Windows on both x86 and x86-64.

Pavel.

On 1/18/08, Mikhail Loenko <ml...@gmail.com> wrote:
> do you have names of 3-5 such tests?
>
> Thanks,
> Mikhail
>
> 2008/1/17, Pavel Pervov <pm...@gmail.com>:
> > Mikhail,
> >
> > All tests which fail with exit code 0 are tests against verifier, and all
> > these tests throw VerifyError.
> >
> > I do not blame verifier in wrong exit code - 'verifier' in this case is just
> > a mark for an attempt to reproduce the failure somehow. Like "using verifier
> > test is much more likely to produce zero exit code".
> >
> > Thanks,
> >    Pavel.
> >
> > On 1/16/08, Mikhail Loenko <ml...@gmail.com> wrote:
> > >
> > > is there any sign that failure is caused by verifier (other than that
> > > tests are supposed to test verifier)? Is there any other common thing
> > > for the tests (e.g. are they all negative?)
> > >
> > > Thanks,
> > > Mikhail
> > >
> > > 2008/1/11, Pavel Pervov (JIRA) <ji...@apache.org>:
> > > > [buildtest][vts] verifier tests intermittently exit with code 0 instead
> > > of 104 (SUCCESS)
> > > >
> > > ----------------------------------------------------------------------------------------
> > > >
> > > >                 Key: HARMONY-5381
> > > >                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
> > > >             Project: Harmony
> > > >          Issue Type: Bug
> > > >          Components: build - test - ci
> > > >         Environment: Windows x86
> > > >            Reporter: Pavel Pervov
> > > >
> > > >
> > > > Arbitrary verifier test(s) (one or two in single run) can return exit
> > > code 0 albeit they successfully passed.
> > > >
> > > > This only happens on Windows x86.
> > > >
> > > > --
> > > > This message is automatically generated by JIRA.
> > > > -
> > > > You can reply to this email to add a comment to the issue online.
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Pavel Pervov,
> > Intel Enterprise Solutions Software Division
> >
>



-- 
Pavel Pervov,
Intel Enterprise Solutions Software Division

Re: [jira] Created: (HARMONY-5381) [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by Mikhail Loenko <ml...@gmail.com>.
do you have names of 3-5 such tests?

Thanks,
Mikhail

2008/1/17, Pavel Pervov <pm...@gmail.com>:
> Mikhail,
>
> All tests which fail with exit code 0 are tests against verifier, and all
> these tests throw VerifyError.
>
> I do not blame verifier in wrong exit code - 'verifier' in this case is just
> a mark for an attempt to reproduce the failure somehow. Like "using verifier
> test is much more likely to produce zero exit code".
>
> Thanks,
>    Pavel.
>
> On 1/16/08, Mikhail Loenko <ml...@gmail.com> wrote:
> >
> > is there any sign that failure is caused by verifier (other than that
> > tests are supposed to test verifier)? Is there any other common thing
> > for the tests (e.g. are they all negative?)
> >
> > Thanks,
> > Mikhail
> >
> > 2008/1/11, Pavel Pervov (JIRA) <ji...@apache.org>:
> > > [buildtest][vts] verifier tests intermittently exit with code 0 instead
> > of 104 (SUCCESS)
> > >
> > ----------------------------------------------------------------------------------------
> > >
> > >                 Key: HARMONY-5381
> > >                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
> > >             Project: Harmony
> > >          Issue Type: Bug
> > >          Components: build - test - ci
> > >         Environment: Windows x86
> > >            Reporter: Pavel Pervov
> > >
> > >
> > > Arbitrary verifier test(s) (one or two in single run) can return exit
> > code 0 albeit they successfully passed.
> > >
> > > This only happens on Windows x86.
> > >
> > > --
> > > This message is automatically generated by JIRA.
> > > -
> > > You can reply to this email to add a comment to the issue online.
> > >
> > >
> >
>
>
>
> --
> Pavel Pervov,
> Intel Enterprise Solutions Software Division
>

Re: [jira] Created: (HARMONY-5381) [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by Pavel Pervov <pm...@gmail.com>.
Mikhail,

All tests which fail with exit code 0 are tests against verifier, and all
these tests throw VerifyError.

I do not blame verifier in wrong exit code - 'verifier' in this case is just
a mark for an attempt to reproduce the failure somehow. Like "using verifier
test is much more likely to produce zero exit code".

Thanks,
    Pavel.

On 1/16/08, Mikhail Loenko <ml...@gmail.com> wrote:
>
> is there any sign that failure is caused by verifier (other than that
> tests are supposed to test verifier)? Is there any other common thing
> for the tests (e.g. are they all negative?)
>
> Thanks,
> Mikhail
>
> 2008/1/11, Pavel Pervov (JIRA) <ji...@apache.org>:
> > [buildtest][vts] verifier tests intermittently exit with code 0 instead
> of 104 (SUCCESS)
> >
> ----------------------------------------------------------------------------------------
> >
> >                 Key: HARMONY-5381
> >                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
> >             Project: Harmony
> >          Issue Type: Bug
> >          Components: build - test - ci
> >         Environment: Windows x86
> >            Reporter: Pavel Pervov
> >
> >
> > Arbitrary verifier test(s) (one or two in single run) can return exit
> code 0 albeit they successfully passed.
> >
> > This only happens on Windows x86.
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > You can reply to this email to add a comment to the issue online.
> >
> >
>



-- 
Pavel Pervov,
Intel Enterprise Solutions Software Division

Re: [jira] Created: (HARMONY-5381) [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by Mikhail Loenko <ml...@gmail.com>.
is there any sign that failure is caused by verifier (other than that
tests are supposed to test verifier)? Is there any other common thing
for the tests (e.g. are they all negative?)

Thanks,
Mikhail

2008/1/11, Pavel Pervov (JIRA) <ji...@apache.org>:
> [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5381
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Windows x86
>            Reporter: Pavel Pervov
>
>
> Arbitrary verifier test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.
>
> This only happens on Windows x86.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Commented: (HARMONY-5381) [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566963#action_12566963 ] 

Pavel Pervov commented on HARMONY-5381:
---------------------------------------

Tests, which are reported UNKNOWN (since 13/Dec/2007):

vm.jvms.instructions.reftypes.newarray.newarray05.newarray0506
vm.jvms.instructions.reftypes.putstatic.putstatic10.putstatic1006
vm.jvms.instructions.loadStore.fstore_1.fstore_104.fstore_10402
vm.jvms.instructions.stack.pop.pop02.pop0201]
vm.jvms.classFile.constraints.static.constraint07.if_acmpne02
vm.jvms.instructions.typeCnv.l2f.l2f03.l2f0301
vm.jvms.instructions.loadStore.dstore_2.dstore_207.dstore_20701
vm.jvms.instructions.branching.ifle.ifle02.ifle0201
vm.jvms.instructions.branching.if_icmpeq.if_icmpeq01.if_icmpeq0101
vm.jvms.instructions.loadStore.lstore_3.lstore_308.lstore_30802
vm.jvms.instructions.stack.dup_x1.dup_x102.dup_x10201
vm.jvms.instructions.loadStore.iload.iload05.iload0501
vm.jvms.instructions.reftypes.putstatic.putstatic11.putstatic1103
vm.jvms.instructions.loadStore.fstore_3.fstore_305.fstore_30502
vm.jni.object_operations.IsInstanceOfTest
vm.jvms.instructions.reftypes.putfield.putfield10.putfield1002


> [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5381
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Windows
>            Reporter: Pavel Pervov
>
> Arbitrary verifier test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.
> This only happens on Windows x86.
> (Update) Expanding environment. Windows x86-64 also reported the same problem.

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


[jira] Updated: (HARMONY-5381) [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Pervov updated HARMONY-5381:
----------------------------------

    Description: 
Arbitrary test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.

This only happens on Windows x86.

(Update) Expanding environment. Windows x86-64 also reported the same problem.

  was:
Arbitrary verifier test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.

This only happens on Windows x86.

(Update) Expanding environment. Windows x86-64 also reported the same problem.

        Summary: [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)  (was: [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS))

Most often failing tests belong to verifier, but recently JNI test had failed with the same symptom.

> [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5381
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Windows
>            Reporter: Pavel Pervov
>
> Arbitrary test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.
> This only happens on Windows x86.
> (Update) Expanding environment. Windows x86-64 also reported the same problem.

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


[jira] Resolved: (HARMONY-5381) [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Pervov resolved HARMONY-5381.
-----------------------------------

    Resolution: Fixed

I'm closing the issue as fixed: 3 consecutive runs were successful. I'll reopen the issue if the problem reappears.

> [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5381
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Windows
>            Reporter: Pavel Pervov
>            Assignee: Pavel Pervov
>
> Arbitrary test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.
> This only happens on Windows x86.
> (Update) Expanding environment. Windows x86-64 also reported the same problem.

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


[jira] Commented: (HARMONY-5381) [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594065#action_12594065 ] 

Pavel Pervov commented on HARMONY-5381:
---------------------------------------

The patch for the static error message buffer was committed at revision 653183. I'll watch after VTSVM to understand if this fixes the failure.

> [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5381
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Windows
>            Reporter: Pavel Pervov
>            Assignee: Pavel Pervov
>
> Arbitrary test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.
> This only happens on Windows x86.
> (Update) Expanding environment. Windows x86-64 also reported the same problem.

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


[jira] Updated: (HARMONY-5381) [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Pervov updated HARMONY-5381:
----------------------------------

    Description: 
Arbitrary verifier test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.

This only happens on Windows x86.

(Update) Expanding environment. Windows x86-64 also reported the same problem.

  was:
Arbitrary verifier test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.

This only happens on Windows x86.

    Environment: Windows  (was: Windows x86)

> [buildtest][vts] verifier tests intermittently exit with code 0 instead of 104 (SUCCESS)
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5381
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Windows
>            Reporter: Pavel Pervov
>
> Arbitrary verifier test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.
> This only happens on Windows x86.
> (Update) Expanding environment. Windows x86-64 also reported the same problem.

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


[jira] Assigned: (HARMONY-5381) [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Pervov reassigned HARMONY-5381:
-------------------------------------

    Assignee: Pavel Pervov

> [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5381
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Windows
>            Reporter: Pavel Pervov
>            Assignee: Pavel Pervov
>
> Arbitrary test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.
> This only happens on Windows x86.
> (Update) Expanding environment. Windows x86-64 also reported the same problem.

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


[jira] Commented: (HARMONY-5381) [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593358#action_12593358 ] 

Pavel Pervov commented on HARMONY-5381:
---------------------------------------

Supposedly the cause of the issue is in static error message buffer inside new verifier code. I'm preparing the fix for this.

> [buildtest][vts] arbitrary tests intermittently exit with code 0 instead of 104 (SUCCESS)
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5381
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5381
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Windows
>            Reporter: Pavel Pervov
>            Assignee: Pavel Pervov
>
> Arbitrary test(s) (one or two in single run) can return exit code 0 albeit they successfully passed.
> This only happens on Windows x86.
> (Update) Expanding environment. Windows x86-64 also reported the same problem.

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