Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 036fb483432ca2f5082daa4298a293b8360b1e69..e65beeafb0fc729444c00a1fa8dc7934ad36d3e3 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -127,6 +127,14 @@ |
# array buffer. |
'nans': [PASS, ['arch == mips', SKIP]], |
+ # Object.observe is disabled. |
+ 'es6/promises': [SKIP], |
+ 'array-push7': [SKIP], |
rossberg
2014/04/29 11:03:57
While you're at it, can you please move this test
|
+ 'harmony/microtask-delivery': [SKIP], |
+ 'es7/object-observe': [SKIP], |
+ 'harmony/regress/regress-observe-empty-double-array': [SKIP], |
rossberg
2014/04/29 11:03:57
This one should move to es7/regress/.
|
+ 'regress/regress-356589': [SKIP], |
rossberg
2014/04/29 11:03:57
Likewise this one and the next.
|
+ 'regress/regress-observe-map-cache': [SKIP], |
}], # ALWAYS |
############################################################################## |