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

Unified Diff: LayoutTests/inspector/debugger/monitor-console-command-expected.txt

Issue 16143005: monitor console command implemented. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
Index: LayoutTests/inspector/debugger/monitor-console-command-expected.txt
diff --git a/LayoutTests/inspector/debugger/monitor-console-command-expected.txt b/LayoutTests/inspector/debugger/monitor-console-command-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..96c3a833c5a67db2257be5f16a2596ca9cb4e843
--- /dev/null
+++ b/LayoutTests/inspector/debugger/monitor-console-command-expected.txt
@@ -0,0 +1,35 @@
+CONSOLE MESSAGE: line 1: function simpleTestFunction called
+CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1
+CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2, 3, 4, 5
+CONSOLE MESSAGE: line 1: function simpleTestFunction3 called
+Tests traceCalls(fn) console command.
+
+Debugger was enabled.
+
+Running: testSimpleMonitor
+Start monitoring function.
+Set timer for test function.
+Console message received: function simpleTestFunction called
+Stop monitoring.
+
+Running: testSimpleMonitorWith1Arg
+Start monitoring function.
+Set timer for test function.
+Console message received: function simpleTestFunction called with arguments: 1
+Stop monitoring.
+
+Running: testSimpleMonitorWithManyArgs
+Start monitoring function.
+Set timer for test function.
+Console message received: function simpleTestFunction called with arguments: 1, 2, 3, 4, 5
+Stop monitoring.
+
+Running: testSimpleUnmonitor
+Start monitoring function.
+Set timer for test function.
+Console message received: function simpleTestFunction3 called
+Stop monitoring.
+
+Running: testUnmonitorFuntionNotMonitored
+Debugger was disabled.
+
« no previous file with comments | « LayoutTests/inspector/debugger/monitor-console-command.html ('k') | Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698