From 72a090f3eea1a901d80f343b0c743f57196cfd83 Mon Sep 17 00:00:00 2001 From: "rafaelw@chromium.org" Date: Fri, 2 May 2014 17:31:27 +0000 Subject: [PATCH] Build cleanup following r21126. Marking Native* methods in object-observe.js as knownProblems in fuzz-natives TBR=verwaest Review URL: https://codereview.chromium.org/265883009 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21127 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/fuzz-natives-part2.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/mjsunit/fuzz-natives-part2.js b/test/mjsunit/fuzz-natives-part2.js index 103e132..024791c 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 = { -- 2.7.4