| Index: test/mjsunit/es6/debug-promises-uncaught-uncaught.js
|
| diff --git a/test/mjsunit/es6/debug-promises-uncaught-uncaught.js b/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
|
| index 45b8e9811ee7709383e2509e5f6c634c26eeadbd..d79f1ceb544e333228a84d3afe845b5f42ad8fc2 100644
|
| --- a/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
|
| +++ b/test/mjsunit/es6/debug-promises-uncaught-uncaught.js
|
| @@ -25,6 +25,7 @@ var q = p.chain(
|
| });
|
|
|
| function listener(event, exec_state, event_data, data) {
|
| + if (event == Debug.DebugEvent.AsyncTaskEvent) return;
|
| try {
|
| // Ignore exceptions during startup in stress runs.
|
| if (step >= 1) return;
|
|
|