Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8273235: tools/launcher/HelpFlagsTest.java Fails on Windows 32bit
Backport-of: fc0fe256793b33430c1247e0c091150a091da3c4
  • Loading branch information
Adam Farley authored and shipilev committed Nov 23, 2021
1 parent 562cb4a commit 03ef5a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jdk/tools/launcher/HelpFlagsTest.java
Expand Up @@ -47,7 +47,9 @@ public class HelpFlagsTest extends TestHelper {
static final String[] TOOLS_NOT_TO_TEST = {
"appletviewer", // deprecated, don't test
"jaccessinspector", // gui, don't test, win only
"jaccessinspector-32", // gui, don't test, win-32 only
"jaccesswalker", // gui, don't test, win only
"jaccesswalker-32", // gui, don't test, win-32 only
"jconsole", // gui, don't test
"servertool", // none. Shell, don't test.
"javaw", // don't test, win only
Expand Down

1 comment on commit 03ef5a9

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.