Revision: 16017
Author:   [email protected]
Date:     Thu Aug  1 23:40:50 2013
Log:      Disable test in object observe because of bug 2774.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/21495004
http://code.google.com/p/v8/source/detail?r=16017

Modified:
 /branches/bleeding_edge/test/mjsunit/harmony/object-observe.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/harmony/object-observe.js Wed Jul 10 05:02:18 2013 +++ /branches/bleeding_edge/test/mjsunit/harmony/object-observe.js Thu Aug 1 23:40:50 2013
@@ -636,8 +636,8 @@
 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