Index: tools/testrunner/local/utils.py |
diff --git a/tools/testrunner/local/utils.py b/tools/testrunner/local/utils.py |
index 508709f87d2d108a4f8901b337a1ebf25197e042..efd609270d044d06e53f8da5e2767ac3dc88a6b7 100644 |
--- a/tools/testrunner/local/utils.py |
+++ b/tools/testrunner/local/utils.py |
@@ -81,7 +81,7 @@ def GuessOS(): |
def UseSimulator(arch): |
machine = platform.machine() |
return (machine and |
- (arch == "mipsel" or arch == "arm") and |
+ (arch == "mipsel" or arch == "arm" or arch == "a64") and |
not arch.startswith(machine)) |