RFR: 8158801: [TEST_BUG] Mixing tests fail because of focus workaround trick [v44]

Khalid Boulanouare duke at openjdk.org
Mon Dec 15 09:50:07 UTC 2025


On Fri, 12 Dec 2025 18:21:49 GMT, Phil Race <prr at openjdk.org> wrote:

>> I believe this one is ready to be integrated now. Unfortunately, I couldn't find the time to re-review it earlier, it always slipped.
>> 
>> I'm also running the tests with merged master to ensure the tests removed from the PL don't fail.
>
>> @aivanov-jdk I continue to see failures for tests: java/awt/Mixing/AWT_Mixing/JTableInGlassPaneOverlapping.java and java/awt/Mixing/AWT_Mixing/OpaqueOverlapping.java. I have resolved conflict by keeping these two tests in problem list.
>> 
>> I will fix formatting with a commit.
> 
> But that means that although you're resolving this bug it is still used in the problem list
> 
> java/awt/Mixing/AWT_Mixing/JTableInGlassPaneOverlapping.java 8158801,8357360 windows-all,linux-all
> 
> That line needs to be updated.
> 
> 8357360 is about a linux failure.
> Where are you seeing it fail still ? If it is only on Linux you can just remove 8158801 from that line (and the windows-all entry)
> Otherwise you'll need to use a different bug ID for windows (a new one perhaps)
> 
> Ah, I believe I found your test job and it is a Linux-only failure, so that line needs to become
> java/awt/Mixing/AWT_Mixing/JTableInGlassPaneOverlapping.java 8357360 linux-all

@prrace I have just tested java/awt/Mixing/AWT_Mixing/JTableInGlassPaneOverlapping.java  on linux, macos and windows and it has failed on both linux and Windows. I has passed on macos. 

I think based on this, it will be safe to keep test java/awt/Mixing/AWT_Mixing/JTableInGlassPaneOverlapping.java problem listed for linux and windows, if this is ok.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/25971#issuecomment-3654723241


More information about the client-libs-dev mailing list