Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(992)

Unified Diff: test/mjsunit/fuzz-natives-part2.js

Issue 265883009: Build cleanup following r21126. Marking Native* methods in object-observe.js as knownProblems in fu… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698