RFR: 7902638: TestResult may count lines incorrectly
Dmitry Bessonov
dbessono at openjdk.java.net
Tue Apr 21 11:50:10 UTC 2020
On Tue, 7 Apr 2020 13:21:44 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:
> This is the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902638
> Changed behavior to handle not only "\n" as line ending but "\r" and "\r\n" as well.
> Updated regression tests that were matching the current behavior and so started to fail.
This is the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902638
Changed behavior to handle not only "\n" as line ending but "\r" and "\r\n" as well.
Updated regression tests that were matching the current behavior and so started to fail.
-------------
PR: https://git.openjdk.java.net/jtharness/pull/1
More information about the jtharness-dev
mailing list