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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-pause-on-exception-expected.txt

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: update test for windows compat Created 4 years, 2 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: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-pause-on-exception-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-pause-on-exception-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-pause-on-exception-expected.txt
index 707d9c44f31ba2ba6236dfdc6b35c8719771ac4b..21aa860ad1bd7b956c7b5a6450cb97d310ff7bc1 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-pause-on-exception-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-pause-on-exception-expected.txt
@@ -6,14 +6,14 @@ Tests that pause on promise rejection works.
Set timer for test function.
Call stack:
0) testFunction (async-pause-on-exception.html:37)
-Paused on promise rejection: 'Error: uncaught'.
+Paused on promise rejectionError: uncaught
=== Pausing on all exceptions ===
Set timer for test function.
Call stack:
0) testFunction (async-pause-on-exception.html:36)
-Paused on promise rejection: 'Error: caught'.
+Paused on promise rejectionError: caught
Call stack:
0) testFunction (async-pause-on-exception.html:37)
-Paused on promise rejection: 'Error: uncaught'.
+Paused on promise rejectionError: uncaught

Powered by Google App Engine
This is Rietveld 408576698