[jdk11u-dev] Integrated: 8306575: Clean up and open source four Dialog related tests
Andrew Lu
andrewlu at openjdk.org
Wed Sep 13 21:00:59 UTC 2023
On Fri, 18 Aug 2023 06:00:38 GMT, Andrew Lu <andrewlu at openjdk.org> wrote:
> I backport this for parity with 11.0.21-oracle.
>
> test/jdk/java/awt/Dialog/DialogLocationTest.java
> "random.nextInt(insetX, width - 300)" is modified as random.nextInt(int origin, int bound) is not supported in jdk11.
>
> "System.out.println(message.formatted(newX, newY, eventLoc.x, eventLoc.y, eventLoc.x - newX, eventLoc.y - newY))"
> is also modified as String.formatted(Object... args) is not supported in jdk11.
This pull request has now been integrated.
Changeset: 3dd87610
Author: Andrew Lu <andrewlu at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/3dd87610f95e309f6074e95bb6368ac46b0fa635
Stats: 581 lines in 4 files changed: 581 ins; 0 del; 0 mod
8306575: Clean up and open source four Dialog related tests
Reviewed-by: mdoerr
Backport-of: 8d696aea9e1cefca97a760c017a5fde545facaa9
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2088
More information about the jdk-updates-dev
mailing list