| Index: test/mjsunit/fuzz-natives-part1.js
|
| diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js
|
| index 596af9774299e3f1ebdd5acf48235c99cdeea871..8b290d582e620b40f499e1a3b0aef5bf13796534 100644
|
| --- a/test/mjsunit/fuzz-natives-part1.js
|
| +++ b/test/mjsunit/fuzz-natives-part1.js
|
| @@ -151,6 +151,7 @@ var knownProblems = {
|
| "LazyCompile": true,
|
| "LazyRecompile": true,
|
| "ParallelRecompile": true,
|
| + "InstallRecompiledCode": true,
|
| "NotifyDeoptimized": true,
|
| "NotifyStubFailure": true,
|
| "NotifyOSR": true,
|
| @@ -200,10 +201,6 @@ var knownProblems = {
|
| "_GetCachedArrayIndex": true,
|
| "_OneByteSeqStringSetChar": true,
|
| "_TwoByteSeqStringSetChar": true,
|
| -
|
| - // Only for debugging parallel recompilation.
|
| - "InstallRecompiledCode": true,
|
| - "ForceParallelRecompile": true
|
| };
|
|
|
| var currentlyUncallable = {
|
|
|