Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 8627319359418391efbbeb9e044365e7b2731d81..f7e77ca1543a1ab67c15c4fe4b90d58cf5737a57 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -130,6 +130,7 @@ GC_STRESS_FLAGS = ["--gc-interval=500", "--stress-compaction", |
SUPPORTED_ARCHS = ["android_arm", |
"android_arm64", |
"android_ia32", |
+ "android_x64", |
"arm", |
"ia32", |
"x87", |
@@ -147,6 +148,7 @@ SUPPORTED_ARCHS = ["android_arm", |
SLOW_ARCHS = ["android_arm", |
"android_arm64", |
"android_ia32", |
+ "android_x64", |
"arm", |
"mips", |
"mipsel", |