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

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

Issue 2482903002: [debugger] Stepping and break-related functions in wrapper (Closed)
Patch Set: Correctly revert changes to testcase Created 4 years, 1 month 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
Index: test/debugger/debug/harmony/debug-async-function-async-task-event.js
diff --git a/test/mjsunit/harmony/debug-async-function-async-task-event.js b/test/debugger/debug/harmony/debug-async-function-async-task-event.js
similarity index 96%
rename from test/mjsunit/harmony/debug-async-function-async-task-event.js
rename to test/debugger/debug/harmony/debug-async-function-async-task-event.js
index b99f52fb31344d526dbbeac05c139e821793160b..d5d506e153dab0a134397b48b23d7b95e5c089e1 100644
--- a/test/mjsunit/harmony/debug-async-function-async-task-event.js
+++ b/test/debugger/debug/harmony/debug-async-function-async-task-event.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-async-await --expose-debug-as debug --allow-natives-syntax
+// Flags: --harmony-async-await
// The test observes the callbacks that async/await makes to the inspector
// to make accurate stack traces. The pattern is based on saving a stack once
« no previous file with comments | « test/debugger/debug/es6/debug-promises/reject-after-resolve.js ('k') | test/debugger/debug/regress/regress-crbug-401915.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698