Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: ios/build/bots/scripts/test_runner.py

Issue 2459933003: Kill simctl before starting iOS simulator tests (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/scripts/test_runner.py
diff --git a/ios/build/bots/scripts/test_runner.py b/ios/build/bots/scripts/test_runner.py
index e841cb928c2f4a033c064e0ecc8c1ef2421b8832..951af48b2d38c20d6ca46f32840f47c17f6db15f 100644
--- a/ios/build/bots/scripts/test_runner.py
+++ b/ios/build/bots/scripts/test_runner.py
@@ -397,7 +397,8 @@ class SimulatorTestRunner(TestRunner):
# The simulator's name varies by Xcode version.
'iPhone Simulator', # Xcode 5
'iOS Simulator', # Xcode 6
- 'Simulator', # Xcode 7
+ 'Simulator', # Xcode 7+
+ 'simctl', # https://crbug.com/637429
])
except subprocess.CalledProcessError as e:
if e.returncode != 1:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698