On Wed, 3 Jun 2026 19:47:32 GMT, lawrence.andrews <[email protected]> wrote:
>> 1. Open source tonga accessibility AWT tests. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > lawrence.andrews has updated the pull request incrementally with one > additional commit since the last revision: > > Update the missing GPL test/jdk/javax/swing/regtesthelpers/accessibility/AccessibleTestUtils.java line 11: > 9: * This code is distributed in the hope that it will be useful, but WITHOUT > 10: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or > 11: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License This space removal change should not have been made. And it appears like this in a number of the files. And causes one of the internal builds to fail. BAD COPYRIGHT: test/jdk/javax/swing/regtesthelpers/accessibility/AccessibleTestUtils.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/TextAreaTest.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/PanelTest.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/TextFieldTest.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/ListTest.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/PopupMenuTest.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/MenuBarTest.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/MenuItemTest.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/WindowTest.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/MenuTest.java BAD COPYRIGHT: test/jdk/javax/accessibility/awt/ScrollPaneTest.java I think this is the only cause of the above but a fix and re-test is needed to be sure. The actual tests all worked when I ran them. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31252#discussion_r3351987992
