RFR: 8259268: Refactor InheritIO shell test as java test [v3]

Igor Ignatyev iignatyev at openjdk.java.net
Wed Feb 3 14:12:46 UTC 2021


On Thu, 3 Dec 2020 19:46:14 GMT, Ivan Šipka <isipka 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
>
> Ivan Šipka has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8166026: Refactor java/lang shell tests to java

you need to fix a missed comma in the copyright header to avoid tie1 failures.

test/jdk/java/lang/ProcessBuilder/InheritIOTest.java line 2:

> 1: /*
> 2:  * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.

missed comma

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

Changes requested by iignatyev (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1484


More information about the core-libs-dev mailing list