Skip to content

Commit

Permalink
8298027: Remove SCCS id's from awt jtreg tests
Browse files Browse the repository at this point in the history
Reviewed-by: aivanov
  • Loading branch information
jayathirthrao committed Dec 6, 2022
1 parent 8d8a28f commit ba2d28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/jdk/java/awt/font/TextLayout/TestOldHangul.java
Expand Up @@ -21,7 +21,7 @@
*
*/

/* @test @(#)TestOldHangul.java
/* @test
* @summary Verify Old Hangul display
* @bug 6886358
* @ignore Requires a special font installed.
Expand Down Expand Up @@ -80,4 +80,3 @@ public void actionPerformed(ActionEvent actionEvent) {
frame.setVisible(true);
}
}

3 changes: 1 addition & 2 deletions test/jdk/java/awt/font/TextLayout/TestTibetan.java
Expand Up @@ -21,7 +21,7 @@
*
*/

/* @test @(#)TestTibetan.java
/* @test
* @summary verify tibetan output
* @bug 6886358
* @ignore Requires a special font installed
Expand Down Expand Up @@ -84,4 +84,3 @@ public void actionPerformed(ActionEvent actionEvent) {
frame.setVisible(true);
}
}

7 comments on commit ba2d28e

@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 ba2d28e Dec 25, 2022

Choose a reason for hiding this comment

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

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on ba2d28e Dec 25, 2022

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 mrserb-backport-ba2d28e9 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 ba2d28e9 from the openjdk/jdk repository.

The commit being backported was authored by Jayathirth D V on 6 Dec 2022 and was reviewed by Alexey Ivanov.

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 mrserb-backport-ba2d28e9:mrserb-backport-ba2d28e9
$ git checkout mrserb-backport-ba2d28e9
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev mrserb-backport-ba2d28e9

@mrserb
Copy link
Member

@mrserb mrserb commented on ba2d28e Dec 27, 2022

Choose a reason for hiding this comment

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

/backport jdk11u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on ba2d28e Dec 27, 2022

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 mrserb-backport-ba2d28e9 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 ba2d28e9 from the openjdk/jdk repository.

The commit being backported was authored by Jayathirth D V on 6 Dec 2022 and was reviewed by Alexey Ivanov.

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 mrserb-backport-ba2d28e9:mrserb-backport-ba2d28e9
$ git checkout mrserb-backport-ba2d28e9
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk11u-dev mrserb-backport-ba2d28e9

@mrserb
Copy link
Member

@mrserb mrserb commented on ba2d28e Feb 6, 2023

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 ba2d28e Feb 6, 2023

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 mrserb-backport-ba2d28e9 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 ba2d28e9 from the openjdk/jdk repository.

The commit being backported was authored by Jayathirth D V on 6 Dec 2022 and was reviewed by Alexey Ivanov.

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 mrserb-backport-ba2d28e9:mrserb-backport-ba2d28e9
$ git checkout mrserb-backport-ba2d28e9
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk8u-dev mrserb-backport-ba2d28e9

Please sign in to comment.