Skip to content

Commit

Permalink
8266129: tools/jpackage/windows/WinInstallerIconTest.java hangs with …
Browse files Browse the repository at this point in the history
…fastdebug

Reviewed-by: asemenyuk, almatvee
  • Loading branch information
Andy Herrick committed May 1, 2021
1 parent 3e667cc commit 5c083e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/jdk/tools/jpackage/windows/WinInstallerIconTest.java
Expand Up @@ -47,10 +47,17 @@
* @build jdk.jpackage.test.*
* @build WinInstallerIconTest
* @requires (os.family == "windows")
* @requires !vm.debug
* @modules jdk.jpackage/jdk.jpackage.internal
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
* --jpt-run=WinInstallerIconTest
*/

/*
* note: AWT can throw assertion from GetDiBits() extracting icon
* bits in fastdebug mode on windows headless systems. That is why
* we have @requires !vm.debug" above.
*/
public class WinInstallerIconTest {

@Test
Expand Down

1 comment on commit 5c083e8

@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.