> 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 > > Testing: > All the changed tests are tested manually and found to be working fine.
Manukumar V S has updated the pull request incrementally with 29 additional commits since the last revision: - Review comments fixed : Changed the position of imports, formatting changes - 8354553: Open source several clipboard tests batch0 Reviewed-by: serb, prr - 8353596: GenShen: Test TestClone.java#generational-no-coops intermittent timed out Reviewed-by: kdnilsen, ysr - 8354554: Open source several clipboard tests batch1 Reviewed-by: serb, prr - 8355429: Open source ProgressMonitor test Reviewed-by: azvegint - 8355328: Improve negative tests coverage for jpackage signing Reviewed-by: almatvee - 8354899: Reduce overhead associated with type switches Reviewed-by: asotona - 8355335: Avoid pattern matching switches in core ClassFile API Reviewed-by: asotona - 8353298: AOT cache creation asserts with _array_klasses in an unregistered InstanceKlass Reviewed-by: ccheung, kvn - 8355237: Upstream AOT test cases from Leyden repo to mainline Reviewed-by: ccheung, kvn, lmesnik, shade - ... and 19 more: https://git.openjdk.org/jdk/compare/7c785daa...1a9cfbc8 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/24820/files - new: https://git.openjdk.org/jdk/pull/24820/files/7c785daa..1a9cfbc8 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=24820&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24820&range=01-02 Stats: 9572 lines in 281 files changed: 6809 ins; 2407 del; 356 mod Patch: https://git.openjdk.org/jdk/pull/24820.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/24820/head:pull/24820 PR: https://git.openjdk.org/jdk/pull/24820