Reviewers: Toon Verwaest,

Message:
Committed patchset #1 manually as r21127 (presubmit successful).

Description:
Build cleanup following r21126. Marking Native* methods in object-observe.js as
knownProblems in fuzz-natives

TBR=verwaest

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

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

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

Affected files (+5, -0 lines):
  M test/mjsunit/fuzz-natives-part2.js


Index: test/mjsunit/fuzz-natives-part2.js
diff --git a/test/mjsunit/fuzz-natives-part2.js b/test/mjsunit/fuzz-natives-part2.js index 103e132914c4eb1cd378eb68f26b0431077b13a2..024791c1e561f837dc35d1a47f3b367feb93f9a1 100644
--- a/test/mjsunit/fuzz-natives-part2.js
+++ b/test/mjsunit/fuzz-natives-part2.js
@@ -188,6 +188,11 @@ var knownProblems = {

   // Only applicable to DataViews.
   "_DataViewInitialize": true,
+
+  // Internal calls from the Object.observe API
+  "NativeObjectObserve": true,
+  "NativeObjectNotifierPerformChange": true,
+  "NativeObjectGetNotifier": true
 };

 var currentlyUncallable = {


--
--
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.

Reply via email to