| Index: test/mjsunit/fuzz-natives-part2.js
|
| diff --git a/test/mjsunit/fuzz-natives-part2.js b/test/mjsunit/fuzz-natives-part2.js
|
| index 463bd098558dbbf9f698cbb1888772b261f50da4..ec84f35adaedf7d05775ffbd02fb3bb69e49031f 100644
|
| --- a/test/mjsunit/fuzz-natives-part2.js
|
| +++ b/test/mjsunit/fuzz-natives-part2.js
|
| @@ -153,6 +153,7 @@ var knownProblems = {
|
| "ParallelRecompile": true,
|
| "InstallRecompiledCode": true,
|
| "NotifyDeoptimized": true,
|
| + "NotifyStubFailure": true,
|
| "NotifyOSR": true,
|
| "CreateObjectLiteralBoilerplate": true,
|
| "CloneLiteralBoilerplate": true,
|
| @@ -215,7 +216,9 @@ var knownProblems = {
|
|
|
| var currentlyUncallable = {
|
| // We need to find a way to test this without breaking the system.
|
| - "SystemBreak": true
|
| + "SystemBreak": true,
|
| + // Inserts an int3/stop instruction when run with --always-opt.
|
| + "_DebugBreakInOptimizedCode": true
|
| };
|
|
|
| function testNatives() {
|
|
|