[all-commits] [llvm/llvm-project] 6bbca3: [CFG] Add a test for a flaky crash in CFGBlock::ge...
NoQ via All-commits
all-commits at lists.llvm.org
Thu Nov 21 18:11:23 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6bbca3411b3861904c3b302f61d59efa14d4d0b9
https://github.com/llvm/llvm-project/commit/6bbca3411b3861904c3b302f61d59efa14d4d0b9
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
A clang/test/Analysis/a_flaky_crash.cpp
Log Message:
-----------
[CFG] Add a test for a flaky crash in CFGBlock::getLastCondition().
Push the test separately ahead of time in order to find out whether
our Memory Sanitizer bots will be able to find the problem.
If not, I'll add a much more expensive test that repeats the current
test multiple times in order to show up on normal buildbots.
I really apologize for the potential temporary inconvenience!
I'll commit the fix as soon as I get the signal.
Differential Revision: https://reviews.llvm.org/D69962
More information about the All-commits
mailing list