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

Unified Diff: test/debugger/debug/debug-break-inline.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 | « no previous file | test/debugger/debug/debug-compile-optimized.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-break-inline.js
diff --git a/test/mjsunit/debug-break-inline.js b/test/debugger/debug/debug-break-inline.js
similarity index 96%
rename from test/mjsunit/debug-break-inline.js
rename to test/debugger/debug/debug-break-inline.js
index 4418fa8d1b0dda0770b8387a6ccf673a66def529..aab42335698fae9c4e50b784c2dd50de59c47c1b 100644
--- a/test/mjsunit/debug-break-inline.js
+++ b/test/debugger/debug/debug-break-inline.js
@@ -25,7 +25,6 @@
// (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: --expose-debug-as debug --allow-natives-syntax
// This test tests that deoptimization due to debug breaks works for
// inlined functions where the full-code is generated before the
@@ -33,7 +32,6 @@
//
//See http://code.google.com/p/chromium/issues/detail?id=105375
-// Get the Debug object exposed from the debug context global object.
Debug = debug.Debug;
var count = 0;
« no previous file with comments | « no previous file | test/debugger/debug/debug-compile-optimized.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698