mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-16 00:19:27 +00:00
8311666: Disabled tests in test/jdk/sun/java2d/marlin
Reviewed-by: prr
This commit is contained in:
parent
6569b252b9
commit
b285ed72ae
@ -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);
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user