Index: test/mjsunit/fuzz-natives.js |
diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js |
index cefef0a4b352802be2325323701b43cb04f99e45..0882a9ca00adb622c111f7cea3442b5c4edecaf5 100644 |
--- a/test/mjsunit/fuzz-natives.js |
+++ b/test/mjsunit/fuzz-natives.js |
@@ -1,4 +1,4 @@ |
-// Copyright 2008 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -141,9 +141,10 @@ var knownProblems = { |
"EnableAccessChecks": true, |
// These functions should not be callable as runtime functions. |
- "NewContext": true, |
+ "NewFunctionContext": true, |
"NewArgumentsFast": true, |
- "PushContext": true, |
+ "PushWithContext": true, |
+ "PushCatchContext": true, |
"LazyCompile": true, |
"LazyRecompile": true, |
"NotifyDeoptimized": true, |