On Thu, 3 Oct 2024 20:50:38 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
>> test/jdk/java/awt/Desktop/ActionSupportTest/ActionSupportTest.java line 28: >> >>> 26: * @bug 6255196 >>> 27: * @key headful >>> 28: * @summary Verifies the supported actions on different platforms. >> >> Usually we keep summary just after bug, not mandatory though. Infact, this >> is not consistent with the tests here. > > There are a lot of regression tests about the Desktop functionality that are > linked to the same BigID for the implementation of the RFE that is tested. > Regarding this test - it does test different actions if they are properly > report its status on different platforms. >From test perspective there are no issues as I tested them on my local machine. It is about the placement of `summary` tag in jtreg block which we usually place just after `bugID` and other tests in this batch are not consistent with the placement. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21321#discussion_r1787103144