Reviewers: Mads Ager,

Description:
Update the blacklist in fuzz-natives.

Runtime functions were renamed in r8231.

[email protected]
BUG=
TEST=


Please review this at http://codereview.chromium.org/7129040/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/mjsunit/fuzz-natives.js


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,


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to