[all-commits] [llvm/llvm-project] 10851f: [analyzer][tests] Fix SATest update functionality

Valeriy Savchenko via All-commits all-commits at lists.llvm.org
Mon Aug 3 08:22:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 10851f9db5f7d163135374b8dfc945e1b4a9c7d6
      https://github.com/llvm/llvm-project/commit/10851f9db5f7d163135374b8dfc945e1b4a9c7d6
  Author: Valeriy Savchenko <vsavchenko at apple.com>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M clang/utils/analyzer/SATest.py
    M clang/utils/analyzer/SATestUpdateDiffs.py

  Log Message:
  -----------
  [analyzer][tests] Fix SATest update functionality

Summary:
Not all projects in the project map file might have newer results
for updating, we should handle this situation gracefully.

Additionally, not every user of the test system would want storing
reference results in git.  For this reason, git functionality is now
optional.

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




More information about the All-commits mailing list