Skip to content

Commit 7751996

Browse files
author
Andrew Lu
committed
8326661: sun/java2d/cmm/ColorConvertOp/ColConvTest.java assumes profiles were generated by LCMS
Backport-of: 1f43fa0f8b0f956b41015e0ebc257e15a11ad99b
1 parent e3f3647 commit 7751996

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/jdk/sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2007, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* @test
26-
* @bug 6476665 7033534 6830714 8052162 8196572
26+
* @bug 6476665 7033534 6830714 8052162 8196572 8326661
2727
* @summary Verifies color conversion of Component Color Model based images
2828
* @run main ColConvCCMTest
2929
*/
@@ -59,8 +59,8 @@ public class ColConvCCMTest extends ColConvTest {
5959
2.5, // sRGB
6060
(isOpenProfile() ? 45.0 : 10.1), // LINEAR_RGB
6161
10.5, // GRAY
62-
(isOpenProfile() ? 215.0 : 45.5), // PYCC
63-
(isOpenProfile() ? 56.0 : 47.5) // CIEXYZ
62+
(isOpenProfile() ? 215.0 : 64.5), // PYCC
63+
(isOpenProfile() ? 56.0 : 55.5) // CIEXYZ
6464
};
6565

6666
final static String [] gldImgNames = {

0 commit comments

Comments
 (0)