Commit 6951059c authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

fuzz natives times out on some machines due to DebugReferencedBy

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@677 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ed8d093e
......@@ -107,6 +107,9 @@ var knownProblems = {
"ChangeBreakOnException": true,
"PrepareStep": true,
// Too slow.
"DebugReferencedBy": true,
// Calling disable/enable access checks may interfere with the
// the rest of the tests.
"DisableAccessChecks": true,
......
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