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

Unified Diff: LayoutTests/inspector/sources/debugger/reveal-not-skipped-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/reveal-not-skipped-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/reveal-not-skipped-expected.txt b/LayoutTests/inspector/sources/debugger/reveal-not-skipped-expected.txt
deleted file mode 100644
index b3a128b30f4355c6a46d7ea6af444cc63eb8ab44..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/reveal-not-skipped-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-CONSOLE ERROR: line 11: Uncaught ReferenceError: unknown_var is not defined
-CONSOLE ERROR: line 11: Uncaught ReferenceError: unknown_var is not defined
-Tests that certain user actions in scripts panel reveal execution line.
-
-
-Running: testRevealAfterPausedOnException
-Showing script1 source...
-Script source was shown for 'script1.js'.
-Throwing exception...
-Script source was shown for 'reveal-not-skipped.html'.
-Reloading page...
-Script execution paused.
-Script execution resumed.
-Page reloaded.
-Showing script1 source...
-Script source was shown for 'script1.js'.
-Throwing exception...
-Script source was shown for 'reveal-not-skipped.html'.
-
-Running: testRevealAfterPrettyPrintWhenPaused
-Throwing exception...
-Script execution paused.
-Showing script1 source...
-Script source was shown for 'script1.js'.
-Formatting...
-Script source was shown for 'script1.js:formatted'.
-Script execution resumed.
-

Powered by Google App Engine
This is Rietveld 408576698