[all-commits] [llvm/llvm-project] 041bb9: Revert "[lit][unit] makes sure to print stderr whe...

Yuanfang Chen via All-commits all-commits at lists.llvm.org
Fri Jul 15 13:27:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 041bb94b9ce92a0133fe5e241336f8d3ff65048e
      https://github.com/llvm/llvm-project/commit/041bb94b9ce92a0133fe5e241336f8d3ff65048e
  Author: Yuanfang Chen <yuanfang.chen at sony.com>
  Date:   2022-07-15 (Fri, 15 Jul 2022)

  Changed paths:
    M llvm/utils/lit/lit/formats/googletest.py

  Log Message:
  -----------
  Revert "[lit][unit] makes sure to print stderr when no test failures are found"

This reverts commit 65769429c0644c81d271e9d971f5b64191503f6e.

This patch is incomplete.


  Commit: 4cd1c96d375aaaf8b48f0fddc8bd0a6619ff061c
      https://github.com/llvm/llvm-project/commit/4cd1c96d375aaaf8b48f0fddc8bd0a6619ff061c
  Author: Yuanfang Chen <yuanfang.chen at sony.com>
  Date:   2022-07-15 (Fri, 15 Jul 2022)

  Changed paths:
    M llvm/utils/lit/lit/formats/googletest.py
    M llvm/utils/lit/lit/main.py

  Log Message:
  -----------
  [reland][lit][unit] makes sure to print stderr when no test failures are found

In some situations, like running tests with sanitizers, all test
passes but the shard could still fail due to memory issues.

Relands 65769429c0644c81d271e9d971f5b64191503


Compare: https://github.com/llvm/llvm-project/compare/09531ede6d56...4cd1c96d375a


More information about the All-commits mailing list