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

Unified Diff: test/debugger/debug/debug-script.js

Issue 2505493002: [inspector] make console.assert much faster (Closed)
Patch Set: do not run microtasks after internal function call 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 | « src/inspector/v8-inspector-impl.cc ('k') | test/inspector/runtime/console-assert.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-script.js
diff --git a/test/debugger/debug/debug-script.js b/test/debugger/debug/debug-script.js
index 9fb271eb62fd0858a8f46cda0ee72d657e8f12b9..dd704c8d4cbf39c672b56ca9d59ee7620bf905f8 100644
--- a/test/debugger/debug/debug-script.js
+++ b/test/debugger/debug/debug-script.js
@@ -80,7 +80,7 @@ assertTrue(extension_count == 2 || extension_count == 3);
// This script, test-api.js and mjsunit.js has been loaded. If using d8, d8
// loads a normal script during startup too.
assertTrue(normal_count == 3 || normal_count == 4);
-assertTrue(inspector_count == 1);
+assertTrue(inspector_count == 2);
// Test a builtins script.
var array_script = Debug.findScript('native array.js');
« no previous file with comments | « src/inspector/v8-inspector-impl.cc ('k') | test/inspector/runtime/console-assert.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698