Withdrawn: 8270331: [TESTBUG] Error: Not a test or directory containing tests: java/awt/print/PrinterJob/InitToBlack.java

2021-10-04 Thread duke
On Fri, 6 Aug 2021 17:35:22 GMT, lawrence.andrews wrote: > 1) Removed Testcase depending on InitToBlack.html file which makes the > testcase to executed independently. > 2) Removed Applet class dependent. > 3) Moved applet/manual=yesno to main/manual InitToBlack > > @shurymury This pull requ

Withdrawn: 8273355: Lanai: Flickering on tooltip appearance IntelliJ IDEA 2021.2.1

2021-11-10 Thread duke
On Sat, 4 Sep 2021 19:54:55 GMT, Alexey Ushakov wrote: > Used setOpaque() method to set correct background of platform window This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/5373

Withdrawn: 8273618: DisplayChangeVITest.java is timing out on macOS 12 aarch64

2021-11-19 Thread duke
On Thu, 23 Sep 2021 13:52:09 GMT, Prasanta Sadhukhan wrote: > java/awt/FullScreen/DisplayChangeVITest/DisplayChangeVITest.java is timing > out on a macOS 12 aarch64 (an Apple Silicon Mac Mini) system due to getting > locked on frame.dispose() even though test passed. > Modified test to use JFr

Withdrawn: 8274597: [TESTBUG] Two of the dnd tests times out and fails

2021-11-29 Thread duke
On Thu, 30 Sep 2021 14:24:50 GMT, Manukumar V S wrote: > These two dnd tests fails most of the time with a time out, mostly noticed in > windows 11 machines. > 1. java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java > 2. java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java >

Withdrawn: 8274304: Update or Problem List tests which may fail with uiScale=2 on macOS

2021-12-02 Thread duke
On Thu, 30 Sep 2021 04:43:19 GMT, Sergey Bylokhov wrote: > The fix for 8274296 added uiScale=1 to some of the tests to fix the problem > of incorrect pixel color capture by the robot. > In both cases uiScale=1 or uiScale=2 the same call should be made to the > macOS. But if uiScale=1 is set we

Withdrawn: 8254841: [macos] Enter and Exit events shouldn't be sent whilst resizing

2021-12-03 Thread duke
On Mon, 13 Sep 2021 18:03:39 GMT, Alisen Chung wrote: > Added a resizing flag when the window is currently being resized to block > mouseEntered and mouseExited events from being posted to that window. This pull request has been closed without being integrated. - PR: https://git.o

Withdrawn: 8275165 : ProblemList InterpolationQualityTest.java

2021-12-09 Thread duke
On Wed, 13 Oct 2021 17:02:03 GMT, lawrence.andrews wrote: > InterpolationQualityTest.java test fails consistently on windows 10 hence > adding it in the problemList. > > @shurymury This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk

Withdrawn: 8225777: java/awt/Mixing/MixingOnDialog.java fails on Ubuntu

2021-12-16 Thread duke
On Wed, 20 Oct 2021 12:05:57 GMT, Alexander Zvegintsev wrote: > Looks like the test started failing after increasing of window's title height > in Ubuntu theme: > > ![image](https://user-images.githubusercontent.com/77687766/138088503-f380bcb2-1ffc-4d58-b6b2-2efc56b7975c.png) > So the click ha

Withdrawn: 8159451: [TEST_BUG] java/awt/Mixing/AWT_Mixing/JMenuBarOverlapping.java

2021-12-27 Thread duke
On Fri, 29 Oct 2021 19:54:47 GMT, Alisen Chung wrote: > Added more time to test, removed pixel check during EmbeddedFrame test from > OverlappingTestBase. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/6177

Withdrawn: JDK-8274977: Remove expandPacked and extendEdge from awt_ImagingLib.c

2021-12-29 Thread duke
On Fri, 8 Oct 2021 14:25:18 GMT, Matthias Baesken wrote: > Please review this small cleanup change. > Looks like expandPacked and extendEdge from awt_ImagingLib.c are > unreferenced/unused and can be removed. > > Thanks, Matthias This pull request has been closed without being integrated. ---

Withdrawn: 8185429: [macos] After the dialog is closed, there is no window become active.

2021-12-29 Thread duke
On Sun, 10 Oct 2021 21:26:05 GMT, Alisen Chung wrote: > After a modal dialog is closed, its parent window should be pushed to the > front and made key. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/5884

Withdrawn: 8169474: KeyCharTest: Wrong number of key events: 0

2021-12-30 Thread duke
On Thu, 28 Oct 2021 17:02:45 GMT, Alexander Zuev wrote: > When i reproduced the test failures locally on Ubuntu 18 it seems like AWT > Frame > that appeared on the screen had not received focus and keyboard events went > to the > Window Manager which ignored them for having no meaning in the cu

