On Wed, 11 Sep 2024 09:29:56 GMT, Jayathirth D V <[email protected]> wrote:
> @azvegint I see that one of the test > jdk/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.java is > deproblemlisted. Is this test sufficiently tested in our CI to make sure we > don't have some intermittent failure? It is not intermittent, it always fails on Windows and macos, they just behave differently and do not deliver MouseWheelEvent when outside of the Choice component. The original fix was for 1.6(there was no support for macos from Sun at the time). I tried 6u45 on Windows and it still fails. This test is not in the problem list because it is now only linux `@requires (os.family == "linux")` ------------- PR Comment: https://git.openjdk.org/jdk/pull/20941#issuecomment-2344350676
