RFR: JDK-8285987: executing shell scripts without #! fails on Alpine linux

Roger Riggs rriggs at openjdk.java.net
Thu May 5 14:49:28 UTC 2022


On Thu, 5 May 2022 14:15:30 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> test/lib/jdk/test/lib/Platform.java line 192:
>> 
>>> 190:     }
>>> 191: 
>>> 192:     public static boolean isMusl() {
>> 
>> I think this will need test/lib/TestMutuallyExclusivePlatformPredicates.java to be updated too.
>
> Hi Alan, thanks for the advice;  do you think we can put it into the IGNORED group ?
> https://github.com/openjdk/jdk/blob/master/test/lib-test/jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java#L53

Its now on the ProblemList and Created Issue:
 [JDK-8286191](https://bugs.openjdk.java.net/browse/JDK-8286191) Test library test failure in TestMutuallyExclusivePlatformPredicates.java

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

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


More information about the core-libs-dev mailing list