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 157935 - org.netbeans.test.xml.schema.general.query.Query_0001.class fails on both WinXp Home and Pro for jdk 6u12, jdk 6u8 & jdk 6u10
Summary: org.netbeans.test.xml.schema.general.query.Query_0001.class fails on both Win...
Status: RESOLVED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Other Windows XP
: P3 blocker (vote)
Assignee: issues@qa
URL: http://jqa.ireland/results/1.6.0_08/B...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2009-02-04 17:52 UTC by andymchale
Modified: 2009-07-07 13:47 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-02-04 17:52:42 UTC
org.netbeans.test.xml.schema.general.query.Query_0001.class fails on both WinXp Home and Pro for both jdk 6u8 & jdk 6u10
because of a "scrolling" issue. Have re-run the fails but it makes no difference. 

jdk 6u8 Win XP pro can be found at:
http://jqa.ireland/results/1.6.0_08/Build02/Netbeans6.5/WinXPProx86/re_runs/fail_rerun/

jdk 6u10 results can be found at :

http://jqa.ireland/results/1.6.0_10/b33/Netbeans6.5/WinXPHomex86/fail-rerun/html/

http://jqa.ireland/results/1.6.0_10/b33/Netbeans6.5/WinXPProx86/fail_rerun/

Fail message as follows:

QueryDerivations	Failure	Scrolling

org.netbeans.junit.AssertionFailedErrorException: Scrolling
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: Scrolling
at org.netbeans.jemmy.Waiter.waitAction(Waiter.java:169)
at org.netbeans.jemmy.ActionProducer.produceAction(ActionProducer.java:274)
at org.netbeans.jemmy.operators.Operator.produceTimeRestricted(Operator.java:718)
at org.netbeans.jemmy.operators.Operator.produceTimeRestricted(Operator.java:741)
at org.netbeans.jemmy.operators.JScrollBarOperator.scrollTo(JScrollBarOperator.java:372)
at org.netbeans.jemmy.operators.JScrollBarOperator.scrollTo(JScrollBarOperator.java:362)
at org.netbeans.jemmy.operators.JScrollPaneOperator.scrollToComponentRectangle(JScrollPaneOperator.java:445)
at org.netbeans.jemmy.operators.JTreeOperator.scrollToPath(JTreeOperator.java:1261)
at org.netbeans.jemmy.operators.JTreeOperator.clickOnPath(JTreeOperator.java:1131)
at org.netbeans.jemmy.operators.JTreeOperator.clickOnPath(JTreeOperator.java:1147)
at org.netbeans.jemmy.operators.JTreeOperator.clickOnPath(JTreeOperator.java:1157)
at org.netbeans.jemmy.operators.JTreeOperator.clickOnPath(JTreeOperator.java:1166)
at org.netbeans.jemmy.operators.JTreeOperator.findPathPrimitive(JTreeOperator.java:2324)
at org.netbeans.jemmy.operators.JTreeOperator.findPathPrimitive(JTreeOperator.java:2341)
at org.netbeans.jemmy.operators.JTreeOperator.findPath(JTreeOperator.java:619)
at org.netbeans.jemmy.operators.JTreeOperator.findPath(JTreeOperator.java:772)
at org.netbeans.jemmy.operators.JTreeOperator.findPath(JTreeOperator.java:860)
at org.netbeans.jemmy.operators.JTreeOperator.findPath(JTreeOperator.java:976)
at org.netbeans.jellytools.nodes.Node.(Node.java:95)
at org.netbeans.jellytools.nodes.ProjectRootNode.(ProjectRootNode.java:73)
at org.netbeans.jellytools.ProjectsTabOperator.getProjectRootNode(ProjectsTabOperator.java:106)
at org.netbeans.test.xml.schema.general.query.Query_0001.CallPopupNoBlock(Query_0001.java:145)
at org.netbeans.test.xml.schema.general.query.Query_0001.QueryDerivations(Query_0001.java:269)
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)
Comment 1 andymchale 2009-02-05 15:08:07 UTC
This test also fails on RHEL5 x86. Results can be viewed here:

http://jqa.ireland/results/1.6.0_10/b33/Netbeans6.5/RHEL5x86/reruns/fail_rerun1/
Comment 2 andymchale 2009-02-13 16:08:01 UTC
6u12 results and reruns can be found at the following location:

http://jqa.ireland/results/1.6.0_12/Build03/Netbeans6.5/WinXPProx86/

Comment 3 andymchale 2009-02-18 14:21:57 UTC
Same result on 5.0u17 WinXPProx86. Results/reruns can be found here:

http://jqa.ireland/results/1.5.0_17/Build04/Netbeans6.5/WinXPProx86/
Comment 4 andymchale 2009-02-23 11:45:35 UTC
Same result on 5.0u17b10 WinXPProx86. Results/reruns can be found here:

