mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8311666: Disabled tests in test/jdk/sun/java2d/marlin
Backport-of: b285ed72ae
This commit is contained in:
committed by
Vitaly Provodin
parent
0a48988eca
commit
b5e3a5a8bc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user