mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/47094 Fixes: https://github.com/nodejs/node/issues/46762 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
32 lines
721 B
Plaintext
32 lines
721 B
Plaintext
TAP version 13
|
|
# Subtest: does not keep event loop alive
|
|
# Subtest: +does not keep event loop alive
|
|
not ok 1 - +does not keep event loop alive
|
|
---
|
|
duration_ms: *
|
|
failureType: 'cancelledByParent'
|
|
error: 'Promise resolution is still pending but the event loop has already resolved'
|
|
code: 'ERR_TEST_FAILURE'
|
|
stack: |-
|
|
*
|
|
...
|
|
1..1
|
|
not ok 1 - does not keep event loop alive
|
|
---
|
|
duration_ms: *
|
|
failureType: 'cancelledByParent'
|
|
error: 'Promise resolution is still pending but the event loop has already resolved'
|
|
code: 'ERR_TEST_FAILURE'
|
|
stack: |-
|
|
*
|
|
...
|
|
1..1
|
|
# tests 2
|
|
# suites 0
|
|
# pass 0
|
|
# fail 0
|
|
# cancelled 2
|
|
# skipped 0
|
|
# todo 0
|
|
# duration_ms *
|