JDK-8234189 : [TEST_BUG] Remove ignored and invalid 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-15
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
Evaluate the ignored graphics unit test and remove tests which are no longer needed or are invalid.
Following tests are to be removed:
1. test.com.sun.javafx.iio.ImageLoaderScalingTest.testAllTheScalesJPG: Color of a pixel in original and scaled jpg image can not be guarantted to be same.

2. test.javafx.scene.layout.BackgroundSizeTest.negativeWidthThrowsException3
test.javafx.scene.layout.BackgroundSizeTest.negativeHeightThrowsException3: Double.MIN_VALUE is not a negative number and there are tests included for negative value.

3.test.javafx.scene.input.PasteboardTest: Pasteboard is removed.

4. test.javafx.scene.input.TouchEventTest.shouldThrowREOnLostIndirectRelease
Indirect gesture touch events are not supported yet. There will be lot of tests needed once we decide to support the Indirect gesture events

Comments
Changeset: 3d0cb49 Author: Ambarish Rapte Date: 2019-11-15 10:53:31 +0000 URL: https://git.openjdk.java.net/jfx/commit/3d0cb496 8234189: [TEST_BUG] Remove ignored and invalid graphics unit tests Reviewed-by: kcr
15-11-2019