[lworld] RFR: 8243317: jdk/javadoc/doclet/testRecordTypes/TestRecordTypes.java fails multiple tests

Srikanth Adayapalam sadayapalam at openjdk.java.net
Wed May 13 09:04:53 UTC 2020


Jim, Could you please review this test only fix to address a test failure ?

Basically, this javadoc test is surprised by the "implements IdentityObject" detail
in the output as it is not prepared for it.

(Note however that this is a temporary measure. As a part of the upcoming work for
https://bugs.openjdk.java.net/browse/JDK-8242612, we will also be ensuring that
the new super top types stay implicit and don't get to surface in javadoc outputs)

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

Commit messages:
 - 8243317: jdk/javadoc/doclet/testRecordTypes/TestRecordTypes.java fails multiple tests

Changes: https://git.openjdk.java.net/valhalla/pull/45/files
 Webrev: https://webrevs.openjdk.java.net/valhalla/45/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8243317
  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/45.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/45/head:pull/45

PR: https://git.openjdk.java.net/valhalla/pull/45


More information about the valhalla-dev mailing list