On Tue, 1 Mar 2022 16:41:18 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> This testcase was failing on macos which needs to be debugged, so it is >> excluded in mac for now. But as I told in description, the fix is not >> affecting other regression test in macos. >> It's working on other platforms and I have some issue in my local mac system >> so I will take this debugging of macos once I sort my system. >> >> Regarding your other question, the orientation will be horizontal. Tested >> against >> javax/swing/JScrollPane/HorizontalMouseWheelOnShiftPressed/HorizontalMouseWheelOnShiftPressed.java > > I see, thank you for explanation. Does it make sense to put the test in > ProblemList.txt for macOS, so that it's not forgotten the test is to be run > on macOS too? We problemlist a test if it fails in a particular platform whereas in this case it is taken care of by @requires so it will not fail. But no worries, it's in my radar to take it up. I will raise a JBS as soon as this is committed as I need to mention about this test in JBS description. ------------- PR: https://git.openjdk.java.net/jdk/pull/7585