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
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
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
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
>
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
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
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
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:
>
> 
> So the click ha
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
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.
---
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
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
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
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
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
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
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
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
>
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
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 {
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).
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
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
23 matches
Mail list logo