[jdk11u-dev] RFR: 8213536: Update ProblemList for Linux

Masanori Yano myano at openjdk.org
Thu Jun 29 10:09:06 UTC 2023


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

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

Commit messages:
 - Backport 8ed1c25f6b8891e7dcee17164f5f2ce4fff763d3

Changes: https://git.openjdk.org/jdk11u-dev/pull/2003/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2003&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8213536
  Stats: 13 lines in 1 file changed: 5 ins; 0 del; 8 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/2003.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2003/head:pull/2003

PR: https://git.openjdk.org/jdk11u-dev/pull/2003


More information about the jdk-updates-dev mailing list