Reviewers: Rico,

Description:
Exclude %_IsNativeOrStrictMode from natives fuzzer.

[email protected]


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

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

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


Index: test/mjsunit/fuzz-natives.js
diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js
index 719dc582153b653dd10b537ec4bc5b08e3360568..ffa92684dda1206dd36776028c505673f0a1b811 100644
--- a/test/mjsunit/fuzz-natives.js
+++ b/test/mjsunit/fuzz-natives.js
@@ -167,7 +167,8 @@ var knownProblems = {

   "_SwapElements": true,

-  // Performance critical function which cannot afford type checks.
+  // Performance critical functions which cannot afford type checks.
+  "_IsNativeOrStrictMode": true,
   "_CallFunction": true,

   // Tries to allocate based on argument, and (correctly) throws


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

Reply via email to