Re: RFR: JDK-8286191: misc tests fail due to JDK-8286191

2022-05-05 Thread Daniel D . Daugherty
On Thu, 5 May 2022 15:21:23 GMT, Matthias Baesken  wrote:

> The isMusl method had to be handled in 
> test/lib-test/jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java .
> Additionally, the vm.musl predicate seem not to be available in the langtools 
> tests.

@MBaesken - I corrected a typo in my synopsis update for JDK-8286191.
Please use "/issue JDK-8286191" to update the PR's synopsis.

-

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


Re: RFR: JDK-8286191: misc tests fail due to JDK-8286191

2022-05-05 Thread Daniel D . Daugherty
On Thu, 5 May 2022 15:21:23 GMT, Matthias Baesken  wrote:

> The isMusl method had to be handled in 
> test/lib-test/jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java .
> Additionally, the vm.musl predicate seem not to be available in the langtools 
> tests.

Changes requested by dcubed (Reviewer).

test/langtools/jdk/jshell/ExternalEditorTest.java line 29:

> 27:  * @bug 8143955 8080843 8163816 8143006 8169828 8171130 8162989 8210808
> 28:  * @comment musl/Alpine has problems executing some shell scripts, see 
> 8285987
> 29:  * @requires !vm.musl

So this change backs out an "@requires" that was added by:

JDK-8285987 executing shell scripts without #! fails on Alpine linux
https://bugs.openjdk.java.net/browse/JDK-8285987

Presumably this "@requires" was added for some reason so what's
going to happen if this test is run on Alpine Linux? Also, the fix in
JDK-8285987 updated the copyright year. Do you plan on restoring
it to the original "2017" value?

-

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


Re: RFR: JDK-8286191: misc tests fail due to JDK-8286191

2022-05-05 Thread Roger Riggs
On Thu, 5 May 2022 15:21:23 GMT, Matthias Baesken  wrote:

> The isMusl method had to be handled in 
> test/lib-test/jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java .
> Additionally, the vm.musl predicate seem not to be available in the langtools 
> tests.

LGTM

-

Marked as reviewed by rriggs (Reviewer).

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


RFR: JDK-8286191: misc tests fail due to JDK-8286191

2022-05-05 Thread Matthias Baesken
The isMusl method had to be handled in 
test/lib-test/jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java .
Additionally, the vm.musl predicate seem not to be available in the langtools 
tests.

-

Commit messages:
 - remove from ProblemList
 - Merge remote-tracking branch 'origin/master' into JDK-8286191
 - JDK-8286191

Changes: https://git.openjdk.java.net/jdk/pull/8556/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=8556=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8286191
  Stats: 4 lines in 3 files changed: 0 ins; 3 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8556.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8556/head:pull/8556

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