You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Serguei Zapreyev (JIRA)" <ji...@apache.org> on 2006/10/05 11:07:19 UTC

[jira] Created: (HARMONY-1712) [DRLVM][kernel tests] j.l.PackageTest fails

[DRLVM][kernel tests] j.l.PackageTest fails
-------------------------------------------

                 Key: HARMONY-1712
                 URL: http://issues.apache.org/jira/browse/HARMONY-1712
             Project: Harmony
          Issue Type: Bug
            Reporter: Serguei Zapreyev
            Priority: Trivial


java.lang.PackageTest fails because the version information about the Harmony's package were added:

Testsuite: java.lang.PackageTest
Tests run: 16, Failures: 2, Errors: 0, Time elapsed: 0.13 sec

Testcase: test_getImplementationTitle_V(java.lang.PackageTest):	FAILED
Error3: unexpected title: expected:<[...]> but was:<[Apache Harmony]>

Testcase: test_getImplementationVendor_V(java.lang.PackageTest):	FAILED
Error3: unexpected vendor: expected:<[...]> but was:<[The Apache Software Foundation]>


-- 
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] Closed: (HARMONY-1712) [DRLVM][kernel tests] j.l.PackageTest fails

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1712?page=all ]

Geir Magnusson Jr closed HARMONY-1712.
--------------------------------------

    Resolution: Fixed

> [DRLVM][kernel tests] j.l.PackageTest fails
> -------------------------------------------
>
>                 Key: HARMONY-1712
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1712
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Serguei Zapreyev
>         Assigned To: Geir Magnusson Jr
>            Priority: Trivial
>         Attachments: H1712.jlP_test.txt
>
>
> java.lang.PackageTest fails because the version information about the Harmony's package were added:
> Testsuite: java.lang.PackageTest
> Tests run: 16, Failures: 2, Errors: 0, Time elapsed: 0.13 sec
> Testcase: test_getImplementationTitle_V(java.lang.PackageTest):	FAILED
> Error3: unexpected title: expected:<[...]> but was:<[Apache Harmony]>
> Testcase: test_getImplementationVendor_V(java.lang.PackageTest):	FAILED
> Error3: unexpected vendor: expected:<[...]> but was:<[The Apache Software Foundation]>

-- 
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-1712) [DRLVM][kernel tests] j.l.PackageTest fails

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

Serguei Zapreyev updated HARMONY-1712:
--------------------------------------

    Attachment: H1712.jlP_test.txt

The patch to fix the PackageTest.

> [DRLVM][kernel tests] j.l.PackageTest fails
> -------------------------------------------
>
>                 Key: HARMONY-1712
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1712
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Serguei Zapreyev
>            Priority: Trivial
>         Attachments: H1712.jlP_test.txt
>
>
> java.lang.PackageTest fails because the version information about the Harmony's package were added:
> Testsuite: java.lang.PackageTest
> Tests run: 16, Failures: 2, Errors: 0, Time elapsed: 0.13 sec
> Testcase: test_getImplementationTitle_V(java.lang.PackageTest):	FAILED
> Error3: unexpected title: expected:<[...]> but was:<[Apache Harmony]>
> Testcase: test_getImplementationVendor_V(java.lang.PackageTest):	FAILED
> Error3: unexpected vendor: expected:<[...]> but was:<[The Apache Software Foundation]>

-- 
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] Reopened: (HARMONY-1712) [DRLVM][kernel tests] j.l.PackageTest fails

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1712?page=all ]

Geir Magnusson Jr reopened HARMONY-1712:
----------------------------------------

             

> [DRLVM][kernel tests] j.l.PackageTest fails
> -------------------------------------------
>
>                 Key: HARMONY-1712
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1712
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Serguei Zapreyev
>         Assigned To: Geir Magnusson Jr
>            Priority: Trivial
>         Attachments: H1712.jlP_test.txt
>
>
> java.lang.PackageTest fails because the version information about the Harmony's package were added:
> Testsuite: java.lang.PackageTest
> Tests run: 16, Failures: 2, Errors: 0, Time elapsed: 0.13 sec
> Testcase: test_getImplementationTitle_V(java.lang.PackageTest):	FAILED
> Error3: unexpected title: expected:<[...]> but was:<[Apache Harmony]>
> Testcase: test_getImplementationVendor_V(java.lang.PackageTest):	FAILED
> Error3: unexpected vendor: expected:<[...]> but was:<[The Apache Software Foundation]>

-- 
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-1712) [DRLVM][kernel tests] j.l.PackageTest fails

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1712?page=all ]

