Skip to content

Conversation

@azuev-java
Copy link
Member

@azuev-java azuev-java commented Apr 18, 2023

Cleaning up and open sourcing three AWT tests


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/13518/head:pull/13518
$ git checkout pull/13518

Update a local copy of the PR:
$ git checkout pull/13518
$ git pull https://git.openjdk.org/jdk.git pull/13518/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 13518

View PR using the GUI difftool:
$ git pr show -t 13518

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/13518.diff

Webrev

Link to Webrev Comment

Cleaning up and open sourcing three AWT tests
@bridgekeeper
Copy link

bridgekeeper bot commented Apr 18, 2023

👋 Welcome back kizune! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the rfr Pull request is ready for review label Apr 18, 2023
@openjdk
Copy link

openjdk bot commented Apr 18, 2023

@azuev-java The following label will be automatically applied to this pull request:

  • client

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the client client-libs-dev@openjdk.org label Apr 18, 2023
@mlbridge
Copy link

mlbridge bot commented Apr 18, 2023

Webrevs

import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.lang.reflect.InvocationTargetException;
public class SingleColorCursorTest extends Panel {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add empty line between class and the import statement

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@lawrence-andrew
Copy link
Contributor

All the 3 tests are new to open repo and there copy right years are different.

}
}

public static void main(String[] args) throws InterruptedException, InvocationTargetException {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you set to 80-column limit.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

}
}

public static void main(String[] args) throws InterruptedException, InvocationTargetException, AWTException {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you set to 80-column limit.

Copy link
Member Author

Choose a reason for hiding this comment

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

Now trying to keep the lines lengths reasonable.

@lawrence-andrew
Copy link
Contributor

Set to 80-column limit where ever it required.

@openjdk
Copy link

openjdk bot commented Apr 19, 2023

@azuev-java This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8306135: Clean up and open source some AWT tests

Reviewed-by: azvegint

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 27 new commits pushed to the master branch:

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Apr 19, 2023
@azuev-java
Copy link
Member Author

/integrate

@openjdk
Copy link

openjdk bot commented Apr 19, 2023

Going to push as commit 4ad3ac6.
Since your change was applied there have been 34 commits pushed to the master branch:

  • 85de01e: 8306323: Update license files in CLDR v43
  • 48fd4f2: 8303431: [JVMCI] libgraal annotation API
  • c57af31: 8306038: SystemModulesPlugin generates code that doesn't pop when return value not used
  • a31a11f: 8306006: strace001.java fails due to unknown methods on stack
  • ddb8646: 8306123: Move InstanceKlass writeable flags
  • 1a41e12: 8306310: Move is_shared Klass flag
  • c738c8e: 8306278: jvmtiAgentList.cpp:253 assert(offset >= 0) failed: invariant occurs on AIX after JDK-8257967
  • 9fb53ad: 8305716: Enhancements for printing age tables
  • ebba42a: 8305993: Add handleSocketErrorWithMessage to extend nio Net.c exception message
  • 42b7260: 8306111: PPC64: RT call after thaw with exception requires larger ABI section
  • ... and 24 more: https://git.openjdk.org/jdk/compare/e3ece365ce7dc92dd9d0a7ad9eb53ed9ea87f48d...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Apr 19, 2023
@openjdk openjdk bot closed this Apr 19, 2023
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Apr 19, 2023
@openjdk
Copy link

openjdk bot commented Apr 19, 2023

@azuev-java Pushed as commit 4ad3ac6.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

client client-libs-dev@openjdk.org integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

3 participants