[PATCH] D28562: [LNT] Generate csv test report for test-suite

Chris Matthews via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 10:41:38 PST 2017


cmatthews 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 %}
----------------
I have never seen the {%- syntax in Jinja2, are you using {%- over the standard {% for some reason? 


https://reviews.llvm.org/D28562





More information about the llvm-commits mailing list