AWT & Swing tests failed: Function frag_col has a deployment target which is incompatible with this OS.
Vitaly Provodin
vitaly.provodin at jetbrains.com
Wed Oct 27 09:32:14 UTC 2021
Hi all,
it was found out that a lot of AWT & Swing tests failed on macOS-x64 <=10.15 with the following message
2021-10-25 05:36:42.170 java[6916:107817] Failed to create pipeline state, error Error Domain=CompilerError Code=1 "Function frag_col has a deployment target which is incompatible with this OS." UserInfo={NSLocalizedDescription=Function frag_col has a deployment target which is incompatible with this OS.}
The issue was observed when JDK17, JDK18 was built on BigSur with Xcode12.5
1. -Dsun.java2d.metal=true & macOS-x64 <=10.15 FAILED
2. -Dsun.java2d.metal=true & macOS-x64 >10.15 PASSED
2. -Dsun.java2d.metal=false & macOS-x64 <=10.15 PASSED
2. -Dsun.java2d.metal=false & macOS-x64 > 10.15 PASSED
If JDK is build on Catalina with Xcode12.2
Not sure if this issue is known. Shoiuld it be reported to JBS?
Thanks,
Vitaly
More information about the lanai-dev
mailing list