| Index: tools/testrunner/local/utils.py
|
| diff --git a/tools/testrunner/local/utils.py b/tools/testrunner/local/utils.py
|
| index efd609270d044d06e53f8da5e2767ac3dc88a6b7..a5252b06a8ad08d2741e6d9a326e14777af51216 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" or arch == "a64") and
|
| + (arch == "mipsel" or arch == "arm" or arch == "arm64") and
|
| not arch.startswith(machine))
|
|
|
|
|
|
|