Commit 6dc38854 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Run all variants on TSAN bots.

Bug: chromium:773214
Change-Id: I7ebcbea3152a506e3ed569ef975413321c937dc6
Reviewed-on: https://chromium-review.googlesource.com/708755Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48441}
parent 6ff68255
......@@ -589,13 +589,10 @@ def ProcessOptions(options):
VARIANTS = EXHAUSTIVE_VARIANTS
# TODO(machenbach): Figure out how to test a bigger subset of variants on
# msan and tsan.
# msan.
if options.msan:
VARIANTS = ["default"]
if options.tsan:
VARIANTS = ["default"]
if options.j == 0:
options.j = multiprocessing.cpu_count()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment