-
Bug
-
Resolution: Fixed
-
P4
-
9, 10
The following will fail with run on a virtual machine or remote desktop or on a system without graphics card support for Prism HW acceleration:
1] The below system test failures ought to be ignored if hardware support is not present on target system(currently listing as failures)
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithZeroDiv FAILED
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithOneDiv FAILED
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithTwoDiv FAILED
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithThreeDiv FAILED
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithFiveDiv FAILED
These tests should be skipped on machines without 3D capability.
1] The below system test failures ought to be ignored if hardware support is not present on target system(currently listing as failures)
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithZeroDiv FAILED
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithOneDiv FAILED
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithTwoDiv FAILED
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithThreeDiv FAILED
test.com.sun.prism.impl.PNTMeshVertexBufferLengthTest > testMeshWithFiveDiv FAILED
These tests should be skipped on machines without 3D capability.
- duplicates
-
JDK-8193182 [Linux] Skip failing 3D tests on unsupported machines
- Closed