Geir Magnusson Jr updated HARMONY-1712:
---------------------------------------

    Component/s: DRLVM

categorizing properly

> [DRLVM][kernel tests] j.l.PackageTest fails
> -------------------------------------------
>
>                 Key: HARMONY-1712
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1712
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Serguei Zapreyev
>         Assigned To: Geir Magnusson Jr
>            Priority: Trivial
>         Attachments: H1712.jlP_test.txt
>
>
> java.lang.PackageTest fails because the version information about the Harmony's package were added:
> Testsuite: java.lang.PackageTest
> Tests run: 16, Failures: 2, Errors: 0, Time elapsed: 0.13 sec
> Testcase: test_getImplementationTitle_V(java.lang.PackageTest):	FAILED
> Error3: unexpected title: expected:<[...]> but was:<[Apache Harmony]>
> Testcase: test_getImplementationVendor_V(java.lang.PackageTest):	FAILED
> Error3: unexpected vendor: expected:<[...]> but was:<[The Apache Software Foundation]>

-- 
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] Assigned: (HARMONY-1712) [DRLVM][kernel tests] j.l.PackageTest fails

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1712?page=all ]

Geir Magnusson Jr reassigned HARMONY-1712:
------------------------------------------

    Assignee: Geir Magnusson Jr

> [DRLVM][kernel tests] j.l.PackageTest fails
> -------------------------------------------
>
>                 Key: HARMONY-1712
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1712
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Serguei Zapreyev
>         Assigned To: Geir Magnusson Jr
>            Priority: Trivial
>         Attachments: H1712.jlP_test.txt
>
>
> java.lang.PackageTest fails because the version information about the Harmony's package were added:
> Testsuite: java.lang.PackageTest
> Tests run: 16, Failures: 2, Errors: 0, Time elapsed: 0.13 sec
> Testcase: test_getImplementationTitle_V(java.lang.PackageTest):	FAILED
> Error3: unexpected title: expected:<[...]> but was:<[Apache Harmony]>
> Testcase: test_getImplementationVendor_V(java.lang.PackageTest):	FAILED
> Error3: unexpected vendor: expected:<[...]> but was:<[The Apache Software Foundation]>

-- 
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] Closed: (HARMONY-1712) [DRLVM][kernel tests] j.l.PackageTest fails

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1712?page=all ]

Geir Magnusson Jr closed HARMONY-1712.
--------------------------------------


> [DRLVM][kernel tests] j.l.PackageTest fails
> -------------------------------------------
>
>                 Key: HARMONY-1712
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1712
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Serguei Zapreyev
>         Assigned To: Geir Magnusson Jr
>            Priority: Trivial
>         Attachments: H1712.jlP_test.txt
>
>
> java.lang.PackageTest fails because the version information about the Harmony's package were added:
> Testsuite: java.lang.PackageTest
> Tests run: 16, Failures: 2, Errors: 0, Time elapsed: 0.13 sec
> Testcase: test_getImplementationTitle_V(java.lang.PackageTest):	FAILED
> Error3: unexpected title: expected:<[...]> but was:<[Apache Harmony]>
> Testcase: test_getImplementationVendor_V(java.lang.PackageTest):	FAILED
> Error3: unexpected vendor: expected:<[...]> but was:<[The Apache Software Foundation]>

-- 
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] Resolved: (HARMONY-1712) [DRLVM][kernel tests] j.l.PackageTest fails

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1712?page=all ]

Geir Magnusson Jr resolved HARMONY-1712.
----------------------------------------

    Resolution: Fixed

r453247

> [DRLVM][kernel tests] j.l.PackageTest fails
> -------------------------------------------
>
>                 Key: HARMONY-1712
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1712
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Serguei Zapreyev
>         Assigned To: Geir Magnusson Jr
>            Priority: Trivial
>         Attachments: H1712.jlP_test.txt
>
>
> java.lang.PackageTest fails because the version information about the Harmony's package were added:
> Testsuite: java.lang.PackageTest
> Tests run: 16, Failures: 2, Errors: 0, Time elapsed: 0.13 sec
> Testcase: test_getImplementationTitle_V(java.lang.PackageTest):	FAILED
> Error3: unexpected title: expected:<[...]> but was:<[Apache Harmony]>
> Testcase: test_getImplementationVendor_V(java.lang.PackageTest):	FAILED
> Error3: unexpected vendor: expected:<[...]> but was:<[The Apache Software Foundation]>

-- 
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