RFR: 8166026: refactor shell tests to java
Ivan Šipka
isipka at openjdk.java.net
Wed Dec 2 20:33:58 UTC 2020
On Mon, 30 Nov 2020 17:53:07 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> @iignatev could you please review? Thank you.
>>
>> note to self:
>> jtreg test/jdk/java/lang/ProcessBuilder/InheritIO/InheritIoTest.java test/jdk/java/lang/SecurityManager/modules/CustomSecurityManagerTest.java test/jdk/java/lang/Thread/uncaughtexceptions/UncaughtExceptionsTest.java test/jdk/java/lang/annotation/loaderLeak/LoaderLeakTest.java
>
> test/jdk/java/lang/Thread/uncaughtexceptions/UncaughtExceptionsTest.java line 40:
>
>> 38: */
>> 39: public class UncaughtExceptionsTest {
>> 40:
>
> As with InheritIO, the nested classes that are invoked can be included in a single .java file.
Refactored and moved to [new PR](https://github.com/openjdk/jdk/pull/1578)
-------------
PR: https://git.openjdk.java.net/jdk/pull/1484
More information about the core-libs-dev
mailing list