[all-commits] [llvm/llvm-project] a54e18: [compiler-rt] Use --standalone when running tests ...
Julian Lettner via All-commits
all-commits at lists.llvm.org
Mon Apr 20 08:43:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a54e18df0a979409e792db7dc2c003d3318a43db
https://github.com/llvm/llvm-project/commit/a54e18df0a979409e792db7dc2c003d3318a43db
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
M compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py
Log Message:
-----------
[compiler-rt] Use --standalone when running tests on the iOS simulator
We can use `simctl spawn --standalone` to enable running tests without
the need for an already-booted simulator instance. This also side-steps
the problem of not having a good place to shutdown the instance after
we are finished with testing.
rdar://58118442
Reviewed By: delcypher
Differential Revision: https://reviews.llvm.org/D78409
More information about the All-commits
mailing list