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: |