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/07 05:25:44 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=12661438#action_12661438 ] 

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


  I finally found that the above XML format error, in EUT35 configuration phase, is occasional so I can proceed in EUT35 running.
  Here are current running status (in win32, I also attch the results html files), your feedbacks are welcome:

                                                                           Tests     Failures	       Errors	 Success rate	 
      org.eclipse.ui.tests                                      2143        19                    1            99.07% 
      org.eclipse.jdt.core.tests.model              11138        0                    6            99.95% 
      org.eclipse.jdt.core.tests.compiler          10216      17                    0            99.83% 
      org.eclipse.jdt.core.tests.builder                 195         0                 184             5.64% 
      org.eclipse.jdt.core.tests.performance         1           0                    0          100.00% 
      org.eclipse.team.tests.core                           17           0                    0          100.00% 
      org.eclipse.update.tests                               131           0                    0          100.00% 
      org.eclipse.core.expressions.tests              98            0                    0          100.00% 
      org.eclipse.osgi.tests                                    504         48                 101           70.44% 
      org.eclipse.core.tests.resources                 914          7                   29           96.06% 
      org.eclipse.core.tests.runtime                     389          1                     0            99.74% 
      org.eclipse.compare.tests                             80           0                     0           100.00% 
      org.eclipse.ant.tests.core                               85            0                     0           100.00% 
      org.eclipse.releng.tests                                  5             0                     0           100.00% 
      org.eclipse.jdt.text.tests                                500          0                     0           100.00%   
 
      Totally:                                                           26416        92                 321           98.42%

   (1) I think that the low pass rate of jdt.core.tests.builder and  osgi.tests may be related with some configuration phase issues.
   (2) Many errors should just same harmony issue.  
   (3) The running is not fully finished since below error blocked the running  of later tests.
         testWorkspaceFile Error Problems encountered while deleting resources.  
       [for] D:\eut35.1\build.xml:344: Unable to delete file D:\eut35.1\eclipse-testing\tmp\tmp\test28606.doc

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