You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/message/test_runner_output.out
+29-4
Original file line number
Diff line number
Diff line change
@@ -463,6 +463,7 @@ not ok 51 - callback async throw
463
463
code: 'ERR_TEST_FAILURE'
464
464
stack: |-
465
465
*
466
+
*
466
467
...
467
468
# Subtest: callback async throw after done
468
469
ok 52 - callback async throw after done
@@ -601,8 +602,32 @@ not ok 62 - rejected thenable
601
602
error: 'custom error'
602
603
code: 'ERR_TEST_FAILURE'
603
604
...
605
+
# Subtest: unfinished test with uncaughtException
606
+
not ok 63 - unfinished test with uncaughtException
607
+
---
608
+
duration_ms: *
609
+
failureType: 'uncaughtException'
610
+
error: 'foo'
611
+
code: 'ERR_TEST_FAILURE'
612
+
stack: |-
613
+
*
614
+
*
615
+
*
616
+
...
617
+
# Subtest: unfinished test with unhandledRejection
618
+
not ok 64 - unfinished test with unhandledRejection
619
+
---
620
+
duration_ms: *
621
+
failureType: 'unhandledRejection'
622
+
error: 'bar'
623
+
code: 'ERR_TEST_FAILURE'
624
+
stack: |-
625
+
*
626
+
*
627
+
*
628
+
...
604
629
# Subtest: invalid subtest fail
605
-
not ok 63 - invalid subtest fail
630
+
not ok 65 - invalid subtest fail
606
631
---
607
632
duration_ms: *
608
633
failureType: 'parentAlreadyFinished'
@@ -611,16 +636,16 @@ not ok 63 - invalid subtest fail
611
636
stack: |-
612
637
*
613
638
...
614
-
1..63
639
+
1..65
615
640
# Warning: Test "unhandled rejection - passes but warns" generated asynchronous activity after the test ended. This activity created the error "Error: rejected from unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.
616
641
# Warning: Test "async unhandled rejection - passes but warns" generated asynchronous activity after the test ended. This activity created the error "Error: rejected from async unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.
617
642
# Warning: Test "immediate throw - passes but warns" generated asynchronous activity after the test ended. This activity created the error "Error: thrown from immediate throw fail" and would have caused the test to fail, but instead triggered an uncaughtException event.
618
643
# Warning: Test "immediate reject - passes but warns" generated asynchronous activity after the test ended. This activity created the error "Error: rejected from immediate reject fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.
619
644
# Warning: Test "callback called twice in different ticks" generated asynchronous activity after the test ended. This activity created the error "Error [ERR_TEST_FAILURE]: callback invoked multiple times" and would have caused the test to fail, but instead triggered an uncaughtException event.
620
645
# Warning: Test "callback async throw after done" generated asynchronous activity after the test ended. This activity created the error "Error: thrown from callback async throw after done" and would have caused the test to fail, but instead triggered an uncaughtException event.
0 commit comments