From 6951059c6acf0534bcc3faad55b151ace19d5cd7 Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Mon, 3 Nov 2008 12:07:22 +0000 Subject: [PATCH] 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 --- test/mjsunit/fuzz-natives.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js index 044266e3b0..d716d18295 100644 --- a/test/mjsunit/fuzz-natives.js +++ b/test/mjsunit/fuzz-natives.js @@ -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,