[jdk11u-dev] RFR: 8213536: Update ProblemList for Linux
Masanori Yano
myano at openjdk.org
Thu Sep 7 09:30:52 UTC 2023
On Thu, 29 Jun 2023 10:03:08 GMT, Masanori Yano <myano at openjdk.org> wrote:
> I would like to backport JDK-8213536. However, since some backports were done without modifying the ProblemList, they cannot be backported to clean.
>
> The following tests were backported without exclusions, so ProblemList should not be backported.
>
> * java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java
> https://bugs.openjdk.org/browse/JDK-8144030
> https://github.com/openjdk/jdk11u-dev/pull/1688
>
> * java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java
> https://bugs.openjdk.org/browse/JDK-8030121
> https://github.com/openjdk/jdk11u-dev/pull/1455
>
> * javax/swing/border/TestTitledBorderLeak.java
> https://bugs.openjdk.org/browse/JDK-8213531
> https://github.com/openjdk/jdk11u-dev/pull/1817
>
> * javax/swing/JTree/8003400/Test8003400.java
> https://bugs.openjdk.org/browse/JDK-8197560
> https://github.com/openjdk/jdk11u-dev/pull/374
>
> * javax/swing/JPopupMenu/6583251/bug6583251.java
> https://bugs.openjdk.org/browse/JDK-8217377
> https://github.com/openjdk/jdk11u-dev/pull/378
>
> The following tests only exclude linux because macos exclusion has not yet been backported.
>
> * javax/swing/GraphicsConfigNotifier/StalePreferredSize.java
> https://bugs.openjdk.org/browse/JDK-8213138
> https://github.com/openjdk/jdk/commit/2215c4c893e00321a96de56b322ec682173bfee9
>
> The new exclusions are tests of fixes that are still excluded in the mainline repository or are not backported, as shown below.
>
> * java/awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java
> https://bugs.openjdk.org/browse/JDK-8193543
> https://github.com/openjdk/jdk/pull/8346
>
> * javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java
> https://bugs.openjdk.org/browse/JDK-8299077
> https://github.com/openjdk/jdk20/pull/68
No, I haven't failed these tests on 11u. The failure cannot be reproduced because there is no detailed information in the Issue.
However, these tests are excluded in newer versions of jdk and do not need to be tested on 11u.
We want to exclude these tests for consistency with future backports.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2003#issuecomment-1709807138
More information about the jdk-updates-dev
mailing list