Are you sure about that ? I can't think why it would not work on Solaris just as it works everywhere else.

And when I run 'java -help' on Solaris it lists the option :-
    -splash:<imagepath>
                  show splash screen with specified image

-phil.

On 10/26/16, 8:27 AM, Prasanta Sadhukhan wrote:
No, as I understand splashscreen support is not there for solaris.

Regards
Prasanta
On 10/26/2016 8:55 PM, Sergey Bylokhov wrote:
Should this test work on Solaris as well?

On 26.10.16 10:19, Prasanta Sadhukhan wrote:
Hi All,

Please review a simple fix for splasscreen testissue where we need to
restrict this test from running on linux as this test uses linux
enviroment variable GDK_SCALE so
restricting to run only on linux.

Bug: https://bugs.openjdk.java.net/browse/JDK-8168657

diff -r aae3690e53e3
test/java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

---
a/test/java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java
Thu Oct 20 14:21:46 2016 +0300
+++
b/test/java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java
Wed Oct 26 12:46:56 2016 +0530
@@ -47,6 +47,7 @@
  * @test @bug 8145174 8151787
  * @summary HiDPI splash screen support on Linux
  * @modules java.desktop/sun.java2d
+ * @requires (os.family == "linux")
  * @run main UnixMultiResolutionSplashTest
  */
 public class UnixMultiResolutionSplashTest {


Regards
Prasanta



Reply via email to