<Swing Dev> RFR: 8272232: javax/swing/JTable/4275046/bug4275046.java failed with "Expected value in the cell: 'rededited' but found 'redEDITED'."

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Mon Aug 16 04:30:26 UTC 2021


On Sat, 14 Aug 2021 19:14:06 GMT, Phil Race <prr at 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


More information about the swing-dev mailing list