JDK-8019970 : closed/javax/swing/JFileChooser/4163841/AcceptAllFileFilterTest.java throws java.lang.RuntimeException: Test failed: (3) filter not null
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2008
  • Submitted: 2013-07-05
  • Updated: 2013-07-23
  • Resolved: 2013-07-23
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 8
8Resolved
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
Test fails with jdk1.8.0b96. But passes with jdk1.8.0b95

java.lang.RuntimeException: Test failed: (3) filter not null
	at AcceptAllFileFilterTest.fail(AcceptAllFileFilterTest.java:64)
	at AcceptAllFileFilterTest.main(AcceptAllFileFilterTest.java:38)
	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:96)
	at java.lang.Thread.run(Thread.java:724)
Comments
23-07-2013

The 8013442 fix should be slightly modified: http://cr.openjdk.java.net/~malenkov/8019975.8.0/
19-07-2013

This is a regression after the 8013442 fix.
19-07-2013

one test failed looks like a P3
07-07-2013