Reviewers: Toon Verwaest,

Message:
Committed patchset #2 manually as r16017 (presubmit successful).

Description:
Disable test in object observe because of bug 2774.

BUG=
[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=16017

Please review this at https://codereview.chromium.org/21495004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/mjsunit/harmony/object-observe.js


Index: test/mjsunit/harmony/object-observe.js
diff --git a/test/mjsunit/harmony/object-observe.js b/test/mjsunit/harmony/object-observe.js index 103dda65670dc1014421b904383af1503598a555..c0524e0e16302622be75100e876078a1fda058a2 100644
--- a/test/mjsunit/harmony/object-observe.js
+++ b/test/mjsunit/harmony/object-observe.js
@@ -636,8 +636,8 @@ function recursiveObserver2(r) {
 Object.observe(obj1, recursiveObserver2);
 Object.observe(obj2, recursiveObserver2);
 ++obj1.a;
-Object.deliverChangeRecords(recursiveObserver2);
 // TODO(verwaest): Disabled because of bug 2774.
+// Object.deliverChangeRecords(recursiveObserver2);
 // assertEquals(199, recordCount);




--
--
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/groups/opt_out.


Reply via email to