JDK-8213514 : com/sun/java/swing/plaf/windows/Test8173145.java fails on mach5
  • Type: Bug
  • Component: client-libs
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86
  • Submitted: 2018-11-08
  • Updated: 2019-01-02
  • Resolved: 2019-01-02
Related Reports
Duplicate :  
Description
If enabled ie if removed from ProblemList.txt, the above test fails with

java.lang.RuntimeException: Wrong focus owner
jib > 	at Test8173145.test(Test8173145.java:80)
jib > 	at Test8173145.main(Test8173145.java:56)
jib > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
jib > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
jib > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
jib > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
jib > 	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
jib > 	at java.base/java.lang.Thread.run(Thread.java:835)
Comments
Raised in 8198334
02-01-2019