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, |