JDK-8243112 : Skip failing test SVGTest.testSVGRenderingWithPattern
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: openjfx15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-04-18
  • Updated: 2020-04-18
  • Resolved: 2020-04-18
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
openjfx15Fixed
Related Reports
Relates :  
Description
SVGTest.testSVGRenderingWithPattern is failing frequently due to JDK-8243110. We should skip this test until JDK-8243110 is fixed. It can be skipped by annotating the test method with:

@Ignore("JDK-8243110")

Comments
Changeset: 1d881806 Author: Arun Joseph <ajoseph@openjdk.org> Date: 2020-04-18 17:43:25 +0000 URL: https://git.openjdk.java.net/jfx/commit/1d881806
18-04-2020