JDK-8078855 : [TEST_BUG] javax/swing/JComboBox/8032878/bug8032878.java fails in WindowsClassicLookAndFeel
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2015-04-28
  • Updated: 2021-05-26
  • Resolved: 2015-05-22
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 JDK 9 Other
8u301Fixed 9 b67Fixed openjdk8u302Fixed
Related Reports
Relates :  
Description
Test name(s):javax/swing/JComboBox/8032878/bug8032878.java
JDK tested:9b60 
OS tested:Windows 
Is it a regression? No 
Regression introduced in release/build: N/A 
                                    
Is it platform specific? Yes (Fails for WindowsClassicLookAndFeel) 
                           
The is failure reproduced; Windows 

----------System.out:(1/36)----------
Test with surrender = false failed

----------System.err:(15/941)----------
java.lang.RuntimeException: Expected value in JComboBox editor 'one123' but found '123'.
	at bug8032878.checkResult(bug8032878.java:122)
	at bug8032878.test(bug8032878.java:92)
	at bug8032878.main(bug8032878.java:58)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:502)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
	at java.lang.Thread.run(Thread.java:745)

JavaTest Message: Test threw exception: java.lang.RuntimeException: Expected value in JComboBox editor 'one123' but found '123'.
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Expected value in JComboBox editor 'one123' but found '123'.
Comments
[~sgehwolf] JDK-8196092 code review request posted https://mail.openjdk.java.net/pipermail/jdk8u-dev/2021-May/013900.html
25-05-2021

[~zgu] Please request JDK-8196092 backport first. We should push them together.
25-05-2021

Fix Request (8u) I would like to backport this patch to 8u for parity with Oracle 8u301. The original patch applies cleanly, but test failed. JDK-8196092 fixes the failure, and I intend to backport it as well.
20-05-2021

http://cr.openjdk.java.net/~pchopra/8078855/webrev.01
22-05-2015

This bug is about failing regression test for JDK-8032878 in WindowsClassicLookAndFeel.
05-05-2015