<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 1/12/18 7:01 AM, Kumar Srinivasan
wrote:<br>
</div>
<blockquote type="cite" cite="mid:5A58CDAF.2050503@oracle.com"><font
color="green"><font color="#330033"><br>
TestHtmlWarning.java:<br>
I think that test should either create discrete directories
for its output<br>
or the test should delete all of its output, upon completion.
<br>
Running output comparators may yield false positives, as the
execution<br>
sequence of sub-tests is not deterministic.</font></font></blockquote>
Kumar,<br>
<br>
The test does create separate output directories.<br>
<pre style="color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(238, 238, 238);"> 54 void testHtml4() {
55 javadoc("-d", "out-4",
64 void testHtml5() {
65 javadoc("-d", "out-5",
74 void testDefault() {
75 javadoc("-d", "out-default",
</pre>
Furthermore, in this test, the output checks are on the output
stream produced by javadoc, and not on any files, and so the output
directory is somewhat irrelevant.<br>
<br>
-- Jon<br>
<br>
<br>
<br>
</body>
</html>