Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [iOS sim] Ensure simulator device is booted in iossim_prepare.py | Julian Lettner | 2019-12-20 | 1 | -1/+13 |
| | | | | | | | | | | | | | | Recent versions of the iOS simulator require that a "simulator device" is booted before we can use `simctl spawn` (see iossim_run.py) to start processes. We can use `simctl bootstatus` to ensure that the simulator device is booted before we run any tests via lit. The `-b` option starts the device if necessary. Reviewed By: delcypher Differential Revision: https://reviews.llvm.org/D71449 | ||||
* | [sanitizer] Unify and generalize Apple platforms in CMake and lit test configs | Kuba Mracek | 2018-06-20 | 1 | -0/+5 |
There's more platforms than just "ios" and "iossim" that we should support, and adding more lit config variables for each platform isn't great. Let's generalize and have a single value that determines what the platform under test is. Differential Revision: https://reviews.llvm.org/D48309 llvm-svn: 335123 |