[all-commits] [llvm/llvm-project] 253cb5: [lit] Add the option to output test result as resu...

Zero Omega via All-commits all-commits at lists.llvm.org
Mon Aug 23 17:04:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 253cb50c60991f155e49f1d76cd01f8ba66d3524
      https://github.com/llvm/llvm-project/commit/253cb50c60991f155e49f1d76cd01f8ba66d3524
  Author: Haowei Wu <haowei at google.com>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
    M llvm/utils/lit/lit/cl_arguments.py
    M llvm/utils/lit/lit/reports.py
    A llvm/utils/lit/tests/test-output-micro-resultdb.py
    A llvm/utils/lit/tests/test-output-resultdb.py

  Log Message:
  -----------
  [lit] Add the option to output test result as resultdb json format

This change adds the option --resultdb-output=path allow llvm-lit
generating LuCI ResultDB JSON output for the test results, which
can be better integrated with certain CI/CQ framework.

Differential Revision: https://reviews.llvm.org/D108238




More information about the All-commits mailing list