Skip to content

Commit

Permalink
8326661: sun/java2d/cmm/ColorConvertOp/ColConvTest.java assumes profi…
Browse files Browse the repository at this point in the history
…les were generated by LCMS

Backport-of: 1f43fa0f8b0f956b41015e0ebc257e15a11ad99b
  • Loading branch information
Andrew Lu committed Mar 28, 2024
1 parent 29a08f7 commit 518e797
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/jdk/sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,7 +23,7 @@

/**
* @test
* @bug 6476665 7033534 6830714 8052162 8196572
* @bug 6476665 7033534 6830714 8052162 8196572 8326661
* @summary Verifies color conversion of Component Color Model based images
* @run main ColConvCCMTest
*/
Expand Down Expand Up @@ -59,8 +59,8 @@ public class ColConvCCMTest extends ColConvTest {
2.5, // sRGB
(isOpenProfile() ? 45.0 : 10.1), // LINEAR_RGB
10.5, // GRAY
(isOpenProfile() ? 215.0 : 45.5), // PYCC
(isOpenProfile() ? 56.0 : 47.5) // CIEXYZ
(isOpenProfile() ? 215.0 : 64.5), // PYCC
(isOpenProfile() ? 56.0 : 55.5) // CIEXYZ
};

final static String [] gldImgNames = {
Expand Down

1 comment on commit 518e797

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.