This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 160354 - 2 tests fail in org.netbeans.test.xml.schema.AcceptanceTestCase.class on Solaris10 sparc with jdk1.6.0_14 b03
Summary: 2 tests fail in org.netbeans.test.xml.schema.AcceptanceTestCase.class on Sola...
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@qa
URL: http://jqa.ireland/results/1.6.0_14/B...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 14:34 UTC by andymchale
Modified: 2011-06-10 09:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andymchale 2009-03-16 14:34:04 UTC
2 tests fail in org.netbeans.test.xml.schema.AcceptanceTestCase.class on Solaris10 sparc with jdk1.6.0_14 b03.


createNewSchema	Success		60.095
createSchemaComponents	Success		19.569
customizeSchema	Success		13.829
checkSourceCRC	Success		6.680
refactorComplexType	Failure	Wait "Closed window" state to be reached

org.netbeans.junit.AssertionFailedErrorException: Wait "Closed window" state to be reached
at org.netbeans.jellytools.JellyTestCase.runBare(JellyTestCase.java:167)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at org.netbeans.junit.NbTestCase.run(NbTestCase.java:207)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.netbeans.junit.NbModuleSuite$S.runInRuntimeContainer(NbModuleSuite.java:522)
at org.netbeans.junit.NbModuleSuite$S.run(NbModuleSuite.java:407)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)

Nested Exception is:
org.netbeans.jemmy.TimeoutExpiredException: Wait "Closed window" state to be reached
at org.netbeans.jemmy.Waiter.waitAction(Waiter.java:169)
at org.netbeans.jemmy.operators.Operator.waitState(Operator.java:693)
at org.netbeans.jemmy.operators.WindowOperator.waitClosed(WindowOperator.java:400)
at org.netbeans.test.xml.schema.AcceptanceTestCase.refactorComplexType(AcceptanceTestCase.java:420)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at org.netbeans.jellytools.JellyTestCase.runTest(JellyTestCase.java:184)
at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:84)
at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:330)
at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:267)
at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:346)
at org.netbeans.jellytools.JellyTestCase.runBare(JellyTestCase.java:151)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at org.netbeans.junit.NbTestCase.run(NbTestCase.java:207)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.netbeans.junit.NbModuleSuite$S.runInRuntimeContainer(NbModuleSuite.java:522)
at org.netbeans.junit.NbModuleSuite$S.run(NbModuleSuite.java:407)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
	18.673
applyDesignPattern	Failure	Depending on previous test, but it failed

junit.framework.AssertionFailedError: Depending on previous test, but it failed
at junit.framework.Assert.fail(Assert.java:47)
at org.netbeans.jellytools.JellyTestCase.startTest(JellyTestCase.java:295)
at org.netbeans.test.xml.schema.AcceptanceTestCase.startTest(AcceptanceTestCase.java:568)
at org.netbeans.test.xml.schema.AcceptanceTestCase.applyDesignPattern(AcceptanceTestCase.java:462)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at org.netbeans.jellytools.JellyTestCase.runTest(JellyTestCase.java:184)
at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:84)
at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:330)
at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:267)
at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:346)
at org.netbeans.jellytools.JellyTestCase.runBare(JellyTestCase.java:151)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at org.netbeans.junit.NbTestCase.run(NbTestCase.java:207)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.netbeans.junit.NbModuleSuite$S.runInRuntimeContainer(NbModuleSuite.java:522)
at org.netbeans.junit.NbModuleSuite$S.run(NbModuleSuite.java:407)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
	2.285
CreateXMLConstrainedDocument	Success



Results are here:

http://jqa.ireland/results/1.6.0_14/Build03/Netbeans6.5/Solaris10sparc/reruns/html5_fail/
Comment 1 Marian Mirilovic 2009-07-07 13:40:54 UTC
This issue was reported against NB 6.5 Binary Tests Distribution, we release NB
6.7 Binary Tests Distribution recently and after all changes in codebase as well
as in organization, we are starting new era of BTD. Please report all new
failures and we'll do evaluate results weekly. Thanks in advance.