You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/testing.html
+3
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,9 @@ <h4 id="jcov">JCOV</h4>
127
127
<p>The simplest way to run tests with JCov coverage report is to use the special target <code>jcov-test</code> instead of <code>test</code>, e.g. <code>make jcov-test TEST=jdk_lang</code>. This will make sure the JCov image is built, and that JCov reporting is enabled.</p>
128
128
<p>The JCov report is stored in <code>build/$BUILD/test-results/jcov-output</code>.</p>
129
129
<p>Please note that running with JCov reporting can be very memory intensive.</p>
<p>While collecting code coverage with JCov, it is also possible to find coverage for only recently changed code. JCOV_DIFF_CHANGESET specifies a source revision. A textual report will be generated showing coverage of the diff between the specified revision and the repository tip.</p>
132
+
<p>The report is stored in <code>build/$BUILD/test-results/jcov-output/diff_coverage_report</code> file.</p>
130
133
<h3id="jtreg-keywords">JTReg keywords</h3>
131
134
<h4id="jobs-1">JOBS</h4>
132
135
<p>The test concurrency (<code>-concurrency</code>).</p>
0 commit comments