diff options
Diffstat (limited to 'deps/v8/test/mjsunit/fuzz-natives-part4.js')
-rw-r--r-- | deps/v8/test/mjsunit/fuzz-natives-part4.js | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/deps/v8/test/mjsunit/fuzz-natives-part4.js b/deps/v8/test/mjsunit/fuzz-natives-part4.js index 1b128d5942..da045963f0 100644 --- a/deps/v8/test/mjsunit/fuzz-natives-part4.js +++ b/deps/v8/test/mjsunit/fuzz-natives-part4.js @@ -147,7 +147,6 @@ var knownProblems = { "PushWithContext": true, "PushCatchContext": true, "PushBlockContext": true, - "PushModuleContext": true, "LazyCompile": true, "LazyRecompile": true, "ParallelRecompile": true, @@ -196,13 +195,7 @@ var knownProblems = { // Only applicable to strings. "_HasCachedArrayIndex": true, - "_GetCachedArrayIndex": true, - "_OneByteSeqStringSetChar": true, - "_TwoByteSeqStringSetChar": true, - - // Only for debugging parallel recompilation. - "InstallRecompiledCode": true, - "ForceParallelRecompile": true + "_GetCachedArrayIndex": true }; var currentlyUncallable = { |