Re: RFR: 4760025: sRGB conversions to and from CIE XYZ incorrect [v3]

2024-01-15 Thread Alexey Ivanov
On Fri, 12 Jan 2024 23:46:06 GMT, Sergey Bylokhov wrote: > for test execution it does not matter but when opened in ide it conflicts > with some other Error classes from the tests. I feel your pain! I suggest refactoring those tests and make their private `Error` class a static member of the

Re: RFR: 4760025: sRGB conversions to and from CIE XYZ incorrect [v3]

2024-01-12 Thread Sergey Bylokhov
On Fri, 12 Jan 2024 22:53:08 GMT, Alexey Ivanov wrote: >> Sergey Bylokhov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Arrays.toString > > test/jdk/java/awt/color/ICC_ColorSpace/SimpleSRGBToFromCIEXYZ.java line 46: > >> 44:

Re: RFR: 4760025: sRGB conversions to and from CIE XYZ incorrect [v3]

2024-01-12 Thread Alexey Ivanov
On Fri, 12 Jan 2024 22:35:34 GMT, Sergey Bylokhov wrote: >> Since the time the bug was reported color conversion accuracy for the sRGB >> profile and specific values from the report increased by x100. This is a >> request to add the code from the report as a test case. > > Sergey Bylokhov has u

Re: RFR: 4760025: sRGB conversions to and from CIE XYZ incorrect [v3]

2024-01-12 Thread Sergey Bylokhov
> Since the time the bug was reported color conversion accuracy for the sRGB > profile and specific values from the report increased by x100. This is a > request to add the code from the report as a test case. Sergey Bylokhov has updated the pull request incrementally with one additional commit