v8/test/mjsunit/es6/debug-promises
littledan 5d7b9ece16 Async/await event listener test
This patch adds a test for async/await analogous to a previous Promise test.
It also fixes a typo in promise.js and makes a previous Promise test more
correct by ensuring that all assertions run before completion, fixing the
test expectations for the real result (which seems correct).

BUG=v8:4483
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel

Review-Url: https://codereview.chromium.org/2037653002
Cr-Commit-Position: refs/heads/master@{#36903}
2016-06-10 19:15:35 +00:00
..
async-task-event.js Async/await event listener test 2016-06-10 19:15:35 +00:00
evaluate-across-microtasks.js [debugger] add test case for debug-evaluation with promise microtasks. 2016-06-03 12:07:41 +00:00
promise-all-caught.js
promise-all-uncaught.js
promise-race-caught.js
promise-race-uncaught.js
reentry.js
reject-after-resolve.js
reject-caught-all.js
reject-caught-by-default-reject-handler.js
reject-caught-late.js
reject-caught-uncaught.js
reject-in-constructor.js
reject-uncaught-all.js
reject-uncaught-late.js
reject-uncaught-uncaught.js
reject-with-invalid-reject.js
reject-with-throw-in-reject.js
reject-with-undefined-reject.js
stepin-constructor.js [debugger] fix mjsunit/es6/debug-promises/stepin-constructor.js for ignition. 2016-04-21 13:16:04 +00:00
stepin-handler.js
throw-caught-all.js
throw-caught-by-default-reject-handler.js
throw-caught-late.js
throw-caught-uncaught.js
throw-eventually-caught.js
throw-in-constructor.js
throw-uncaught-all.js
throw-uncaught-uncaught.js
throw-with-throw-in-reject.js
throw-with-undefined-reject.js Check that Promise subclasses have callable resolve/reject 2016-03-10 23:22:31 +00:00
try-reject-in-constructor.js
try-throw-reject-in-constructor.js