Option for adding and extra TestResultCollector when executing tests
Vladimir Sitnikov
sitnikov.vladimir at gmail.com
Mon Aug 11 10:54:27 UTC 2025
>This PR is adding junit compatible results output.
>Would it not be enough for you?
It won't be enough :-/
I would like to execute jcstress tests with junit-jupiter engine.
In other words, I would like to execute jcstress-based tests just like I
execute JUnit-based tests in my Gradle project:
./gradlew test # execute all tests (both JUnit and JCStress)
./gradlew test --tests "org.example.concurrency.ConcurrencyTest" # execute
a selected test (it could be either JCSTress or JUnit)
At the same time, I want jcstress to report test execution status to Gradle
as it executes tests, so a mere xml does not help much.
Vladimir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/jcstress-dev/attachments/20250811/ea57c251/attachment.htm>
More information about the jcstress-dev
mailing list