Revision: 21062
Author: [email protected]
Date: Tue Apr 29 15:11:57 2014 UTC
Log: disable Object.observe
[email protected], danno
BUG=
Review URL: https://codereview.chromium.org/252063003
Patch from Rafael Weinstein <[email protected]>.
http://code.google.com/p/v8/source/detail?r=21062
Modified:
/branches/bleeding_edge/src/object-observe.js
/branches/bleeding_edge/test/cctest/cctest.status
/branches/bleeding_edge/test/mjsunit/mjsunit.status
=======================================
--- /branches/bleeding_edge/src/object-observe.js Tue Apr 29 06:42:26 2014
UTC
+++ /branches/bleeding_edge/src/object-observe.js Tue Apr 29 15:11:57 2014
UTC
@@ -623,4 +623,5 @@
));
}
-SetupObjectObserve();
+// Disable Object.observe API for M35.
+// SetupObjectObserve();
=======================================
--- /branches/bleeding_edge/test/cctest/cctest.status Thu Apr 24 09:23:38
2014 UTC
+++ /branches/bleeding_edge/test/cctest/cctest.status Tue Apr 29 15:11:57
2014 UTC
@@ -81,6 +81,10 @@
'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
+
+ # Object.observe is disabled.
+ 'test-object-observe/*': [SKIP],
+ 'test-microtask-delivery/*': [SKIP],
}], # ALWAYS
##############################################################################
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Apr 15 16:39:21
2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Apr 29 15:11:57
2014 UTC
@@ -127,6 +127,14 @@
# array buffer.
'nans': [PASS, ['arch == mips', SKIP]],
+ # 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
##############################################################################
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.