RFR: 8369251: Opensource few tests
Harshitha Onkar
honkar at openjdk.org
Wed Oct 15 00:17:03 UTC 2025
On Sun, 12 Oct 2025 13:29:57 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> Opensourcing few tests
test/jdk/java/awt/Choice/PaintArtefacts.java line 48:
> 46: static boolean removeItems = true;
> 47: private static final String INSTRUCTIONS = """
> 48: The problem is seen on XToolkit only.
Since it says XToolkit only and the original bug was observed on solaris, can we restrict this test to linux platforms?
test/jdk/java/awt/Choice/SelectBetweenPressRelease.java line 28:
> 26: * @bug 6318746
> 27: * @key headful
> 28: * @summary REG: File Selection is failing for every second selection made in the FileDlg drop-down, XToolkit
Same as above , can this test be restricted to linux only?
test/jdk/java/awt/Choice/SelectBetweenPressRelease.java line 61:
> 59:
> 60: private static void init() {
> 61: frame = new Frame();
Frame title missing
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2430785638
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2430787581
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2430786881
More information about the client-libs-dev
mailing list