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

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 17:12:49 PDT 2019


yln accepted this revision.
yln added a comment.
This revision is now accepted and ready to land.

LGTM with 1 nit.
Thanks! I thought I also did this for UBSan+xxx, but apparently I forgot.



================
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:
----------------
`if ubsan_lit_test_mode in ['AddressSanitizer', 'MemorySanitizer', 'ThreadSanitizer']:`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63797





More information about the llvm-commits mailing list