JDK-8221384 : [macos] PIT:java/awt/FullScreen/FullScreenInsets/FullScreenInsets.java fails on mac10.13
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 12,13
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • Submitted: 2019-03-25
  • Updated: 2019-03-29
  • Resolved: 2019-03-29
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.
Other
tbdResolved
Related Reports
Duplicate :  
Description
ncorrect pixel at 0x0 : ff23ff07 ,expected : ff00ff00
Incorrect pixel at 0x0 : fffb0007 ,expected : ffff0000
java.lang.RuntimeException: Test failed
	at FullScreenInsets.main(FullScreenInsets.java:93)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:835)