RFR: 8369251: Opensource few tests [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Wed Oct 15 01:33:17 UTC 2025
On Wed, 15 Oct 2025 00:02:40 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Frame title
>
> 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?
same as below..
> 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?
Yes the bug was in XToolkit but that does not restrict us to test on other platforms to ensure there is no regressions in this area in other platforms too
> test/jdk/java/awt/Choice/SelectBetweenPressRelease.java line 61:
>
>> 59:
>> 60: private static void init() {
>> 61: frame = new Frame();
>
> Frame title missing
ok
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2430889370
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2430888961
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2430889127
More information about the client-libs-dev
mailing list