JDK-8234194 : [TEST_BUG] Reenable few graphics unit tests
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: openjfx13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-14
  • Updated: 2019-11-20
  • Resolved: 2019-11-17
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
openjfx14Fixed
Related Reports
Relates :  
Description
 1. test.com.sun.javafx.scene.layout.region.BackgroundRepeatConverterTest.scenario2
RepeatStructConverter.convert() is an internal method and does not verify the parameters. Passing null value to this method results in NPE.

2. test.javafx.scene.layout.RegionCSSTest.borderImageWidth_auto
test.javafx.scene.layout.RegionCSSTest.borderImageWidth_1_auto
test.javafx.scene.layout.RegionCSSTest.borderImageWidth_1_2Percent_auto
It is not certain if the value of auto for -fx-border-image-width is 1 or 2 by defaut. But the tests seem correct and they pass.

3. test.javafx.scene.Node_cssMethods_Test
JDK-8094155 is fixed and the tests can be re-enabled.
Comments
Changeset: 4f496d4 Author: Ambarish Rapte Date: 2019-11-16 16:07:10 +0000 URL: https://git.openjdk.java.net/jfx/commit/4f496d41 8234194: [TEST_BUG] Reenable few graphics unit tests Reviewed-by: kcr
17-11-2019