8311666: Disabled tests in test/jdk/sun/java2d/marlin

Backport-of: b285ed72ae
This commit is contained in:
Sergey Bylokhov
2024-05-30 01:44:24 +00:00
committed by Vitaly Provodin
parent 0a48988eca
commit b5e3a5a8bc
3 changed files with 17 additions and 1 deletions

View File

@@ -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);

View File

@@ -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;

View File

@@ -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;