JDK-8024407 : [macosx] javax/swing/JScrollBar/7163696/Test7163696.java failed intermittently on macos
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7u40
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2013-09-06
  • Updated: 2014-03-11
  • Resolved: 2013-09-10
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
8 b110Fixed
Related Reports
Relates :  
Description
new test javax/swing/JScrollBar/7163696/Test7163696.java failed intermittently (almost always) on macos 

reproduced with jdk: 7u40b60, 7u40b43, 7u25b15
can't reproduce the issue on linux oel 64 bit with 7u40b60

log:
----------System.out:(2/24)----------
name = Metal
value = 50
----------System.err:(15/910)----------
2013-09-05 18:32:18.961 java[9858:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/1n/2sd5m7tj7cx_wpvl_jc55lhr001wjw/T/net.java.openjdk.cmd.savedState
java.lang.Error: TEST FAILED
	at Test7163696.test(Test7163696.java:78)
	at Test7163696.main(Test7163696.java:50)
	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:606)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:724)

perhaps the problem in toolkit.realSync; it doesn' work on macos - see JDK-8003533
Comments
javax/swing/JScrollBar/7163696/Test7163696.java PASSED under JDK 8 b132 on MacOS, Linux, Solaris, Windows. Closed issue as Fixed/Verified.
11-03-2014