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

Unified Diff: test/debugger/debug/debug-step-turbofan.js

Issue 2466273005: [debugger] Further stepping support in test wrapper (Closed)
Patch Set: Move more tests 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
« no previous file with comments | « test/debugger/debug/debug-step-stub-callfunction.js ('k') | test/debugger/debug/debug-stepin-accessor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-step-turbofan.js
diff --git a/test/mjsunit/debug-step-turbofan.js b/test/debugger/debug/debug-step-turbofan.js
similarity index 95%
rename from test/mjsunit/debug-step-turbofan.js
rename to test/debugger/debug/debug-step-turbofan.js
index 6c1fceff317398e76798f1a1fe7f09f110dc76ab..a40114b28b1c2d06bdbe25ed15c17d830c5eb880 100644
--- a/test/mjsunit/debug-step-turbofan.js
+++ b/test/debugger/debug/debug-step-turbofan.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: --expose-debug-as debug --turbo-filter=g --allow-natives-syntax
+// Flags: --turbo-filter=g
// Test that Debug::PrepareForBreakPoints can deal with turbofan code (g)
// on the stack. Without deoptimization support, we will not be able to
« no previous file with comments | « test/debugger/debug/debug-step-stub-callfunction.js ('k') | test/debugger/debug/debug-stepin-accessor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698