[classlib][EUT] 2 tests report compile problems in EUT 3.2 jdtdebug suite
-------------------------------------------------------------------------
Key: HARMONY-4834
URL: https://issues.apache.org/jira/browse/HARMONY-4834
Project: Harmony
Issue Type: Bug
Components: Classlib
Environment: Windows/x86
Reporter: Ilya Berezhniuk
2 tests in jdtdebug suite fail with messages about compilation problems:
-----------------------------------
Testcase: org.eclipse.jdt.debug.tests.ProjectCreationDecorator.testForUnexpectedErrorsInProject:
junit.framework.AssertionFailedError: Unexpected compile errors in project. Expected 1, found
2
at org.eclipse.jdt.debug.tests.ProjectCreationDecorator.testForUnexpectedErrorsInProject(ProjectCreationDecorator.java:290)
at java.lang.reflect.VMReflection.invokeMethod(Native Method)
at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:53)
at java.lang.Thread.run(Unknown Source)
-----------------------------------
Testcase: org.eclipse.jdt.debug.tests.ProjectCreationDecorator.testClassFilesGenerated:
junit.framework.AssertionFailedError: No class files exist
at org.eclipse.jdt.debug.tests.ProjectCreationDecorator.testClassFilesGenerated(ProjectCreationDecorator.java:311)
at java.lang.reflect.VMReflection.invokeMethod(Native Method)
at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:53)
at java.lang.Thread.run(Unknown Source)
-----------------------------------
See log at
http://people.apache.org/~smishura/r576550/Windows_x86/eut/report.txt
To reproduce failures:
1) Use Harmony JDK from http://people.apache.org/builds/harmony/snapshots/r576550/apache-harmony-jdk-r576550-windows-x86-32-snapshot.zip
2) Download http://mirrors.nsa.co.il/eclipse/eclipse/downloads/drops/R-3.2-200606291905/eclipse-Automated-Tests-3.2.zip
3) To run with script or command line, use instructions in eclipse-testing/readme.html from
eclipse-Automated-Tests-3.2.zip archive
4) To run from Eclipse GUI follow the instruction in http://wiki.apache.org/harmony/Eclipse_Unit_Tests_Pass_on_DRLVM#How_to_run_EUT_individual
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|