[jdk25u-dev] RFR: 8365776: Convert JShell tests to use JUnit instead of TestNG [v2]

Goetz Lindenmaier goetz at openjdk.org
Fri Feb 27 17:39:05 UTC 2026


> I backport this for parity with 25.0.3-oracle.
> 
> A hand full of trivial resolves needed:
> 
> test/langtools/jdk/jshell/ClassesTest.java
> Trivial resolve because "8260555: Change the default TIMEOUT_FACTOR from 4 to 1" is not in 25.
> 
> test/langtools/jdk/jshell/CompletionSuggestionTest.java
> Trivial resolve because "8260555: Change the default TIMEOUT_FACTOR from 4 to 1" is not in 25.
> Omitted @Test for subtest testCustomClassPathIndexing() which is not in 25.
> 
> test/langtools/jdk/jshell/InputUITest.java
> Omitted changing two subtests not in 25.
> 
> test/langtools/jdk/jshell/JdiHangingLaunchExecutionControlTest.java
> test/langtools/jdk/jshell/JdiHangingListenExecutionControlTest.java
> Trivial resolve.
> 
> test/langtools/jdk/jshell/SnippetHighlightTest.java
> Omitted subtest not in 25
> 
> test/langtools/jdk/jshell/ToolCommandOptionTest.java
> Omitted. Test class not in 25
> 
> test/langtools/jdk/jshell/ToolLocalSimpleTest.java
> test/langtools/jdk/jshell/ToolSimpleTest.java
> test/langtools/jdk/jshell/VariablesTest.java
> Trivial resolve because "8260555: Change the default TIMEOUT_FACTOR from 4 to 1" is not in 25.

Goetz Lindenmaier has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:

  resolves

-------------

Changes:
  - all: https://git.openjdk.org/jdk25u-dev/pull/325/files
  - new: https://git.openjdk.org/jdk25u-dev/pull/325/files/48c0ac7c..f00d3ddf

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk25u-dev&pr=325&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk25u-dev&pr=325&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk25u-dev/pull/325.diff
  Fetch: git fetch https://git.openjdk.org/jdk25u-dev.git pull/325/head:pull/325

PR: https://git.openjdk.org/jdk25u-dev/pull/325


More information about the jdk-updates-dev mailing list