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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-promise-rejection-expected.txt

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: update test for windows compat Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught 1 CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught
2 CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught 2 CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught
3 Tests that pause on promise rejection works. 3 Tests that pause on promise rejection works.
4 4
5 === Pausing only on uncaught exceptions === 5 === Pausing only on uncaught exceptions ===
6 Set timer for test function. 6 Set timer for test function.
7 Call stack: 7 Call stack:
8 0) testFunction (debugger-pause-on-promise-rejection.html:35) 8 0) testFunction (debugger-pause-on-promise-rejection.html:35)
9 Paused on promise rejection: 'Error: uncaught'. 9 Paused on promise rejectionError: uncaught
10 10
11 === Pausing on all exceptions === 11 === Pausing on all exceptions ===
12 Set timer for test function. 12 Set timer for test function.
13 Call stack: 13 Call stack:
14 0) testFunction (debugger-pause-on-promise-rejection.html:34) 14 0) testFunction (debugger-pause-on-promise-rejection.html:34)
15 Paused on promise rejection: 'Error: caught'. 15 Paused on promise rejectionError: caught
16 Call stack: 16 Call stack:
17 0) testFunction (debugger-pause-on-promise-rejection.html:35) 17 0) testFunction (debugger-pause-on-promise-rejection.html:35)
18 Paused on promise rejection: 'Error: uncaught'. 18 Paused on promise rejectionError: uncaught
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698