JDK-8172559 : [PIT][TEST_BUG] Move @test to be 1st annotation in java/awt/image/Raster/TestChildRasterOp.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 8,9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-01-11
  • Updated: 2020-06-09
  • Resolved: 2017-01-12
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.
JDK 8 JDK 9 Other
8u261Fixed 9 b153Fixed openjdk8u262Fixed
Related Reports
Relates :  
Description
In this test, @test goes after @bug. Now, jtreg doesn't like that. The test was added by JDK-8130737.
Comments
Fix request I would like to backport this fix to 8u, as it is required for JDK-8130737 to pass, and for Oracle JDK parity. This patch applies cleanly and fixes the issue.
31-03-2020