[PATCH] D28420: [lit] Limit parallelism of sanitizer tests on Darwin

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 10:09:20 PST 2017


kubabrecka updated this revision to Diff 84855.
kubabrecka added a reviewer: MatzeB.
kubabrecka added a comment.

Updating patch.  `darwin_sanitizer_parallelism_group_func` is now only used on Darwin (should fix Windows bot breakage) and the magic number 3 is moved to compiler-rt (into `test/lit.common.cfg` and `unittests/lit.common.unit.cfg`).


https://reviews.llvm.org/D28420

Files:
  projects/compiler-rt/test/asan/Unit/lit.site.cfg.in
  projects/compiler-rt/test/asan/lit.cfg
  projects/compiler-rt/test/lit.common.cfg
  projects/compiler-rt/test/tsan/Unit/lit.site.cfg.in
  projects/compiler-rt/test/tsan/lit.cfg
  projects/compiler-rt/unittests/lit.common.unit.cfg
  utils/lit/lit/LitConfig.py
  utils/lit/lit/TestingConfig.py
  utils/lit/lit/main.py
  utils/lit/lit/run.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28420.84855.patch
Type: text/x-patch
Size: 8055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170118/d1459569/attachment.bin>


More information about the llvm-commits mailing list