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

Unified Diff: test/mjsunit/debug-step-3.js

Issue 8728031: Fix handling of recompiling code for optimized and inlined functions (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed review comments Created 9 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/mjsunit/debug-break-inline.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/debug-step-3.js
diff --git a/test/mjsunit/debug-step-3.js b/test/mjsunit/debug-step-3.js
index ad036678ee46b4cf4caca1b338100863460754c3..9cac0f5619fbfe1a3b4bcddb672aafe2684745c9 100644
--- a/test/mjsunit/debug-step-3.js
+++ b/test/mjsunit/debug-step-3.js
@@ -82,8 +82,7 @@ bp = Debug.setBreakPoint(f, 3);
// Step through the function ensuring that the var statements are hit as well.
prepare_step_test();
f();
-// TODO(1782): Fix issue to bring back this assert.
-//assertEquals(4, step_count);
+assertEquals(4, step_count);
// Clear the breakpoint and check that no stepping happens.
Debug.clearBreakPoint(bp);
« no previous file with comments | « test/mjsunit/debug-break-inline.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698