Revision: 8232
Author: [email protected]
Date: Thu Jun 9 04:40:22 2011
Log: Update the blacklist in fuzz-natives.
Runtime functions were renamed in r8231.
[email protected]
BUG=
TEST=
Review URL: http://codereview.chromium.org/7129040
http://code.google.com/p/v8/source/detail?r=8232
Modified:
/branches/bleeding_edge/test/mjsunit/fuzz-natives.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/fuzz-natives.js Mon Feb 14
09:25:12 2011
+++ /branches/bleeding_edge/test/mjsunit/fuzz-natives.js Thu Jun 9
04:40:22 2011
@@ -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 @@
"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