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

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

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/sources/debugger/monitor-console-command-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/monitor-console-command-expected.txt b/LayoutTests/inspector/sources/debugger/monitor-console-command-expected.txt
deleted file mode 100644
index a574483996b4cec0636ecdbe890a223b84cb96c8..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/monitor-console-command-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-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.
-
-
-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
-

Powered by Google App Engine
This is Rietveld 408576698