mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 11:36:57 +00:00

PR-URL: https://github.com/nodejs/node/pull/52293 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
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.
|
|
|
|
Running test: testYieldThrowsUncaught
|
|
Paused for UNCAUGHT exception.
|
|
|
|
Running test: testYieldThrowsCaughtInGenerator
|
|
Paused for CAUGHT exception.
|
|
Paused for UNCAUGHT exception.
|
|
|
|
Running test: testAwaitThrowsCaught
|
|
Paused for CAUGHT exception.
|
|
|
|
Running test: testAwaitThrowsUncaught
|
|
Paused for UNCAUGHT exception.
|
|
|
|
Running test: testYieldThrowMethodCaught
|
|
Paused for CAUGHT exception.
|
|
|
|
Running test: testYieldThrowMethodUncaught
|
|
Paused for UNCAUGHT exception.
|
|
|
|
Running test: testYieldThrowMethodCaughtInGenerator
|
|
Paused for UNCAUGHT exception.
|