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

Unified Diff: LayoutTests/inspector/sources/debugger/debug-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/debug-console-command-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/debug-console-command-expected.txt b/LayoutTests/inspector/sources/debugger/debug-console-command-expected.txt
deleted file mode 100644
index 0c43a2838ad8ff0a9524b6e21a3616576a2a67ab..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/debug-console-command-expected.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Tests debug(fn) console command.
-
-
-Running: testSetSimpleBreakpoint
-Breakpoint added.
-Set timer for test function.
-Script execution paused.
-Call stack:
- 0) simpleTestFunction (debug-console-command.html:10)
- 1) (:2)
-Breakpoint removed.
-Script execution resumed.
-
-Running: testSetBreakpointOnFirstFunctionInLine
-Breakpoint added.
-Set timer for test function.
-Script execution paused.
-Call stack:
- 0) simpleTestFunction1 (debug-console-command.html:15)
- 1) (:2)
-Breakpoint removed.
-Script execution resumed.
-
-Running: testSetBreakpointOnLastFunctionInLine
-Breakpoint added.
-Set timer for test function.
-Script execution paused.
-Call stack:
- 0) simpleTestFunction2 (debug-console-command.html:15)
- 1) (:2)
-Breakpoint removed.
-Script execution resumed.
-
-Running: testRemoveBreakpoint
-Script execution paused.
-Reason for pause: debugger statement.
-

Powered by Google App Engine
This is Rietveld 408576698