Re: [OpenJDK 2D-Dev] RFR: 8232634: Problem List ICMColorDataTest.java

2020-03-20 Thread Prasanta Sadhukhan

ok.

Regards
Prasanta
On 21-Mar-20 11:16 AM, Philip Race wrote:
Fair enough. But I'd still prefer to still p-l it on all platforms 
since there
is no clear explanation of why this is worse on one platform than 
another.


-phil.

On 3/20/20, 9:30 PM, Prasanta Sadhukhan wrote:


On 21-Mar-20 9:58 AM, Prasanta Sadhukhan wrote:
Shouldn't it be only on windows-all as the problem manifests now 
only in windows? linux-mac are working and as fast it can be.
I mean it was mentioned it takes 3-4 minutes in linux-mac and 30-odd 
minutes in windows.


Regards
Prasanta
On 21-Mar-20 4:49 AM, Philip Race wrote:

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

This test ICMColorDataTest.java takes a very long time on Windows 
and still too long on other platforms.
It will be investigated as bug 
https://bugs.openjdk.java.net/browse/JDK-8233028

In the mean time we will problem list it :

Fix:
diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt
+++ b/test/jdk/ProblemList.txt
@@ -254,6 +254,7 @@
 java/awt/font/StyledMetrics/BoldSpace.java 8198422 linux-all
 java/awt/FontMetrics/FontCrash.java 8198336 windows-all
 java/awt/FontMetrics/MaxAdvanceIsMax.java 8221305,8231495 
solaris-all,macosx-all,linux-all
+java/awt/image/BufferedImage/ICMColorDataTest/ICMColorDataTest.java 
8233028 generic-all
 java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java 8056077 
generic-all
 java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java 
8196025 windows-all
 java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java 
8196025 windows-all


-phil.



Re: [OpenJDK 2D-Dev] RFR: 8232634: Problem List ICMColorDataTest.java

2020-03-20 Thread Philip Race
Fair enough. But I'd still prefer to still p-l it on all platforms since 
there

is no clear explanation of why this is worse on one platform than another.

-phil.

On 3/20/20, 9:30 PM, Prasanta Sadhukhan wrote:


On 21-Mar-20 9:58 AM, Prasanta Sadhukhan wrote:
Shouldn't it be only on windows-all as the problem manifests now only 
in windows? linux-mac are working and as fast it can be.
I mean it was mentioned it takes 3-4 minutes in linux-mac and 30-odd 
minutes in windows.


Regards
Prasanta
On 21-Mar-20 4:49 AM, Philip Race wrote:

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

This test ICMColorDataTest.java takes a very long time on Windows 
and still too long on other platforms.
It will be investigated as bug 
https://bugs.openjdk.java.net/browse/JDK-8233028

In the mean time we will problem list it :

Fix:
diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt
+++ b/test/jdk/ProblemList.txt
@@ -254,6 +254,7 @@
 java/awt/font/StyledMetrics/BoldSpace.java 8198422 linux-all
 java/awt/FontMetrics/FontCrash.java 8198336 windows-all
 java/awt/FontMetrics/MaxAdvanceIsMax.java 8221305,8231495 
solaris-all,macosx-all,linux-all
+java/awt/image/BufferedImage/ICMColorDataTest/ICMColorDataTest.java 
8233028 generic-all
 java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java 8056077 
generic-all
 java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java 
8196025 windows-all
 java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java 
8196025 windows-all


-phil.



Re: [OpenJDK 2D-Dev] RFR: 8232634: Problem List ICMColorDataTest.java

2020-03-20 Thread Prasanta Sadhukhan



On 21-Mar-20 9:58 AM, Prasanta Sadhukhan wrote:
Shouldn't it be only on windows-all as the problem manifests now only 
in windows? linux-mac are working and as fast it can be.
I mean it was mentioned it takes 3-4 minutes in linux-mac and 30-odd 
minutes in windows.


Regards
Prasanta
On 21-Mar-20 4:49 AM, Philip Race wrote:

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

This test ICMColorDataTest.java takes a very long time on Windows and 
still too long on other platforms.
It will be investigated as bug 
https://bugs.openjdk.java.net/browse/JDK-8233028

In the mean time we will problem list it :

