Integrated: 8354873: javax/swing/plaf/metal/MetalIconFactory/bug4952462.java failing on CI

Damon Nguyen dnguyen at openjdk.org
Wed Apr 16 17:22:50 UTC 2025


On Wed, 16 Apr 2025 16:46:02 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

> Test has a check for a red-ish color, but the range for the green and the blue values were too loose. A light enough grey would still pass (ex: 200, 190, 190). Reduced these from 200 to 80. Checked the color 200, 80, 80 on an rgb color wheel to decide that this color was red enough as the beginning to a passing rgb value.

This pull request has now been integrated.

Changeset: d80db00f
Author:    Damon Nguyen <dnguyen at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d80db00f8221b95ab767bb84d06b83a83ba4cd4c
Stats:     49 lines in 1 file changed: 13 ins; 21 del; 15 mod

8354873: javax/swing/plaf/metal/MetalIconFactory/bug4952462.java failing on CI

Reviewed-by: honkar

-------------

PR: https://git.openjdk.org/jdk/pull/24693


More information about the client-libs-dev mailing list