Reviewers: Mads Ager,

Description:
The runtime function DeclareGlobals is not called from JavaScript.
Add it to the exclusions list in the fuzz-natives test.


Please review this at http://codereview.chromium.org/306047

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

Affected files:
   M     test/mjsunit/fuzz-natives.js


Index: test/mjsunit/fuzz-natives.js
===================================================================
--- test/mjsunit/fuzz-natives.js        (revision 3110)
+++ test/mjsunit/fuzz-natives.js        (working copy)
@@ -127,6 +127,7 @@
    "IS_VAR": true,
    "ResolvePossiblyDirectEval": true,
    "Log": true,
+  "DeclareGlobals": true,

    "CollectStackTrace": true
  };



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to