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

Reviewed-by: prr
This commit is contained in:
Liam Miller-Cushon 2023-07-10 16:13:06 +00:00
parent 6569b252b9
commit b285ed72ae
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;