| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 4ff0a1de932330c56d6e86eabddd5a4eec909d50..de9f368de4b12db29936d7f74db78db93d3c6b63 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -118,6 +118,15 @@
|
| # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for
|
| # nosse2. Also for arm novfp3.
|
| 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == ia32 or arch == arm and simulator == True', PASS]],
|
| +
|
| + # Object.observe is disabled.
|
| + 'es6/promises': [SKIP],
|
| + 'array-push7': [SKIP],
|
| + 'harmony/microtask-delivery': [SKIP],
|
| + 'es7/object-observe': [SKIP],
|
| + 'harmony/regress/regress-observe-empty-double-array': [SKIP],
|
| + 'regress/regress-356589': [SKIP],
|
| + 'regress/regress-observe-map-cache': [SKIP],
|
| }], # ALWAYS
|
|
|
| ##############################################################################
|
|
|