Bug 105903 - Ant UI tests is failing
Summary: Ant UI tests is failing
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 3.1   Edit
Hardware: PC HP-UX
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2005-08-03 09:02 EDT by Jayaprakash CLA
Modified: 2009-08-30 02:11 EDT (History)
2 users (show)

See Also:


Attachments
Ant UI test result (31.67 KB, text/html)
2005-08-03 09:02 EDT, Jayaprakash CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jayaprakash CLA 2005-08-03 09:02:09 EDT
Hi,
I ran the Ant UI test(Eclipse automated test) on HP-UX. I saw the following 
two test cases are failing.
- testExtensionPointTask
- testProjectHelp
Can you please look at this. I have also attachd my test result.

Thanks,
JP
Comment 1 Jayaprakash CLA 2005-08-03 09:02:51 EDT
Created attachment 25614 [details]
Ant UI test result
Comment 2 Darin Swanson CLA 2005-08-03 17:12:24 EDT
Thank you for the bug report.
Do these 2 tests consistently fail?
On my testing and the Eclipse build testing these tests are passing.
Comment 3 Jayaprakash CLA 2005-08-04 00:42:33 EDT
Yes. It is failing consistently for me. 
Comment 4 Jayaprakash CLA 2005-08-04 05:39:46 EDT
I have also listed the stack trace for both test cases

1) testExtensionPointTask

Incorrect number of messages logged for build. Should be 6. Was 4 

junit.framework.AssertionFailedError: Incorrect number of messages logged for 
build. Should be 6. Was 4
at org.eclipse.ant.tests.ui.separateVM.SeparateVMTests.testExtensionPointTask
(SeparateVMTests.java:82)
at org.eclipse.ant.tests.ui.AbstractAntUIBuildTest.access$0
(AbstractAntUIBuildTest.java:1)
at org.eclipse.ant.tests.ui.AbstractAntUIBuildTest$1.run
(AbstractAntUIBuildTest.java:44)
at java.lang.Thread.run(Thread.java:534)


2) testExtensionPointType

Incorrect number of messages logged for build. Should be 6. Was 3 

junit.framework.AssertionFailedError: Incorrect number of messages logged for 
build. Should be 6. Was 3
at org.eclipse.ant.tests.ui.separateVM.SeparateVMTests.testExtensionPointType
(SeparateVMTests.java:91)
at org.eclipse.ant.tests.ui.AbstractAntUIBuildTest.access$0
(AbstractAntUIBuildTest.java:1)
at org.eclipse.ant.tests.ui.AbstractAntUIBuildTest$1.run
(AbstractAntUIBuildTest.java:44)
at java.lang.Thread.run(Thread.java:534)
Comment 5 Sumit Sarkar CLA 2005-08-22 16:39:07 EDT
1. testExtensionPointTask
   - Passes when the "antui" tests are run in "-noclean" mode, like:
      runtests -os hpux -ws motif -arch ia64_32 -noclean antui
    

2. testProjectHelp	  
   - Passes when the "antui" tests are run in 'clean=true' mode, like:
      runtests -os hpux -ws motif -arch ia64_32 antui 
 
These tests were run on HP Integrity server (running HP-UX 11.23, JDK 1.4.2_07)
with the following option: 
  -os hpux -ws motif -arch ia64_32
Comment 6 Darin Swanson CLA 2006-01-19 18:32:46 EST
If you setup a selfhosting environment as outlined here:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ant-home/contributing.html
and here
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-debug-home/project/workspace.html
then run the Ant UI tests, do they pass?
Comment 7 Darin Swanson CLA 2006-03-08 10:28:30 EST
Is there anything more that can be reported here to help out in the diagnosis?
Comment 8 Darin Swanson CLA 2006-03-20 13:54:21 EST
Please reopen with any more details that are to follow.
Comment 9 Denis Roy CLA 2009-08-30 02:11:58 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.