| Index: test/mjsunit/fuzz-natives.js
|
| diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js
|
| index cdf58a559aecd45f7aed223314e8af939f885462..f495c727872a040043dc53b96698d17db5473eb6 100644
|
| --- a/test/mjsunit/fuzz-natives.js
|
| +++ b/test/mjsunit/fuzz-natives.js
|
| @@ -129,7 +129,9 @@ var knownProblems = {
|
| "Log": true,
|
| "DeclareGlobals": true,
|
|
|
| - "CollectStackTrace": true
|
| + "CollectStackTrace": true,
|
| + "PromoteScheduledException": true,
|
| + "DeleteHandleScopeExtensions": true
|
| };
|
|
|
| var currentlyUncallable = {
|
|
|