[PATCH] D28562: [LNT] Generate csv test report for test-suite
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 10:55:37 PST 2017
MatzeB added inline comments.
================
Comment at: lnt/tests/test_suite.py:74
+"""Program;CC;CC_Time;CC_Hash;Exec;Exec_Time;Score
+{%- for suite in suites -%}
+ {%- for test in suite.tests %}
----------------
cmatthews wrote:
> I have never seen the {%- syntax in Jinja2, are you using {%- over the standard {% for some reason?
That syntax removes the whitespace before the {% from what I remember :)
https://reviews.llvm.org/D28562
More information about the llvm-commits
mailing list