Commit 8a3d8b41 authored by ager@chromium.org's avatar ager@chromium.org

Exclude %_IsNativeOrStrictMode from natives fuzzer.

R=ricow@chromium.org

Review URL: http://codereview.chromium.org/7284032

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8492 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 3a7e8fb7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment