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

Unified Diff: test/inspector/debugger/step-into-expected.txt

Issue 2720713003: Adjust some tests to prepare enabling Ignition+TurboFan (Closed)
Patch Set: Turn off flag in this CL. Created 3 years, 9 months 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/inspector/debugger/step-into.js ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/step-into-expected.txt
diff --git a/test/inspector/debugger/step-into-expected.txt b/test/inspector/debugger/step-into-expected.txt
index 1d7888aa50498168555b8dbf3e596d47bb05b9f9..2d1f57087bcce1eeb09145db9930a16d7a8c0f59 100644
--- a/test/inspector/debugger/step-into-expected.txt
+++ b/test/inspector/debugger/step-into-expected.txt
@@ -54,11 +54,6 @@ break at:
Running test: testIf
break at:
var a;
- #if (true) a = true;
- if (!a) {
-
-break at:
- var a;
if (true) #a = true;
if (!a) {
@@ -399,11 +394,21 @@ break at:
for (var k in o) k;
break at:
+ var o = {};
+ for (var #k in o) {}
+ for (var k in o) k;
+
+break at:
for (var k in o) {}
for (var k in #o) k;
for (var k in { a:1 }) {}
break at:
+ for (var k in o) {}
+ for (var #k in o) k;
+ for (var k in { a:1 }) {}
+
+break at:
for (var k in o) k;
for (var k in #{ a:1 }) {}
for (var k in { a:1 }) k;
@@ -441,11 +446,6 @@ break at:
Running test: testSimpleExpressions
break at:
-function testSimpleExpressions() {
- #1 + 2 + 3;
- var a = 1;
-
-break at:
1 + 2 + 3;
var a = #1;
++a;
« no previous file with comments | « test/inspector/debugger/step-into.js ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698