[all-commits] [llvm/llvm-project] 023122: Reapply "[lit] GoogleTest framework should report ...
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Fri May 22 14:01:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0231227e5d8a7c4737ce2316dae01b63a2adfbe5
https://github.com/llvm/llvm-project/commit/0231227e5d8a7c4737ce2316dae01b63a2adfbe5
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M llvm/utils/lit/lit/formats/googletest.py
A llvm/utils/lit/tests/Inputs/googletest-discovery-failed/lit.cfg
A llvm/utils/lit/tests/Inputs/googletest-discovery-failed/subdir/OneTest.py
A llvm/utils/lit/tests/googletest-discovery-failed.py
Log Message:
-----------
Reapply "[lit] GoogleTest framework should report failures if test binary crashes"
This reverts commit 78dea0e8fb6cc5c0fae64d65b7f40560cab7b329.
The offending lldb test (which is a real bug exposed by this patch)
has been disabled on windows (see a67b2faa7c4cfbceffb4213f46769c45a5a9291a)
and lldb is queued for inclusion into precommit testing, which would
have caught this.
Differential Revision: https://reviews.llvm.org/D80389
More information about the All-commits
mailing list