Fix:
diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt
+++ b/test/jdk/ProblemList.txt
@@ -254,6 +254,7 @@
 java/awt/font/StyledMetrics/BoldSpace.java 8198422 linux-all
 java/awt/FontMetrics/FontCrash.java 8198336 windows-all
 java/awt/FontMetrics/MaxAdvanceIsMax.java 8221305,8231495 
solaris-all,macosx-all,linux-all
+java/awt/image/BufferedImage/ICMColorDataTest/ICMColorDataTest.java 
8233028 generic-all
 java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java 8056077 
generic-all
 java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java 8196025 
windows-all
 java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java 
8196025 windows-all


-phil.



Re: [OpenJDK 2D-Dev] RFR: 8232634: Problem List ICMColorDataTest.java

2020-03-20 Thread Prasanta Sadhukhan
Shouldn't it be only on windows-all as the problem manifests now only in 
windows? linux-mac are working and as fast it can be.


Regards
Prasanta
On 21-Mar-20 4:49 AM, Philip Race wrote:

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

This test ICMColorDataTest.java takes a very long time on Windows and 
still too long on other platforms.
It will be investigated as bug 
https://bugs.openjdk.java.net/browse/JDK-8233028

In the mean time we will problem list it :

Fix:
diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt
+++ b/test/jdk/ProblemList.txt
@@ -254,6 +254,7 @@
 java/awt/font/StyledMetrics/BoldSpace.java 8198422 linux-all
 java/awt/FontMetrics/FontCrash.java 8198336 windows-all
 java/awt/FontMetrics/MaxAdvanceIsMax.java 8221305,8231495 
solaris-all,macosx-all,linux-all
+java/awt/image/BufferedImage/ICMColorDataTest/ICMColorDataTest.java 
8233028 generic-all
 java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java 8056077 
generic-all
 java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java 8196025 
windows-all
 java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java 
8196025 windows-all


-phil.



Re: [OpenJDK 2D-Dev] RFR: 8232634: Problem List ICMColorDataTest.java

2020-03-20 Thread Sergey Bylokhov

Looks fine.

On 3/20/20 4:19 pm, Philip Race wrote:

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

This test ICMColorDataTest.java takes a very long time on Windows and still too 
long on other platforms.
It will be investigated as bug https://bugs.openjdk.java.net/browse/JDK-8233028
In the mean time we will problem list it :

Fix:
diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt
+++ b/test/jdk/ProblemList.txt
@@ -254,6 +254,7 @@
  java/awt/font/StyledMetrics/BoldSpace.java 8198422 linux-all
  java/awt/FontMetrics/FontCrash.java 8198336 windows-all
  java/awt/FontMetrics/MaxAdvanceIsMax.java 8221305,8231495 
solaris-all,macosx-all,linux-all
+java/awt/image/BufferedImage/ICMColorDataTest/ICMColorDataTest.java 8233028 
generic-all
  java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java 8056077 generic-all
  java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java 8196025 
windows-all
  java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java 8196025 
windows-all

-phil.




--
Best regards, Sergey.


[OpenJDK 2D-Dev] RFR: 8232634: Problem List ICMColorDataTest.java

2020-03-20 Thread Philip Race

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

This test ICMColorDataTest.java takes a very long time on Windows and 
still too long on other platforms.
It will be investigated as bug 
https://bugs.openjdk.java.net/browse/JDK-8233028

In the mean time we will problem list it :

Fix:
diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt
+++ b/test/jdk/ProblemList.txt
@@ -254,6 +254,7 @@
 java/awt/font/StyledMetrics/BoldSpace.java 8198422 linux-all
 java/awt/FontMetrics/FontCrash.java 8198336 windows-all
 java/awt/FontMetrics/MaxAdvanceIsMax.java 8221305,8231495 
solaris-all,macosx-all,linux-all
+java/awt/image/BufferedImage/ICMColorDataTest/ICMColorDataTest.java 
8233028 generic-all

 java/awt/image/DrawImage/IncorrectAlphaSurface2SW.java 8056077 generic-all
 java/awt/image/DrawImage/IncorrectClipXorModeSW2Surface.java 8196025 
windows-all
 java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java 
8196025 windows-all


-phil.