RFR: 8355366: Fix the wrong usage of PassFailJFrame.forcePass() in some manual tests
Alexey Ivanov
aivanov at openjdk.org
Fri Apr 25 19:27:50 UTC 2025
On Thu, 24 Apr 2025 16:36:56 GMT, Manukumar V S <mvs at openjdk.org> wrote:
> Fix the wrong usage of PassFailJFrame.forcePass() in some manual tests from java.awt.Desktop package. These tests should be fixed similar to [JDK-8352109](https://bugs.openjdk.org/browse/JDK-8352109) and jtreg.SkippedException should be used instead of PassFailJFrame.forcePass().
> Affected tests:
> 1. https://github.com/openjdk/jdk/blob/master/test/jdk/java/awt/Desktop/BrowseTest.java
> 2. https://github.com/openjdk/jdk/blob/master/test/jdk/java/awt/Desktop/OpenTest.java
> 3. https://github.com/openjdk/jdk/blob/master/test/jdk/java/awt/Desktop/EditAndPrintTest/EditAndPrintTest.java
>
> I have opened this PR because my other PR https://github.com/openjdk/jdk/pull/24820 got accidentally closed.
@prrace reviewed the first version of this PR in #24820.
You can credit him using the [`/reviewer` command](https://wiki.openjdk.org/display/SKARA/Pull+Request+Commands#PullRequestCommands-/reviewer) (`/reviewer credit @edvbld`) if he doesn't approve this PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24853#issuecomment-2831257643
More information about the client-libs-dev
mailing list