| Index: test/mjsunit/fuzz-natives.js
|
| diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js
|
| index 0882a9ca00adb622c111f7cea3442b5c4edecaf5..719dc582153b653dd10b537ec4bc5b08e3360568 100644
|
| --- a/test/mjsunit/fuzz-natives.js
|
| +++ b/test/mjsunit/fuzz-natives.js
|
| @@ -143,6 +143,7 @@ var knownProblems = {
|
| // These functions should not be callable as runtime functions.
|
| "NewFunctionContext": true,
|
| "NewArgumentsFast": true,
|
| + "NewStrictArgumentsFast": true,
|
| "PushWithContext": true,
|
| "PushCatchContext": true,
|
| "LazyCompile": true,
|
|
|