JDK-8015601 : [macosx] Test javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java fails on MacOS X
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7,8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2013-05-29
  • Updated: 2015-01-23
  • Resolved: 2013-09-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u60Fixed 8 b110Fixed
Related Reports
Relates :  
Description
Testsuite name: Regression 
Test name: javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java 
JDK tested: 8b91 
OS tested: MacOSX 
Is it a regression: No 

Test fails against JDK 8 all builds 

LOG: 

#section:main
----------messages:(3/150)----------
command: main InternalFrameIsNotCollectedTest
reason: User specified action: run main InternalFrameIsNotCollectedTest 
elapsed time (seconds): 14.104
----------System.out:(1/27)----------
Firing garbage collection!
----------System.err:(13/808)----------
java.lang.RuntimeException: Closed internal frame wasn't collected
	at InternalFrameIsNotCollectedTest.main(InternalFrameIsNotCollectedTest.java:76)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:491)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:724)

JavaTest Message: Test threw exception: java.lang.RuntimeException: Closed internal frame wasn't collected
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Closed internal frame wasn't collected
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Closed internal frame wasn't collected


test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Closed internal frame wasn't collected
Comments
Verified using regression test.
25-12-2013

Test fails against JDK 7u40 b36 on macosx Test fails against JDK 7u6 b24 on macosx
07-08-2013

The added test fails on Mac OS X.
03-07-2013