RFR: 8273235: tools/launcher/HelpFlagsTest.java Fails on Windows 32bit

Christian Stein cstein at openjdk.java.net
Thu Nov 4 13:19:23 UTC 2021


This PR implements the fix as suggested by Adam Farley, which reads:

> Note: Looks to be as simple as adding `jaccessinspector-32` and `jaccesswalker-32` to `TOOLS_NOT_TO_TEST` at the top of `HelpFlagsTest.java`, as the non-32bit versions are already there.

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

Commit messages:
 - Ignore `jaccessinspector-32` and `jaccesswalker-32`

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

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


More information about the core-libs-dev mailing list