jdk/test/java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java
equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
42 * @test |
42 * @test |
43 * @bug 8043869 8075244 8078082 |
43 * @bug 8043869 8075244 8078082 |
44 * @author Alexander Scherbatiy |
44 * @author Alexander Scherbatiy |
45 * @summary [macosx] java -splash does not honor 2x hi dpi notation for retina |
45 * @summary [macosx] java -splash does not honor 2x hi dpi notation for retina |
46 * support |
46 * support |
|
47 * @modules java.desktop/sun.java2d |
47 * @run main MultiResolutionSplashTest GENERATE_IMAGES |
48 * @run main MultiResolutionSplashTest GENERATE_IMAGES |
48 * @run main/othervm -splash:splash1.png MultiResolutionSplashTest TEST_SPLASH 0 |
49 * @run main/othervm -splash:splash1.png MultiResolutionSplashTest TEST_SPLASH 0 |
49 * @run main/othervm -splash:splash2 MultiResolutionSplashTest TEST_SPLASH 1 |
50 * @run main/othervm -splash:splash2 MultiResolutionSplashTest TEST_SPLASH 1 |
50 * @run main/othervm -splash:splash3. MultiResolutionSplashTest TEST_SPLASH 2 |
51 * @run main/othervm -splash:splash3. MultiResolutionSplashTest TEST_SPLASH 2 |
51 * @run main/othervm -splash:splash1.png MultiResolutionSplashTest TEST_FOCUS |
52 * @run main/othervm -splash:splash1.png MultiResolutionSplashTest TEST_FOCUS |