Skip to content

Commit d5948ca

Browse files
schuayCommit bot
authored andcommitted
Revert of [debugger] Migrate more debugger tests to inspector (patchset v8#2 id:20001 of https://codereview.chromium.org/2480223002/ )
Reason for revert: http://build.chromium.org/p/client.v8/builders/V8%20Linux%20gcc%204.8/builds/9724 Original issue's description: > [debugger] Migrate more debugger tests to inspector > > This moves all tests currently working with the inspector debugger wrapper to > test/debugger. > > BUG=v8:5530 TBR=yangguo@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=v8:5530 Review-Url: https://codereview.chromium.org/2480283002 Cr-Commit-Position: refs/heads/master@{#40805}
1 parent 9e07e00 commit d5948ca

58 files changed

Lines changed: 62 additions & 58 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

test/debugger/debug/regress/regress-2825.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

test/debugger/debug/compiler/osr-typing-debug-change.js renamed to test/mjsunit/compiler/osr-typing-debug-change.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// Flags: --allow-natives-syntax --expose-debug-as debug
56

67
var Debug = debug.Debug;
78

test/debugger/debug/es6/debug-break-default-constructor.js renamed to test/mjsunit/es6/debug-break-default-constructor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// Flags: --expose-debug-as debug
56

67
"use strict";
78

test/debugger/debug/es6/debug-promises/async-task-event.js renamed to test/mjsunit/es6/debug-promises/async-task-event.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// Flags: --expose-debug-as debug --allow-natives-syntax
56

67
Debug = debug.Debug;
78

test/debugger/debug/es6/debug-promises/evaluate-across-microtasks.js renamed to test/mjsunit/es6/debug-promises/evaluate-across-microtasks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// Flags: --expose-debug-as debug --allow-natives-syntax
56

67
var Debug = debug.Debug;
78
var listenerComplete = false;

test/debugger/debug/es6/debug-promises/stepin-constructor.js renamed to test/mjsunit/es6/debug-promises/stepin-constructor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// Flags: --expose-debug-as debug
56

67
var Debug = debug.Debug;
78
var exception = null;

test/debugger/debug/es6/debug-step-destructuring-assignment.js renamed to test/mjsunit/es6/debug-step-destructuring-assignment.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// Flags: --expose-debug-as debug
56

67
var exception = null;
78
var Debug = debug.Debug;

test/debugger/debug/es6/debug-step-destructuring-bind.js renamed to test/mjsunit/es6/debug-step-destructuring-bind.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// Flags: --expose-debug-as debug
56

67
var exception = null;
78
var Debug = debug.Debug;

test/debugger/debug/es6/debug-step-into-class-extends.js renamed to test/mjsunit/es6/debug-step-into-class-extends.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// Flags: --expose-debug-as debug
56

67
'use strict';
78

test/debugger/debug/es6/debug-step-into-constructor.js renamed to test/mjsunit/es6/debug-step-into-constructor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// Flags: --expose-debug-as debug
56

67
'use strict';
78

0 commit comments

Comments
 (0)