| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 060b564df4fc726500e06ee1085f81357fc7be3b..20ee56a73b41a2358245e00013e1d642cd4045ec 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -696,6 +696,9 @@
|
| 'readonly': [SKIP],
|
| 'array-feedback': [SKIP],
|
|
|
| + # Bounds check triggers forced deopt for array constructors.
|
| + 'array-constructor-feedback': [SKIP],
|
| +
|
| # Deopting uses just enough memory to make this one OOM.
|
| 'regress/regress-3976': [SKIP],
|
|
|
|
|