[PATCH] D63797: Add USan+ASan and UBSan+TSan tests to shadow-memory lit parallelism group.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 17:56:23 PDT 2019


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


================
Comment at: compiler-rt/test/ubsan/lit.common.cfg:78
+
+if "ubsan-asan" in config.available_features or "ubsan-tsan" in config.available_features:
+  if not config.parallelism_group:
----------------
delcypher wrote:
> yln wrote:
> > `if ubsan_lit_test_mode in ['AddressSanitizer', 'MemorySanitizer', 'ThreadSanitizer']:`
> Oops I missed this. I'll do this as a follow up commit.
@yln Landed a follow up fix in r364369.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63797





More information about the llvm-commits mailing list