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

Unified Diff: test/debugger/debug/ignition/debug-step-prefix-bytecodes.js

Issue 2566093002: [debug-wrapper] migrate some scope related tests (Closed)
Patch Set: address comments Created 4 years 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/ignition/debug-step-prefix-bytecodes.js
diff --git a/test/mjsunit/ignition/debug-step-prefix-bytecodes.js b/test/debugger/debug/ignition/debug-step-prefix-bytecodes.js
similarity index 99%
rename from test/mjsunit/ignition/debug-step-prefix-bytecodes.js
rename to test/debugger/debug/ignition/debug-step-prefix-bytecodes.js
index 819fdf84693289ceaaada37bb3951fd031a83228..b986be23e69233f4c02cf3c71b44eac4929354db 100644
--- a/test/mjsunit/ignition/debug-step-prefix-bytecodes.js
+++ b/test/debugger/debug/ignition/debug-step-prefix-bytecodes.js
@@ -25,12 +25,11 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --ignition-filter=f --expose-debug-as debug
+// Flags: --ignition-filter=f
// This test tests that full code compiled without debug break slots
// is recompiled with debug break slots when debugging is started.
-// Get the Debug object exposed from the debug context global object.
Debug = debug.Debug
var done = false;
« no previous file with comments | « test/debugger/debug/harmony/async-function-debug-scopes.js ('k') | test/debugger/debug/regress/regress-1081309.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698