diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-08-18 16:59:21 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-08-18 16:59:30 -0700 |
commit | 05e6f318c6ecccea73698367010e51812c5b3862 (patch) | |
tree | 965d1c3bcdd518dd7411d8f39dd45189e1526d3d /deps/v8/test/mjsunit/fuzz-natives.js | |
parent | 63607a0304e99259d3b7a24c44f7d29384b93cb4 (diff) | |
download | node-new-05e6f318c6ecccea73698367010e51812c5b3862.tar.gz |
Upgrade V8 to 3.5.6
Diffstat (limited to 'deps/v8/test/mjsunit/fuzz-natives.js')
-rw-r--r-- | deps/v8/test/mjsunit/fuzz-natives.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/fuzz-natives.js b/deps/v8/test/mjsunit/fuzz-natives.js index ffa92684dd..f8f0a28e70 100644 --- a/deps/v8/test/mjsunit/fuzz-natives.js +++ b/deps/v8/test/mjsunit/fuzz-natives.js @@ -146,6 +146,7 @@ var knownProblems = { "NewStrictArgumentsFast": true, "PushWithContext": true, "PushCatchContext": true, + "PushBlockContext": true, "LazyCompile": true, "LazyRecompile": true, "NotifyDeoptimized": true, |