Re: RFR: 8272167: AbsPathsInImage.java should skip *.dSYM directories

2021-10-11 Thread Erik Joelsson
On Sun, 10 Oct 2021 22:35:40 GMT, Sergey Bylokhov  wrote:

> This fix changes the AbsPathsInImage test to skip *.dSYM directories.

Thanks for fixing this!

-

Marked as reviewed by erikj (Reviewer).

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


Re: RFR: 8272167: AbsPathsInImage.java should skip *.dSYM directories

2021-10-11 Thread Magnus Ihse Bursie
On Sun, 10 Oct 2021 22:35:40 GMT, Sergey Bylokhov  wrote:

> This fix changes the AbsPathsInImage test to skip *.dSYM directories.

LGTM

-

Marked as reviewed by ihse (Reviewer).

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


RFR: 8272167: AbsPathsInImage.java should skip *.dSYM directories

2021-10-10 Thread Sergey Bylokhov
This fix changes the AbsPathsInImage test to skip *.dSYM directories.

-

Commit messages:
 - Update AbsPathsInImage.java

Changes: https://git.openjdk.java.net/jdk/pull/5885/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5885&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8272167
  Stats: 11 lines in 1 file changed: 9 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5885.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5885/head:pull/5885

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