On Tue, 2 Nov 2021 01:00:25 GMT, Phil Race <p...@openjdk.org> wrote: > We have a few stale entries in the Problem list. > We need to remap some tests to still open bugs > 7100044 -> 6849371 > 8203047 -> 8072110 > 8233703 -> 8238436 > 8273618 -> 8273617 > > We need to remove these FIXED bugs > java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java 7185258 > macosx-all > > java/awt/GridLayout/LayoutExtraGaps/LayoutExtraGaps.java 8000171 windows-all > (actually closed as a dup of 8196100 which is fixed) > > And this RESOLVED / not reproducible. > java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java > 8061235 macosx-all > > I've verified that the removed ones do pass in the CI test system so we > should be OK unless they are very intermittent or environment specific
I am not sure why the macOS-specific JDK-8203047 was closed as a duplicate of x11 specific JDK-8072110? The HandleExceptionOnEDT from the JDK-8203047 is not even mentioned in the JDK-8072110. ------------- PR: https://git.openjdk.java.net/jdk/pull/6203