RFR: 8360498: [TEST_BUG] Some Mixing test continue to fail [v5]
Khalid Boulanouare
duke at openjdk.org
Tue Aug 12 14:30:13 UTC 2025
On Tue, 5 Aug 2025 16:18:41 GMT, Khalid Boulanouare <duke at openjdk.org> wrote:
>> This PR will consolidate fixes of the following bugs:
>>
>> https://bugs.openjdk.org/browse/JDK-8361188
>> https://bugs.openjdk.org/browse/JDK-8361189
>> https://bugs.openjdk.org/browse/JDK-8361190
>> https://bugs.openjdk.org/browse/JDK-8361191
>> https://bugs.openjdk.org/browse/JDK-8361192
>> https://bugs.openjdk.org/browse/JDK-8361193
>> https://bugs.openjdk.org/browse/JDK-8361195
>>
>> This PR depends on https://github.com/openjdk/jdk/pull/25971
>
> Khalid Boulanouare has updated the pull request incrementally with one additional commit since the last revision:
>
> Updates copyright years
For test : test/jdk/java/awt/Mixing/AWT_Mixing/JSplitPaneOverlapping.java, it seems that color selected for lightweight component matches the background color of the frame. And this will cause the test to fail when matching colors. Choosing any color different than the background color will get the test to pass. For more details, see bug: https://bugs.openjdk.org/browse/JDK-8361192
For test test/jdk/java/awt/Mixing/AWT_Mixing/JPopupMenuOverlapping.java, it looks like the frame when visible, the popup test does not work properly. The frame needs to be hidden for the test to click on popup. For more details see bug: https://bugs.openjdk.org/browse/JDK-8361191
For test test/jdk/java/awt/Mixing/AWT_Mixing/JMenuBarOverlapping.java, the test runs successfully but it times out after the default 2 minutes of jtreg. increasing the timeout to 3 minutes get the test to pass. For more details please refer to bug: https://bugs.openjdk.org/browse/JDK-8361190
As of now, only test java/awt/Mixing/AWT_Mixing/JInternalFrameMoveOverlapping.java and java/awt/Mixing/AWT_Mixing/OpaqueOverlappingChoice.java are not yet fixed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26625#issuecomment-3179571910
PR Comment: https://git.openjdk.org/jdk/pull/26625#issuecomment-3179580275
PR Comment: https://git.openjdk.org/jdk/pull/26625#issuecomment-3179587625
PR Comment: https://git.openjdk.org/jdk/pull/26625#issuecomment-3179593517
More information about the client-libs-dev
mailing list