-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b28
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056526 | emb-9 | Kumar Srinivasan | P4 | Resolved | Fixed | master |
The JavadocTester.java runs a subtest without printing the arguments, this is somewhat
unfriendly, supposing if one is trying to reproduce the issue outside of the harness, one
must go back to the test source to decipher the actual command line.
If the harness printed out the args, it will be easier to harvest this directly from the .jtr
file, this is useful for the typical use case of plugging the arguments into IDE
or debuggers.
unfriendly, supposing if one is trying to reproduce the issue outside of the harness, one
must go back to the test source to decipher the actual command line.
If the harness printed out the args, it will be easier to harvest this directly from the .jtr
file, this is useful for the typical use case of plugging the arguments into IDE
or debuggers.
- backported by
-
JDK-8056526 [javadoc] javadoc tester must print out the javadoc run arguments.
-
- Resolved
-
- relates to
-
JDK-8040904 Ensure javadoc tests do not overwrite results within tests
-
- Closed
-