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

Unified Diff: test/cctest/test-debug.cc

Issue 18194: Changes to the V8 debugger support which otherwise caused problems with Chrom... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 11 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 | « src/runtime.cc ('k') | test/mjsunit/mirror-object.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-debug.cc
===================================================================
--- test/cctest/test-debug.cc (revision 1100)
+++ test/cctest/test-debug.cc (working copy)
@@ -2746,22 +2746,6 @@
source = "both_values[4].name() == 10";
CHECK(CompileRun(source)->BooleanValue());
-
- // Check the property values.
- source = "both_values[0].value().value() == 'AA'";
- CHECK(CompileRun(source)->BooleanValue());
-
- source = "both_values[1].value().value() == 'BB'";
- CHECK(CompileRun(source)->BooleanValue());
-
- source = "both_values[2].value().value() == 'CC'";
- CHECK(CompileRun(source)->BooleanValue());
-
- source = "both_values[3].value().value() == 2";
- CHECK(CompileRun(source)->BooleanValue());
-
- source = "both_values[4].value().value() == 11";
- CHECK(CompileRun(source)->BooleanValue());
}
« no previous file with comments | « src/runtime.cc ('k') | test/mjsunit/mirror-object.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698