summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/break-on-exception-async-gen-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/break-on-exception-async-gen-expected.txt')
-rw-r--r--deps/v8/test/inspector/debugger/break-on-exception-async-gen-expected.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/break-on-exception-async-gen-expected.txt b/deps/v8/test/inspector/debugger/break-on-exception-async-gen-expected.txt
new file mode 100644
index 0000000000..0e529170ae
--- /dev/null
+++ b/deps/v8/test/inspector/debugger/break-on-exception-async-gen-expected.txt
@@ -0,0 +1,45 @@
+Check that "break on exceptions" works for async generators.
+
+Running test: testSimpleGeneratorThrowCaught
+Paused for CAUGHT exception.
+
+Running test: testSimpleGeneratorThrowUncaught
+Paused for UNCAUGHT exception.
+
+Running test: testYieldBeforeThrowCaught
+Paused for CAUGHT exception.
+
+Running test: testYieldBeforeThrowUncaught
+Paused for UNCAUGHT exception.
+
+Running test: testAwaitBeforeThrowCaught
+Paused for CAUGHT exception.
+
+Running test: testAwaitBeforeThrowUncaught
+Paused for UNCAUGHT exception.
+
+Running test: testYieldBeforeThrowWithAwaitCaught
+Paused for CAUGHT exception.
+
+Running test: testYieldBeforeThrowWithAwaitUncaught
+Paused for UNCAUGHT exception.
+
+Running test: testAwaitBeforeThrowWithYieldCaught
+Paused for CAUGHT exception.
+
+Running test: testAwaitBeforeThrowWithYieldUncaught
+Paused for UNCAUGHT exception.
+
+Running test: testYieldThrowsCaught
+Paused for CAUGHT exception.
+Paused for CAUGHT exception.
+
+Running test: testYieldThrowsUncaught
+Paused for UNCAUGHT exception.
+Paused for UNCAUGHT exception.
+
+Running test: testAwaitThrowsCaught
+Paused for CAUGHT exception.
+
+Running test: testAwaitThrowsUncaught
+Paused for UNCAUGHT exception.