[PATCH] D42156: Force lit to execute the ASan and TSan tests on iOS devices sequentially
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 20:27:32 PST 2018
delcypher added inline comments.
================
Comment at: test/asan/lit.cfg:218
+ config.parallelism_group = "darwin-64bit-sanitizer"
+ elif config.ios:
+ config.parallelism_group = "darwin-ios-device-sanitizer"
----------------
kubamracek wrote:
> Should this be `config.ios and not config.iossim`? Note that `config.ios` is "true" even for the simulator.
Good catch. I hadn't noticed that.
https://reviews.llvm.org/D42156
More information about the llvm-commits
mailing list