Index: test/mjsunit/fuzz-natives.js |
=================================================================== |
--- test/mjsunit/fuzz-natives.js (revision 662) |
+++ test/mjsunit/fuzz-natives.js (working copy) |
@@ -106,6 +106,11 @@ |
"SetScriptBreakPoint": true, |
"ChangeBreakOnException": true, |
"PrepareStep": true, |
+ |
+ // Calling disable/enable access checks may interfere with the |
+ // the rest of the tests. |
+ "DisableAccessChecks": true, |
+ "EnableAccessChecks": true, |
// These functions should not be callable as runtime functions. |
"NewContext": true, |