http://jqa.ireland/results/1.5.0_17/Build10/Netbeans6.5/
Comment 5 andymchale 2009-02-23 17:32:30 UTC
The same test fails on Windows Vista for jdk1.5.0_17 also.

Results and reruns are here:

http://jqa.ireland/results/1.5.0_17/Build10/Netbeans6.5/WinVistax86/
Comment 6 andymchale 2009-03-16 14:39:08 UTC
Also happens on jdk1.6.0_14 b03:

http://jqa.ireland/results/1.6.0_14/Build03/Netbeans6.5/WinXPHomex86/reruns/html4fail/
Comment 7 andymchale 2009-03-30 16:47:34 UTC
Also happens on jdk1.6.0_13 b05 with RHEL5 x86. Results are here:

http://jqa.ireland/results/1.6.0_13/Build05/Netbeans/RHEL5x86/reruns/html4_fail/
Comment 8 andymchale 2009-04-15 14:16:49 UTC
Same result on 5.0u18 b05 WinXPProx86.

Results:

http://jqa.ireland/results/1.5.0_18/Build05/Netbeans/WinXPProx86/reruns/html_fail/
Comment 9 andymchale 2009-04-15 14:33:40 UTC
Same issue on jdk1.6.0_13 b06 on RHEL4 x86 & WinXPHome x86 platforms. Results are here:

http://jqa.ireland/results/1.6.0_13/Build06/Netbeans/RHEL4x86/reruns/html7_fail/

http://jqa.ireland/results/1.6.0_13/Build06/Netbeans/WinXPHomex86/reruns/html3_fail/
Comment 10 andymchale 2009-04-27 14:25:40 UTC
The same test fails on Windows Vista for jdk1.5.0_18 b06 also.

Results and reruns are here:

http://jqa.ireland/results/1.5.0_18/Build06/Netbeans/WinVistax86/testrun/html/
Comment 11 andymchale 2009-04-27 14:42:41 UTC
The same test fails on RHEL5 x86 for jdk1.5.0_18 b06 also.

Results and reruns are here:


http://jqa.ireland/results/1.5.0_18/Build06/Netbeans/RHEL5x86/testrun/html/
Comment 12 andymchale 2009-05-08 17:32:11 UTC
Same test returns same error with jdk1.6.0_14b06 on RHEL5x86. 

Tried re-running test but same result.

Results:

http://jqa.ireland/results/1.6.0_14/Build06/Netbeans/RHEL5x86/testrun/html/

Comment 13 andymchale 2009-05-08 17:57:35 UTC
Same test fails with jdk1.5.0_19b02 on Win XP Home. 

Tried re-running test but same result.

Results:

http://jqa.ireland/results/1.5.0_19/Build02/Netbeans/WinXPHome/reruns/html4_fail/
Comment 14 andymchale 2009-05-11 14:57:40 UTC
Same test fails with jdk1.6.0_13 b08 on RHEL5x86. 

Tried re-running test but it still fails.

Results:

http://jqa.ireland/results/1.6.0_13/Build08/Netbeans/RHEL5x86/testrun/html/
Comment 15 andymchale 2009-05-20 16:58:59 UTC
Same test fails with jdk1.6.0_14b07 on Win XP Home. 

Results:

http://jqa.ireland/results/1.6.0_14/Build07/Netbeans/WinXPHome/testrun/html/
Comment 16 andymchale 2009-05-27 17:03:43 UTC
Same result on OpenSolaris x86 with jdk1.6.0_13 b08. Tried rerun but it still fails:

http://jqa.ireland/results/1.6.0_13/Build08/Netbeans/OpenSolarisx86/rerun/html4_fail/
Comment 17 andymchale 2009-06-05 14:29:56 UTC
Same test fails with jdk1.6.0_14 b09 on RHEL5x86. 

Tried re-running test but it still fails.

Results:

http://jqa.ireland/results/1.6.0_14/Build09/Netbeans/RHEL5x86/reruns/html5_fail/
Comment 18 andymchale 2009-06-05 16:58:32 UTC
Same result on OpenSolaris x86 with jdk 1.6.0_14 b09.

http://jqa.ireland/results/1.6.0_14/Build09/Netbeans/OpenSolarisx86/reruns/html6_fail/
Comment 19 andymchale 2009-06-22 14:07:27 UTC
Same test fails with jdk1.5.0_19b04 on virtual box image of Windows Vista x64. 

Tried re-running test but same result.

Results:

http://jqa.ireland/results/1.5.0_19/Build04/Netbeans/WinVistax64(VM)/rerun/html4_fail/
Comment 20 andymchale 2009-06-22 17:29:01 UTC
The same test fails on on virtual box image of Solaris10 x86 with jdk1.6.0_15 b02. Tried to rerun test but it still fails.

Results:

http://jqa.ireland/results/1.6.0_15/Build02/Netbeans/Solaris10x86(VM)/rerun/html5_fail/
 
Comment 21 Marian Mirilovic 2009-07-07 13:47:17 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.