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_describe_it.out
+39-4
Original file line number
Diff line number
Diff line change
@@ -551,8 +551,43 @@ not ok 56 - describe async throw fails
551
551
*
552
552
*
553
553
...
554
+
# Subtest: timeouts
555
+
# Subtest: timed out async test
556
+
not ok 1 - timed out async test
557
+
---
558
+
duration_ms: *
559
+
failureType: 'testTimeoutFailure'
560
+
error: 'test timed out after 5ms'
561
+
code: 'ERR_TEST_FAILURE'
562
+
...
563
+
# Subtest: timed out callback test
564
+
not ok 2 - timed out callback test
565
+
---
566
+
duration_ms: *
567
+
failureType: 'testTimeoutFailure'
568
+
error: 'test timed out after 5ms'
569
+
code: 'ERR_TEST_FAILURE'
570
+
...
571
+
# Subtest: large timeout async test is ok
572
+
ok 3 - large timeout async test is ok
573
+
---
574
+
duration_ms: *
575
+
...
576
+
# Subtest: large timeout callback test is ok
577
+
ok 4 - large timeout callback test is ok
578
+
---
579
+
duration_ms: *
580
+
...
581
+
1..4
582
+
not ok 57 - timeouts
583
+
---
584
+
duration_ms: *
585
+
failureType: 'subtestsFailed'
586
+
error: '2 subtests failed'
587
+
code: 'ERR_TEST_FAILURE'
588
+
...
554
589
# Subtest: invalid subtest fail
555
-
not ok 57 - invalid subtest fail
590
+
not ok 58 - invalid subtest fail
556
591
---
557
592
duration_ms: *
558
593
failureType: 'parentAlreadyFinished'
@@ -561,16 +596,16 @@ not ok 57 - invalid subtest fail
561
596
stack: |-
562
597
*
563
598
...
564
-
1..57
599
+
1..58
565
600
# 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.
566
601
# 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.
567
602
# 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.
568
603
# 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.
569
604
# 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.
570
605
# 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.
Copy file name to clipboardexpand all lines: test/message/test_runner_output.out
+31-5
Original file line number
Diff line number
Diff line change
@@ -562,8 +562,34 @@ not ok 56 - subtest sync throw fails
562
562
error: '2 subtests failed'
563
563
code: 'ERR_TEST_FAILURE'
564
564
...
565
+
# Subtest: timed out async test
566
+
not ok 57 - timed out async test
567
+
---
568
+
duration_ms: *
569
+
failureType: 'testTimeoutFailure'
570
+
error: 'test timed out after 5ms'
571
+
code: 'ERR_TEST_FAILURE'
572
+
...
573
+
# Subtest: timed out callback test
574
+
not ok 58 - timed out callback test
575
+
---
576
+
duration_ms: *
577
+
failureType: 'testTimeoutFailure'
578
+
error: 'test timed out after 5ms'
579
+
code: 'ERR_TEST_FAILURE'
580
+
...
581
+
# Subtest: large timeout async test is ok
582
+
ok 59 - large timeout async test is ok
583
+
---
584
+
duration_ms: *
585
+
...
586
+
# Subtest: large timeout callback test is ok
587
+
ok 60 - large timeout callback test is ok
588
+
---
589
+
duration_ms: *
590
+
...
565
591
# Subtest: invalid subtest fail
566
-
not ok 57 - invalid subtest fail
592
+
not ok 61 - invalid subtest fail
567
593
---
568
594
duration_ms: *
569
595
failureType: 'parentAlreadyFinished'
@@ -572,16 +598,16 @@ not ok 57 - invalid subtest fail
572
598
stack: |-
573
599
*
574
600
...
575
-
1..57
601
+
1..61
576
602
# 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.
577
603
# 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.
578
604
# 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.
579
605
# 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.
580
606
# 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.
581
607
# 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