Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-28 Thread Sergey Bylokhov
On 28.10.16 15:22, Prasanta Sadhukhan wrote: I think that it should be supported in some way already, because there is no such ifdef LINUX in the "Java_sun_awt_X11GraphicsDevice_getNativeScaleFactor" which is used in jdk.(Or probably it was not tested and does not work?). Seems that this is a

Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-28 Thread Prasanta Sadhukhan
On 10/27/2016 7:49 PM, Sergey Bylokhov wrote: On 27.10.16 9:45, Prasanta Sadhukhan wrote: What I meant to say is hidpi splashscreen support is not there in solaris (already told earlier too) http://mail.openjdk.java.net/pipermail/awt-dev/2016-March/010813.html I think that it should be

Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-27 Thread Sergey Bylokhov
On 27.10.16 9:45, Prasanta Sadhukhan wrote: What I meant to say is hidpi splashscreen support is not there in solaris (already told earlier too) http://mail.openjdk.java.net/pipermail/awt-dev/2016-March/010813.html I think that it should be supported in some way already, because there is no

Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-27 Thread Prasanta Sadhukhan
What I meant to say is hidpi splashscreen support is not there in solaris (already told earlier too) http://mail.openjdk.java.net/pipermail/awt-dev/2016-March/010813.html and this

Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-26 Thread Philip Race
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: show splash screen with specified image -phil. On 10/26/16, 8:27 AM, Prasanta Sadhukhan

Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-26 Thread Prasanta Sadhukhan
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

Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-26 Thread Sergey Bylokhov
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

Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-26 Thread Rajeev Chamyal
Looks good to me. Regards, Rajeev Chamyal -Original Message- From: Prasanta Sadhukhan Sent: 26 October 2016 12:54 To: Rajeev Chamyal; Alexandr Scherbatiy; swing-dev@openjdk.java.net Subject: Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen

Re: [9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-26 Thread Prasanta Sadhukhan
Please review this. 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 +++

[9] RFR JDK-8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java

2016-10-26 Thread Prasanta Sadhukhan
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