Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 20f36798a7ee71c4040956ed8cc9746a2afa7c7f..d793a8ae71532f33c88640b6892621e5ca6b9321 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -491,7 +491,8 @@ def Execute(arch, mode, args, options, suites, workspace): |
# TODO(all): Combine "simulator" and "simulator_run". |
simulator_run = not options.dont_skip_simulator_slow_tests and \ |
- arch in ['arm64', 'arm', 'mips'] and ARCH_GUESS and arch != ARCH_GUESS |
+ arch in ['arm64', 'arm', 'mipsel', 'mips', 'mips64el'] and \ |
+ ARCH_GUESS and arch != ARCH_GUESS |
# Find available test suites and read test cases from them. |
variables = { |
"arch": arch, |