Index: test/mjsunit/es6/debug-promises-caught-all.js |
diff --git a/test/mjsunit/es6/debug-promises-caught-all.js b/test/mjsunit/es6/debug-promises-caught-all.js |
index c43055b2fb13820ce9d9caca1fdadc60d0f1eec7..3502762e6604327ca364d3769d85ce36eca4de00 100644 |
--- a/test/mjsunit/es6/debug-promises-caught-all.js |
+++ b/test/mjsunit/es6/debug-promises-caught-all.js |
@@ -30,6 +30,7 @@ q.catch( |
}); |
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; |