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
This commit is contained in:
parent
f9f962ffac
commit
55fbf13ec1
@ -623,4 +623,5 @@ function SetupObjectObserve() {
|
||||
));
|
||||
}
|
||||
|
||||
SetupObjectObserve();
|
||||
// Disable Object.observe API for M35.
|
||||
// SetupObjectObserve();
|
||||
|
@ -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
|
||||
|
||||
##############################################################################
|
||||
|
@ -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
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user