Files
clang-p2996/llvm/test/tools/llvm-cov/Inputs/showProjectSummary.test
NAKAMURA Takumi 4e3c0bb7f7 llvm-cov: Introduce -show-created-time to suppress timestamps (#120417)
This shouldn't affect anything since `-show-created-time=true` by
default.

Timestamps sometimes prevent reproducible build.
2024-12-20 11:31:01 +09:00

29 lines
872 B
Plaintext

TEXT-TITLE: Test Suite
TEXT-NOT: Coverage Report
TEXT-NOT: Created:
TEXT-FUNCTION: main:
TEXT-FOOTER: Generated by llvm-cov
HTML-TITLE: <h1>Test Suite</h1>
HTML: <h2>Coverage Report</h2>
HTML: <h4>Created:{{.*}}</h4>
HTML-FILE: <pre>{{.*}}showProjectSummary.cpp</pre>
HTML-FUNCTION: <pre>main</pre>
HTML-HEADER: <td><pre>Line</pre></td>
HTML-HEADER: <td><pre>Count</pre></td>
HTML-HEADER: <td><pre>Source</pre></td>
HTML-FOOTER: <h5>Generated by llvm-cov{{.*}}</h5>
HTMF-TITLE: <h1>Test Suite</h1>
HTMF: <h2>Coverage Report</h2>
HTMF-NOT: <h4>Created:
HTMF-FILE: <pre>{{.*}}showProjectSummary.cpp</pre>
HTMF-NOT: <h4>Created:
HTMF-FUNCTION: <pre>main</pre>
HTMF-NOT: <h4>Created:
HTMF-HEADER: <td><pre>Line</pre></td>
HTMF-HEADER: <td><pre>Count</pre></td>
HTMF-HEADER: <td><pre>Source</pre></td>
HTMF-NOT: <h4>Created:
HTMF-FOOTER: <h5>Generated by llvm-cov{{.*}}</h5>