https://openjdk.org/projects/code-tools/jtreg
Browse cluster: Cluster 185 →jtreg is the regression test harness for the OpenJDK platform, designed to run test programs written according to the JDK Test Framework: Tag Language Specification on a wide variety of Java platforms. The project is built in Java and includes a plugin for the IntelliJ IDE, authored by Maurizio Cimadamore and Chris Hegarty, that allows OpenJDK developers to write, run, and debug jtreg tests directly within their IDE without leaving the development environment. The plugin is built with Gradle and Java, integrating with IntelliJ's standard configuration and run/debug workflows, while jtreg itself requires Java 1.8.0 or later and is built as extensions to Oracle's JavaTest harness.