[PATCH] D69962: [CFG] Fix a flaky crash in CFGBlock::getLastCondition().

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 7 13:00:22 PST 2019


NoQ marked an inline comment as done.
NoQ added inline comments.


================
Comment at: clang/test/Analysis/a_flaky_crash.cpp:19
+
+// 256 copies of the same run-line to make it crash more often when it breaks.
+
----------------
This is a trade-off between reliability and not increasing test time too much. This test starts with an "a", so it fires up immediately, and on my machine it's not the last test to finish during `check-clang-analysis`, so i guess it shouldn't cause too much trouble.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69962/new/

https://reviews.llvm.org/D69962





More information about the cfe-commits mailing list