Commit 55fbf13e authored by danno@chromium.org's avatar danno@chromium.org

disable Object.observe

R=danno@chromium.org, danno
BUG=

Review URL: https://codereview.chromium.org/252063003

Patch from Rafael Weinstein <rafaelw@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21062 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f9f962ff
...@@ -623,4 +623,5 @@ function SetupObjectObserve() { ...@@ -623,4 +623,5 @@ function SetupObjectObserve() {
)); ));
} }
SetupObjectObserve(); // Disable Object.observe API for M35.
// SetupObjectObserve();
...@@ -81,6 +81,10 @@ ...@@ -81,6 +81,10 @@
'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
# Object.observe is disabled.
'test-object-observe/*': [SKIP],
'test-microtask-delivery/*': [SKIP],
}], # ALWAYS }], # ALWAYS
############################################################################## ##############################################################################
......
...@@ -127,6 +127,14 @@ ...@@ -127,6 +127,14 @@
# array buffer. # array buffer.
'nans': [PASS, ['arch == mips', SKIP]], '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 }], # ALWAYS
############################################################################## ##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment