[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:36:01 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364366: Add USan+ASan and UBSan+TSan tests to shadow-memory lit parallelism group. (authored by delcypher, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63797?vs=206549&id=206564#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63797

Files:
  compiler-rt/trunk/test/ubsan/lit.common.cfg


Index: compiler-rt/trunk/test/ubsan/lit.common.cfg
===================================================================
--- compiler-rt/trunk/test/ubsan/lit.common.cfg
+++ compiler-rt/trunk/test/ubsan/lit.common.cfg
@@ -74,3 +74,7 @@
 config.available_features.add('arch=' + config.target_arch)
 
 config.excludes = ['Inputs']
+
+if "ubsan-asan" in config.available_features or "ubsan-tsan" in config.available_features:
+  if not config.parallelism_group:
+    config.parallelism_group = 'shadow-memory'


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63797.206564.patch
Type: text/x-patch
Size: 504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190626/9d1cb7a4/attachment.bin>


More information about the llvm-commits mailing list