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

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 06:44:22 PST 2017


kristof.beyls created this revision.
kristof.beyls added reviewers: cmatthews, MatzeB.
kristof.beyls added a subscriber: llvm-commits.

csv test reports are typically easier to quickly analyze than json or
xml reports. Therefore, also create a csv test report as part of 'lnt
runtest test-suite'; similar to how it's done for 'lnt runtest nt'.

Hopefully this is one of many steps to still take to be able to
deprecate 'lnt runtest nt'.


https://reviews.llvm.org/D28562

Files:
  lnt/tests/test_suite.py
  tests/runtest/test_suite.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28562.83971.patch
Type: text/x-patch
Size: 4321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/ef46fe63/attachment.bin>


More information about the llvm-commits mailing list