Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 41a9fe9931a86c4e281fa814be3e50982feb2afa..cc1d480b45ac422e6d5702f574e637f4e8bfb85f 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -75,6 +75,7 @@ GC_STRESS_FLAGS = ["--gc-interval=500", "--stress-compaction", |
"--concurrent-recompilation"] |
SUPPORTED_ARCHS = ["android_arm", |
+ "android_arm64", |
"android_ia32", |
"arm", |
"ia32", |
@@ -85,6 +86,7 @@ SUPPORTED_ARCHS = ["android_arm", |
"arm64"] |
# Double the timeout for these: |
SLOW_ARCHS = ["android_arm", |
+ "android_arm64", |
"android_ia32", |
"arm", |
"mipsel", |