RFR: 8253876: jdk/test/lib/hexdump/ASN1FormatterTest.java fails with "AssertionError: Lines expected [126] but found [202]" [v2]

Roger Riggs rriggs at openjdk.java.net
Wed Oct 7 16:01:28 UTC 2020


> The HexPrinter test utility should be ignoring \r characters from the formatter.
> It looks for \n and generates System.lineSeparator() at the end of each line.
> 
> With this fix, the ASN1FormatterTest can be removed from the ProblemList.

Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:

  Use System.lineSeparator for line endings

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/486/files
  - new: https://git.openjdk.java.net/jdk/pull/486/files/7b6ae596..6f1f564d

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=486&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=486&range=00-01

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/486.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/486/head:pull/486

PR: https://git.openjdk.java.net/jdk/pull/486


More information about the core-libs-dev mailing list