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 157936 - gui.core.favorites.BasicsTest.class test fails fails on both Solaris 10 sparc & Solaris 10 x86 platforms for jdk6u12, jdk 6u8 & jdk 6u10
Summary: gui.core.favorites.BasicsTest.class test fails fails on both Solaris 10 sparc...
Status: RESOLVED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Solaris
: 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 18:05 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 18:05:09 UTC
gui.core.favorites.BasicsTest.class test fails fails on both Solaris 10 sparc & Solaris 10 x86 platforms for both jdk
6u8 & jdk 6u10. 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/Solaris10x86/fails_reruns/failrerun1/

jdk 6u10 results can be found at :
http://jqa.ireland/results/1.6.0_10/b33/Netbeans6.5/Solaris10sparc/reruns/fail_rerun1/

http://jqa.ireland/results/1.6.0_10/b33/Netbeans6.5/Solaris10x86/reruns/fail_rerun1/

Fail message as follows:

testRemoveFromFavorites	Failure	Unknown/null/invalid tree path.

org.netbeans.junit.AssertionFailedErrorException: Unknown/null/invalid tree path.
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.operators.JTreeOperator$NoSuchPathException: Unknown/null/invalid tree path.
at org.netbeans.jemmy.operators.JTreeOperator.scrollToPath(JTreeOperator.java:1270)
at org.netbeans.jemmy.operators.JTreeOperator.scrollToRow(JTreeOperator.java:1279)
at org.netbeans.jemmy.drivers.trees.JTreeMouseDriver.selectItems(JTreeMouseDriver.java:107)
at org.netbeans.jemmy.operators.JTreeOperator.selectPaths(JTreeOperator.java:1073)
at org.netbeans.jemmy.operators.JTreeOperator.callPopupOnPaths(JTreeOperator.java:1194)
at org.netbeans.jemmy.operators.JTreeOperator.callPopupOnPaths(JTreeOperator.java:1210)
at org.netbeans.jellytools.actions.Action.callPopup(Action.java:472)
at org.netbeans.jellytools.actions.Action.performPopup(Action.java:431)
at org.netbeans.jellytools.actions.Action.performPopup(Action.java:424)
at org.netbeans.jellytools.nodes.Node.performPopupAction(Node.java:224)
at gui.core.favorites.BasicsTest.testRemoveFromFavorites(BasicsTest.java:163)
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-17 17:08:35 UTC
6u12b03 results for Solaris 10 sparc:

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

6u12b03 results for Solaris 10 x86:

http://jqa.ireland/results/1.6.0_12/Build03/Netbeans6.5/Solaris10x86/
Comment 2 andymchale 2009-02-23 13:29:41 UTC
Same fail occurs on jdk 1.5.0_17 b10 with Solaris 10 x86. Results/reruns are here:

http://jqa.ireland/results/1.5.0_17/Build10/Netbeans6.5/Solaris10x86/
Comment 3 andymchale 2009-02-23 14:53:34 UTC
Same fail occurs on jdk 1.5.0_17 b10 with Solaris 10 sparc. Results/reruns are here:

http://jqa.ireland/results/1.5.0_17/Build10/Netbeans6.5/Solaris10sparc/
Comment 4 andymchale 2009-03-16 14:12:15 UTC
Same fail occurs on jdk 1.6.0_14 b03 with Solaris 10 sparc & Solaris 10 x86 platforms. Have re-run the fails but it
makes no difference. Results are here http://jqa.ireland/results/1.6.0_14/Build03/Netbeans6.5/
Comment 5 andymchale 2009-03-16 14:51:30 UTC
Same fail occurs on jdk 1.5.0_18 b03 with Solaris 10 sparc & Solaris 10 x86 platforms. Have re-run the fails but it
makes no difference. 
Comment 6 andymchale 2009-03-27 18:52:03 UTC
Also fails on 6u13b05.

Result:

http://jqa.ireland/results/1.6.0_13/Build05/Netbeans/Solaris9_sparc/reruns/html2_fail/
Comment 8 andymchale 2009-04-15 13:49:50 UTC
Same fail occurs on jdk 1.5.0_18 b05 with Solaris 10 x86 platform. Have re-run the fails but it
makes no difference. 

http://jqa.ireland/results/1.5.0_18/Build05/Netbeans/Solaris10x86/reruns/html2_fail/
Comment 9 andymchale 2009-04-27 15:42:45 UTC
Same fail occurs on jdk 1.6.0_13 b07 with Solaris 10 sparc platform. Have re-run the fails but get same result.
Results/Reruns are here:

http://jqa.ireland/results/1.6.0_13/Build07/Netbeans/Sol10sparc/reruns/html2fail/
Comment 10 andymchale 2009-05-08 17:35:03 UTC
Same test returns same error with jdk1.5.0_19 b02 on Solaris 10 sparc. 

Tried re-running test but same result.

Results:

http://jqa.ireland/results/1.5.0_19/Build02/Netbeans/Sol10sparc/reruns/html2_fail/

Comment 11 andymchale 2009-05-08 17:51:37 UTC
Same test returns same error with jdk1.5.0_19b02 on Solaris 10 x86. 

Tried re-running test but same result.

Results:

http://jqa.ireland/results/1.5.0_19/Build02/Netbeans/Sol10x86/reruns/html2_fail/
Comment 12 andymchale 2009-05-08 17:51:38 UTC
Same test returns same error with jdk1.5.0_19b02 on Solaris 10 x86. 

Tried re-running test but same result.

Results:

http://jqa.ireland/results/1.5.0_19/Build02/Netbeans/Sol10x86/reruns/html2_fail/
Comment 13 andymchale 2009-05-11 15:43:05 UTC
Same fail occurs on jdk 1.6.0_13 b08 with Solaris 10 x86 platform. 

Have re-run the fails but get same result.

Results are here:

http://jqa.ireland/results/1.6.0_13/Build08/Netbeans/Solaris10x86/testrun/html/
Comment 14 andymchale 2009-05-27 17:00:22 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/html2_fail/
Comment 15 andymchale 2009-06-22 17:23:27 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/html2_fail/
Comment 16 Marian Mirilovic 2009-07-07 13:47:26 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.