[PATCH] D43314: [lit] - Allow 1 test to report multiple micro-test results to provide support for microbenchmarks.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 8 03:49:12 PDT 2019


lebedev.ri added inline comments.
Herald added a project: LLVM.


================
Comment at: llvm/trunk/utils/lit/lit/Test.py:163-164
+        Attach a micro-test result to the test result, with the given name and
+        result.  It is an error to attempt to attach a micro-test with the 
+        same name multiple times.
+
----------------
Was this restriction motivated?
Does LNT fail to import multiple results with the same name from a single `.json`?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D43314/new/

https://reviews.llvm.org/D43314





More information about the llvm-commits mailing list