Re: [OpenJDK 2D-Dev] [12] RFR JDK-8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF

2018-11-07 Thread Philip Race
I think Jay's point is that the test isn't at all about alpha, so he chose to fix it by removing alpha which is equally as valid as switching format. -phil. On 11/7/18, 11:17 AM, Sergey Bylokhov wrote: Hi, Jay. As far as I understand the "png" still support alpha, and it is tested by this

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF

2018-11-07 Thread Philip Race
Right. It supports alpha of 0 and 255, but nothing in between :-) -phil. On 11/7/18, 12:41 PM, Brian Burkhalter wrote: GIF 89a supports a transparent color index in the palette. Brian On Nov 7, 2018, at 11:25 AM, Sergey Bylokhov mailto:sergey.bylok...@oracle.com>> wrote: On more question

[OpenJDK 2D-Dev] [12] Review Request: 8213110 Remove the use of applets in automatic tests

2018-11-07 Thread Sergey Bylokhov
Hello. Please review the fix for jdk 12. Bug: https://bugs.openjdk.java.net/browse/JDK-8213110 Webrev: http://cr.openjdk.java.net/~serb/8213110/webrev.03 Description of the bug: A number of our tests in jdk still launch by applets via "@run applet". Usually we drop this usage when we update

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF

2018-11-07 Thread Brian Burkhalter
GIF 89a supports a transparent color index in the palette. Brian > On Nov 7, 2018, at 11:25 AM, Sergey Bylokhov > wrote: > > On more question about "image/gif" format, as far as I understand this format > do not support the alpha as well, then why it works w/o exceptions?

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF

2018-11-07 Thread Sergey Bylokhov
On more question about "image/gif" format, as far as I understand this format do not support the alpha as well, then why it works w/o exceptions? On 07/11/2018 11:17, Sergey Bylokhov wrote: Hi, Jay. As far as I understand the "png" still support alpha, and it is tested by this test? On

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF

2018-11-07 Thread Sergey Bylokhov
Hi, Jay. As far as I understand the "png" still support alpha, and it is tested by this test? On 07/11/2018 02:11, Jayathirth D V wrote: Hello All, Please review the following fix in JDK12 : Bug : https://bugs.openjdk.java.net/browse/JDK-8176556 Webrev :

Re: [OpenJDK 2D-Dev] [12] RFR JDK-8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF

2018-11-07 Thread Jayathirth D V
Hello All, Forgot to update ProblemList. Please find updated webrev with ProblemList change also : http://cr.openjdk.java.net/~jdv/8176556/webrev.01/ Thanks, Jay From: Jayathirth D V Sent: Wednesday, November 07, 2018 3:42 PM To: 2d-dev; awt-...@openjdk.java.net Subject:

[OpenJDK 2D-Dev] [12] RFR JDK-8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF

2018-11-07 Thread Jayathirth D V
Hello All, Please review the following fix in JDK12 : Bug : https://bugs.openjdk.java.net/browse/JDK-8176556 Webrev : http://cr.openjdk.java.net/~jdv/8176556/webrev.00/ Issue : When we run java/awt/dnd/ImageTransferTest/ImageTransferTest.java if fails to get ImageWriter(Service