Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index d1470ff7f534ad7df3e9141a9d1a890afb15fd19..cccef6e1fc113ae1bee75d1c338f5236fb89702d 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -207,7 +207,8 @@ |
'regress/regress-crbug-491062': [PASS, NO_VARIANTS], |
# Issue 488: this test sometimes times out. |
- 'array-constructor': [PASS, TIMEOUT], |
+ # TODO(arm): This seems to flush out a bug on arm with simulator. |
+ 'array-constructor': [PASS, TIMEOUT, ['arch == arm and simulator == True', SKIP]], |
# Issue 4413: this test sometimes times out with TSAN because we trigger |
# the slow path in C++ with holey arrays in Function.prototype.apply. |