On Sat, 14 Aug 2021 19:14:06 GMT, Phil Race <p...@openjdk.org> wrote:
> am curious how Prasanta decided > test/jdk/javax/swing/JRadioButton/8033699/bug8033699.java might be the problem As I told in initial explanation, I thought it will be either CAPS_LOCK key switched on or some other test did not use SHIFT key corectly ie, pressed but not released. I could not do anything about if someone press CAPS_LOCK so I search for VK_SHIFT being used in all javax/swing reg test and I found this test bug8033699.java is having a wrong order. I am not saying this was the root cause but it needs rectifying, I presume.. Also, the fix I proposed will not have any impact on this test testing 4275046 fix because of the reason mentioned above (original bug is about new characters being part of field, lowercsae/uppercase does not matter) ------------- PR: https://git.openjdk.java.net/jdk/pull/5079