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
Reviewed-by: prr
  • Loading branch information
cushon committed Jul 10, 2023
1 parent 6569b25 commit b285ed7
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

9 comments on commit b285ed7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@mrserb
Copy link
Member

@mrserb mrserb commented on b285ed7 May 24, 2024

Choose a reason for hiding this comment

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

/backport jdk21u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on b285ed7 May 24, 2024

Choose a reason for hiding this comment

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

@mrserb the backport was successfully created on the branch backport-mrserb-b285ed72 in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit b285ed72 from the openjdk/jdk repository.

The commit being backported was authored by Liam Miller-Cushon on 10 Jul 2023 and was reviewed by Phil Race.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk21u-dev:

$ git fetch https://github.com/openjdk-bots/jdk21u-dev.git backport-mrserb-b285ed72:backport-mrserb-b285ed72
$ git checkout backport-mrserb-b285ed72
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk21u-dev.git backport-mrserb-b285ed72

@mrserb
Copy link
Member

@mrserb mrserb commented on b285ed7 May 24, 2024

Choose a reason for hiding this comment

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

/backport jdk17u-dev

@mrserb
Copy link
Member

@mrserb mrserb commented on b285ed7 May 24, 2024

Choose a reason for hiding this comment

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

/backport jdk11u-dev

@mrserb
Copy link
Member

@mrserb mrserb commented on b285ed7 May 24, 2024

Choose a reason for hiding this comment

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

/backport jdk8u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on b285ed7 May 24, 2024

Choose a reason for hiding this comment

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

@mrserb the backport was successfully created on the branch backport-mrserb-b285ed72 in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit b285ed72 from the openjdk/jdk repository.

The commit being backported was authored by Liam Miller-Cushon on 10 Jul 2023 and was reviewed by Phil Race.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev.git backport-mrserb-b285ed72:backport-mrserb-b285ed72
$ git checkout backport-mrserb-b285ed72
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev.git backport-mrserb-b285ed72

@openjdk
Copy link

@openjdk openjdk bot commented on b285ed7 May 24, 2024

Choose a reason for hiding this comment

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

@mrserb the backport was successfully created on the branch backport-mrserb-b285ed72 in my personal fork of openjdk/jdk11u-dev. To create a pull request with this backport targeting openjdk/jdk11u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit b285ed72 from the openjdk/jdk repository.

The commit being backported was authored by Liam Miller-Cushon on 10 Jul 2023 and was reviewed by Phil Race.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk11u-dev:

$ git fetch https://github.com/openjdk-bots/jdk11u-dev.git backport-mrserb-b285ed72:backport-mrserb-b285ed72
$ git checkout backport-mrserb-b285ed72
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk11u-dev.git backport-mrserb-b285ed72

@openjdk
Copy link

@openjdk openjdk bot commented on b285ed7 May 24, 2024

Choose a reason for hiding this comment

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

@mrserb the backport was successfully created on the branch backport-mrserb-b285ed72 in my personal fork of openjdk/jdk8u-dev. To create a pull request with this backport targeting openjdk/jdk8u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit b285ed72 from the openjdk/jdk repository.

The commit being backported was authored by Liam Miller-Cushon on 10 Jul 2023 and was reviewed by Phil Race.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk8u-dev:

$ git fetch https://github.com/openjdk-bots/jdk8u-dev.git backport-mrserb-b285ed72:backport-mrserb-b285ed72
$ git checkout backport-mrserb-b285ed72
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk8u-dev.git backport-mrserb-b285ed72

Please sign in to comment.