fuzz natives times out on some machines due to DebugReferencedBy
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 3 Nov 2008 12:07:22 +0000 (12:07 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 3 Nov 2008 12:07:22 +0000 (12:07 +0000)
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

index 044266e..d716d18 100644 (file)
@@ -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,