RFR: 7903047: Make JUnit runner use the JUnit Platform Launcher [v12]
Christian Stein
cstein at openjdk.java.net
Thu Apr 28 19:25:51 UTC 2022
On Thu, 28 Apr 2022 13:43:51 GMT, Christian Stein <cstein at openjdk.org> wrote:
>> test/junitTrace/JUnitTrace.gmk line 35:
>>
>>> 33: -w:$(@:%.ok=%)/work -r:$(@:%.ok=%)/report \
>>> 34: -jdk:$(JDKHOME) \
>>> 35: -agentvm \
>>
>> It might be better to upgrade this test to run in both modes (othervm, agentvm), although maybe that could be could separately
>
> I agree — should be done in separate PR to keep the changes of this PR focussed around making the JUnit Platform Launcher work.
Done via https://github.com/openjdk/jtreg/pull/78/commits/b2e0fd27f63eb5b25fa2554b135ea8a25d24d196
-------------
PR: https://git.openjdk.java.net/jtreg/pull/78
More information about the jtreg-dev
mailing list