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'.