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/02/05 16:51:59 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12670802#action_12670802 ] 

Chunrong Lai commented on HARMONY-6062:
---------------------------------------


hi, Regis:
    Thanks for the sharing.
    Here are two quick comments.
    For (2), I have not configure the pde tests to run in my previous running. Thanks for pointing it out.
    For (3), we know how to workaround the jdtcoretestbuilder failures in current EUT. I did ask Eclipse people to raise our question since we think it is the problem of EUT. The issues, include the missed entry you met, have been discussed in HARMONY-6072. In my understanding it is hard to say as the problem of classlib (although it comes after parsing the depends\files\bootclasspath.properties).  
    Anyway if you need to workaround the problem in (3), you need to copy the dependent serializer/xml-apis/xercesImpl.jar to same deploy directory of xalan.jar. Depends on the implementation of VME it could still fail from another duplicate entry issue (sensitive to EUT), if so the VME will need to check/reorder (the order of) the output string of System.getProperty("vm.boot.class.path") for the dependent jars and the original jar. 


> [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: eut.vme.zip, new-org.eclipse.jdt.text.tests.JdtTextTestSuite.log, org.eclipse.jdt.text.tests.JdtTextTestSuite.error.txt, result.html.zip
>
>
> 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.