mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
8cf33850be
PR-URL: https://github.com/nodejs/node/pull/44060 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
31 lines
710 B
Plaintext
31 lines
710 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 1
|
|
# pass 0
|
|
# fail 0
|
|
# cancelled 1
|
|
# skipped 0
|
|
# todo 0
|
|
# duration_ms *
|