Skip to content

Commit

Permalink
8311666: Disabled tests in test/jdk/sun/java2d/marlin
Browse files Browse the repository at this point in the history
Backport-of: b285ed72aebe2d802fa9c071372cea6c09870b9a
  • Loading branch information
mrserb committed May 30, 2024
1 parent 56fdca3 commit 87670e7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/jdk/sun/java2d/marlin/ScaleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@
* questions.
*/

/* @test
* @summary Circle is rendered in C shape
* @bug 6829659 8311666
*/

import java.awt.*;
import java.awt.geom.Ellipse2D;
import java.awt.image.BufferedImage;
import java.io.File;
import javax.imageio.ImageIO;


public class ScaleTest {
public static void main(String[] args) throws Exception {
BufferedImage image = new BufferedImage(200, 200, BufferedImage.TYPE_INT_RGB);
Expand Down
6 changes: 6 additions & 0 deletions test/jdk/sun/java2d/marlin/StrokeShapeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/

/* @test
* @summary StrokeShapeTest: createStrokedShape() behaves differently
* @bug 6829678 8311666
*/

import java.awt.*;
import java.awt.geom.Ellipse2D;
import java.awt.geom.GeneralPath;
Expand Down
6 changes: 6 additions & 0 deletions test/jdk/sun/java2d/marlin/ThinLineTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/

/* @test
* @summary ThinLineTest: A line < 1 pixel disappears.
* @bug 6829673 8311666
*/

import java.awt.*;
import java.awt.geom.Ellipse2D;
import java.awt.image.BufferedImage;
Expand Down

1 comment on commit 87670e7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.