Withdrawn: 8273101: Eliminate the usage of threadgroup sandboxing in the java.util.logging

2022-01-06 Thread duke
On Wed, 1 Sep 2021 06:31:16 GMT, Sergey Bylokhov wrote: > At the time Java supported applets and webstart, a special mechanism for > launching various applications in one JVM was used to reduce memory usage and > each application was isolated from each other. > > This isolation was implemented

Withdrawn: 8233568: [TESTBUG] AWT event tests failing on MacOS

2022-01-10 Thread duke
On Thu, 21 Oct 2021 15:47:36 GMT, Alisen Chung wrote: > Tests passing on macos, so removing from ProblemList This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/6067

Withdrawn: 8275170: Some jtreg sound tests should be marked headful

2022-01-19 Thread duke
On Fri, 22 Oct 2021 19:01:27 GMT, Phil Race wrote: > This fix adds "headful sound" keywords to a number of javax/sound jtreg tests > > The jtreg javax.sound tests are written in such a way that if a needed audio > device > or other platform resource is not available, they just exit with a "pass

Withdrawn: JDK-8275923: Override the LPR path using a system property

2022-02-11 Thread duke
On Wed, 20 Oct 2021 20:38:17 GMT, Rolf van Kleef wrote: > On some select systems, the LPR binary may be placed elsewhere (for example > at `/app/bin/lpr`). For that reason, we need to be able to override this > value. This proposal also allows overriding the LP's path, as it could > experience

Withdrawn: 8276266: Clean up incorrect client-libs ProblemList.txt entries

2022-02-16 Thread duke
On Tue, 2 Nov 2021 01:00:25 GMT, Phil Race wrote: > We have a few stale entries in the Problem list. > We need to remap some tests to still open bugs > 7100044 -> 6849371 > 8203047 -> 8072110 > 8233703 -> 8238436 > 8273618 -> 8273617 > > We need to remove these FIXED bugs > java/awt/Choice/Choic

Withdrawn: JDK-8276809: java/awt/font/JNICheck/FreeTypeScalerJNICheck.java shows JNI warning on Windows

2022-02-28 Thread duke
On Tue, 9 Nov 2021 07:57:55 GMT, Matthias Baesken wrote: > The new test java/awt/font/JNICheck/FreeTypeScalerJNICheck.java introduced > with https://bugs.openjdk.java.net/browse/JDK-8269223 adds -Xcheck:jni to an > awt related test, and shows on Windows server 2019 the following JNI warning >

Withdrawn: 8278348: [macos12] javax/swing/JTree/4908142/bug4908142.java fails in macos12

2022-03-08 Thread duke
On Tue, 14 Dec 2021 05:44:17 GMT, Prasanta Sadhukhan wrote: > Test seem to be failing in macos12.0.1 (although it does not seem to affect > 12.1) due to keypresses of "a", "a", "d" is not selecting "aad" but "ade" > which seems to point to the fact that 2 exclusive "a" keypress are considered

Withdrawn: 8181571: printing to CUPS fails on mac sandbox app

2022-03-11 Thread duke
On Wed, 21 Jul 2021 15:45:55 GMT, Alexander Scherbatiy wrote: > The issue is reproduced on macOS Big Sur 11.0.1 with jdk 16.0.1+9. > > Create a native macOS app from the Hello.java file, sign and run it in > sandbox: > > import javax.print.*; > import javax.swing.*; > > public class Hello {

Withdrawn: 8277817: java/awt/dnd/BadSerializationTest/BadSerializationTest.java failed: ClassNotFoundException: com.apple.laf.AquaImageFactory$SystemColorProxy

2022-03-12 Thread duke
On Sat, 15 Jan 2022 23:22:19 GMT, Liam Miller-Cushon wrote: > This change updates the serialized objects used by > `java/awt/dnd/BadSerializationTest/BadSerializationTest.java` using a similar > approach to the previous fix in > [JDK-8039082](https://bugs.openjdk.java.net/browse/JDK-8039082).

Withdrawn: 8276849: Refresh the window icon on graphics configuration changes

2022-06-07 Thread duke
On Sun, 31 Oct 2021 08:21:58 GMT, Emmanuel Bourg wrote: > When a list of icons is set on a window, the most appropiate icon is selected > depending on the graphics configuration. But if the graphics configuration > changes (because the window is moved to a different screen, or because the > DP

Withdrawn: 8274082 : Wrong test case name specified in jtreg run tag for java/awt/print/PrinterJob/SwingUIText.java

2022-06-09 Thread duke
On Thu, 24 Mar 2022 20:24:35 GMT, lawrence.andrews wrote: > Following issues were fixed in this test > 1) Fixed - Parser error due to yesno in @run main/manual=yesno > 2) Fixed Wrong test name specified in @run jtreg > @run main/manual=yesno PrintTextTest . It should be @run main/manual=yesno