RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v7]
Amit Kumar
amitkumar at openjdk.org
Fri Apr 28 09:59:03 UTC 2023
On Fri, 28 Apr 2023 09:33:03 GMT, Volker Simonis <simonis at openjdk.org> wrote:
>> test/jdk/java/util/zip/DeInflate.java line 164:
>>
>>> 162: out2 = baos.toByteArray();
>>> 163: if (n != len ||
>>> 164: !Arrays.equals(in, 0, len, out2, 0, len)) ||
>>
>> There's a `)` too much. you should at least run it a single time before pushing :)
>
> And while your on it, can you please also fix the other occurences of `Arrays.equals()`.
oops, I made these change on Lpar and tested there & pushed the changes from local machine.
current changes are working fine.
really sorry.. :-(
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12283#discussion_r1180184731
More information about the core-libs-dev
mailing list