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 158010 - 1 test in org.netbeans.test.permanentUI.PermanentUITest.class returns an error on RHEL5 x86 with jdk 6u8 & jdk 6u10
Summary: 1 test in org.netbeans.test.permanentUI.PermanentUITest.class returns an erro...
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@qa
URL: http://jqa.ireland/results/1.6.0_08/B...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 15:02 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-02-05 15:02:50 UTC
1 test in org.netbeans.test.permanentUI.PermanentUITest.class returns an error on RHEL5 x86 with jdk 6u8 & jdk 6u10.
Have re-run the test but it makes no difference.

jdk 6u8 result:

http://jqa.ireland/results/1.6.0_08/Build02/Netbeans6.5/RHEL5x86/reruns/error2/

Error displayed:

testOptionsCategories	Error	N/A

java.lang.NullPointerException
at org.netbeans.test.permanentUI.OptionsTest.testOptionsCategories(OptionsTest.java:123)
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)


jdk 6u10 result:

http://jqa.ireland/results/1.6.0_10/b33/Netbeans6.5/RHEL5x86/reruns/error_rerun/

Error displayed:

testOptionsCategories	Error	N/A

java.lang.NullPointerException
at org.netbeans.test.permanentUI.OptionsTest.testOptionsCategories(OptionsTest.java:123)
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-03-27 18:53:46 UTC
Error also occurs on Solaris sparc 9 with jdk 6u13 b05.

Results:

http://jqa.ireland/results/1.6.0_13/Build05/Netbeans/Solaris9_sparc/reruns/html4_error/
Comment 2 andymchale 2009-03-30 16:43:50 UTC
Error also occurs on RHEL5 x86 with jdk 6u13 b05.

Results:

http://jqa.ireland/results/1.6.0_13/Build05/Netbeans/RHEL5x86/reruns/html2_err/
Comment 3 andymchale 2009-04-15 14:59:29 UTC
Error also occurs on RHEL4 x86 with jdk 6u13 b06.

Results:

http://jqa.ireland/results/1.6.0_13/Build06/Netbeans/RHEL4x86/reruns/html5_err/
Comment 4 andymchale 2009-05-08 17:29:26 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 5 andymchale 2009-05-11 14:56:29 UTC
Same test returns same error with jdk1.6.0_13 b08 on RHEL5x86. 

Tried re-running test but it still returns same error.

Results:

http://jqa.ireland/results/1.6.0_13/Build08/Netbeans/RHEL5x86/testrun/html/
Comment 6 andymchale 2009-05-27 17:01:52 UTC
Same result on OpenSolaris x86 with jdk1.6.0_13 b08. Tried rerun but it still returns error:

http://jqa.ireland/results/1.6.0_13/Build08/Netbeans/OpenSolarisx86/rerun/html3_err/

Comment 7 andymchale 2009-05-27 17:26:34 UTC
Same error occurs on Opensolaris with jdk 1.6.0_15 Build01. Tried rerun but same result:

http://jqa.ireland/results/1.6.0_15/Build01/Netbeans/Opensolarisx64/rerun/html6_err/
Comment 8 andymchale 2009-05-27 17:39:41 UTC
Same error occurs on Opensolaris sparc with jdk 1.6.0_15 Build01. Tried rerun but same result:

http://jqa.ireland/results/1.6.0_15/Build01/Netbeans/Opensolaris_sparc/rerun/html5_fail/
Comment 9 andymchale 2009-06-05 14:28:19 UTC
Same test returns same error with jdk1.6.0_14 b09 on RHEL5x86. 

Tried re-running test but it still returns same error.

Results:

http://jqa.ireland/results/1.6.0_14/Build09/Netbeans/RHEL5x86/reruns/html3_err/
Comment 10 andymchale 2009-06-05 16:40:51 UTC
Same test returns same error with jdk1.6.0_14 b09 on Open Solaris sparc. 

Tried re-running test but it still returns same error.

Results:

http://jqa.ireland/results/1.6.0_14/Build09/Netbeans/OpenSolarisSparc/reruns/html5_err/
Comment 11 andymchale 2009-06-05 16:57:20 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/html5_fail/
Comment 12 Marian Mirilovic 2009-07-07 13:40:36 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.