You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Chunrong Lai (JIRA)" <ji...@apache.org> on 2009/01/06 05:59:44 UTC

[jira] Updated: (HARMONY-6062) [buildtest][eut] Can not run Eut35 (Eclipse Unit Test) with Harmony

     [ https://issues.apache.org/jira/browse/HARMONY-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chunrong Lai updated HARMONY-6062:
----------------------------------

    Attachment: new-org.eclipse.jdt.text.tests.JdtTextTestSuite.log


 Here are the new error info for Harmony when running EUT35 after fixing HARMONY-6020.
 
org.xml.sax.SAXParseException: The version is required in the XML declaration.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.scanXMLDeclOrTextDecl(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanXMLDeclOrTextDecl(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
....

Status WARNING: org.eclipse.equinox.frameworkadmin code=0 Error converting bundle manifest. org.eclipse.osgi.service.pluginconversion.PluginConversionException:
 Error parsing plugin manifest file D:\eclipse-testing\eclipse\plugins\org.eclip
se.sdk.tests_3.1.0 at <missing argument>.
Status WARNING: org.eclipse.equinox.frameworkadmin code=0 Error converting bundle manifest. org.eclipse.osgi.service.pluginconversion.PluginConversionException:
 Error parsing plugin manifest file D:\eclipse-testing\eclipse\plugins\org.eclip
se.team.tests.core_3.1.0 at <missing argument>.
Status WARNING: org.eclipse.equinox.frameworkadmin code=0 Error converting bundle manifest. org.eclipse.osgi.service.pluginconversion.PluginConversionException:
 Error parsing plugin manifest file D:\eclipse-testing\eclipse\plugins\org.eclip
se.team.tests.cvs.core_3.3.200 at <missing argument>.
[Fatal Error] :1:20: The version is required in the XML declaration.
[Fatal Error] :1:20: The version is required in the XML declaration.


> [buildtest][eut] Can not run Eut35 (Eclipse Unit Test) with Harmony
> -------------------------------------------------------------------
>
>                 Key: HARMONY-6062
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6062
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>    Affects Versions: 5.0M8
>         Environment: Win32
>            Reporter: chunrong lai
>         Attachments: new-org.eclipse.jdt.text.tests.JdtTextTestSuite.log, org.eclipse.jdt.text.tests.JdtTextTestSuite.error.txt
>
>
> hi, Colleagues:
>      When I run Eclipse Unit Test 3.5 suite with Harmony I met some exceptions while RI runs fine here.  I am not sure if others met this issue also.
>      I am attaching the output file. In my understanding Harmony has strict constrains for the jar files so I can see some error info like "!MESSAGE Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-1.6".
>      To reproduce this issue,  one can do below steps to run selective test (here is jdttext):
>        (1) Unzip eclipse-Automated-Tests-3.5M3.zip in root directory of some drives, for example d:\.
>        (2) cd eclipse-testing, unzip eclipse-junit-tests-I20081030-1917.zip, unzip eclipse-SDK-3.5M3-win32.zip
>        (3) java -jar eclipse\plugins\org.eclipse.equinox.launcher_1.0.200.v20080825-1800.jar -application org.eclipse.test.uitestapplication -data workspace -dev bin formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,d:\eclipse-testing\eclipse\org.eclipse.jdt.text.tests.JdtTextTestSuite.xml -testPluginName org.eclipse.jdt.text.tests -className org.eclipse.jdt.text.tests.JdtTextTestSuite -os win32 -ws win32 -arch x86
>       In my running RI is OK with above steps while Harmony is not. 
>      

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