[code-reflection] Integrated: [hat] Runner for a single test

Juan Fumero jfumero at openjdk.org
Fri Oct 17 10:07:59 UTC 2025


On Fri, 17 Oct 2025 09:40:44 GMT, Juan Fumero <jfumero at openjdk.org> wrote:

> This patch extends the testing framework to execute single tests using the new hat launcher. 
> 
> Run the test suite:
> 
> 
> java -cp hat/job.jar hat.java test-suite ffi-opencl
> 
> 
> Run a single test class:
> 
> 
> java -cp hat/job.jar hat.java test ffi-opencl hat.test.TestMatMul
> 
> 
> Run a single test method:
> 
> 
> java -cp hat/job.jar hat.java test ffi-opencl hat.test.TestMatMul#testMatrixMultiply1D

This pull request has now been integrated.

Changeset: e02d79f2
Author:    Juan Fumero <jfumero at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/e02d79f2522c05117ceb7878c65023ef4bd43502
Stats:     26 lines in 2 files changed: 24 ins; 0 del; 2 mod

[hat] Runner for a single test

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

PR: https://git.openjdk.org/babylon/pull/617


More information about the babylon-dev mailing list