[PATCH] D21605: [zorg] Replace SKIP_* in sanitizer buildbot config by conditionals based on ARCH.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 05:17:18 PDT 2016


koriakin created this revision.
koriakin added reviewers: kcc, seurer.
koriakin added a subscriber: llvm-commits.
koriakin set the repository for this revision to rL LLVM.
koriakin added a project: Zorg.

Currently, the final check-msan/scuda/... step is controlled by SKIP_MSAN/...
environment variables, set based on buildbot config.  However, these variables
have a default value of 1 set in the bash script, making the tests never
executed.

On the other hand, the other two check-msan/... steps are executed iff
ARCH == x86_64, skipping the tests on all other architectures.

Let's nuke the SKIP_* variables, and make all check-msan/... steps
conditional on the ARCH, as determined by the bash script, but extend
it to recognize other architectures that support msan (and other sanitizers).
Also make tsan likewise conditional (it's not supported eg. on i386).


Repository:
  rL LLVM

http://reviews.llvm.org/D21605

Files:
  zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
  zorg/buildbot/builders/sanitizers/buildbot_selector.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21605.61532.patch
Type: text/x-patch
Size: 5735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160622/39f4e615/attachment-0001.bin>


More information about the llvm-commits mailing list