RFR: 8294535 : Add screen capture functionality to PassFailJFrame
Alexey Ivanov
aivanov at openjdk.org
Wed May 24 19:55:56 UTC 2023
On Wed, 24 May 2023 19:14:56 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> Yet it may be a hindrance for backporting… if the modified tests don't exist in previous versions or there are other differences…
To facilitate backporting, this PR may be broken into two PRs: the first one which updates the API of `PassFailJFrame`, the second, dependent, PR updates the tests.
I faced some difficulties when I was backporting `PassFailJFrame` to 17u and 11u because some changes to the framework were combined with tests. The `PrintLatinCJKTest` test that is modified here isn't backported to 17u or 11u.
I will definitely want to backport these changes to previous versions of JDK, so I am for *splitting the PR*. Thank you, @DamonGuy, for bringing this up.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14094#issuecomment-1561843925
More information about the client-libs-dev
mailing list