Reviewers: Søren Gjesse, Description: fuzz natives times out on some machines due to DebugReferencedBy
Please review this at http://codereview.chromium.org/9039 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 674) +++ test/mjsunit/fuzz-natives.js (working copy) @@ -107,6 +107,9 @@ "ChangeBreakOnException": true, "PrepareStep": true, + // Too slow. + "DebugReferencedBy": true, + // Calling disable/enable access checks may interfere with the // the rest of the tests. "DisableAccessChecks": true, --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
