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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-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/debugger-pause-on-promise-rejection-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt
deleted file mode 100644
index 52e32ee795be17232f0db69fbb3cb096f1d9ca9a..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught
-CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught
-Tests that pause on promise rejection works.
-
-=== Pausing only on uncaught exceptions ===
-Set timer for test function.
-Call stack:
- 0) testFunction (debugger-pause-on-promise-rejection.html:35)
-Paused on promise rejection: 'Error: uncaught'.
-
-=== Pausing on all exceptions ===
-Set timer for test function.
-Call stack:
- 0) testFunction (debugger-pause-on-promise-rejection.html:34)
-Paused on promise rejection: 'Error: caught'.
-Call stack:
- 0) testFunction (debugger-pause-on-promise-rejection.html:35)
-Paused on promise rejection: 'Error: uncaught'.
-

Powered by Google App Engine
This is Rietveld 408576698