Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: test/mjsunit/harmony/debug-async-function-async-task-event.js

Issue 2348403003: Revert of Fix async/await memory leak (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/harmony/async-await-throw-loop.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/debug-async-function-async-task-event.js
diff --git a/test/mjsunit/harmony/debug-async-function-async-task-event.js b/test/mjsunit/harmony/debug-async-function-async-task-event.js
index 19c9c310dc93fb0c77918306357dec46dc734592..249f02fc8f6841a9e8624223443ae6840741bf29 100644
--- a/test/mjsunit/harmony/debug-async-function-async-task-event.js
+++ b/test/mjsunit/harmony/debug-async-function-async-task-event.js
@@ -9,14 +9,20 @@
var base_id = -1;
var exception = null;
var expected = [
- 'enqueue #1',
- 'willHandle #1',
- 'then #1',
- 'enqueue #2',
- 'didHandle #1',
- 'willHandle #2',
- 'then #2',
- 'didHandle #2',
+ "enqueue #1",
+ "willHandle #1",
+ "then #1",
+ "enqueue #2",
+ "enqueue #3",
+ "didHandle #1",
+ "willHandle #2",
+ "then #2",
+ "didHandle #2",
+ "willHandle #3",
+ "enqueue #4",
+ "didHandle #3",
+ "willHandle #4",
+ "didHandle #4",
];
function assertLog(msg) {
« no previous file with comments | « test/mjsunit/harmony/async-await-throw-loop.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698