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_desctibe_it.out
+39-4
Original file line number
Diff line number
Diff line change
@@ -557,8 +557,43 @@ not ok 56 - describe async throw fails
557
557
*
558
558
*
559
559
...
560
+
# Subtest: timeouts
561
+
# Subtest: timed out async test
562
+
not ok 1 - timed out async test
563
+
---
564
+
duration_ms: *
565
+
failureType: 'testTimeoutFailure'
566
+
error: 'test timed out after 5ms'
567
+
code: 'ERR_TEST_FAILURE'
568
+
...
569
+
# Subtest: timed out callback test
570
+
not ok 2 - timed out callback test
571
+
---
572
+
duration_ms: *
573
+
failureType: 'testTimeoutFailure'
574
+
error: 'test timed out after 5ms'
575
+
code: 'ERR_TEST_FAILURE'
576
+
...
577
+
# Subtest: large timeout async test is ok
578
+
ok 3 - large timeout async test is ok
579
+
---
580
+
duration_ms: *
581
+
...
582
+
# Subtest: large timeout callback test is ok
583
+
ok 4 - large timeout callback test is ok
584
+
---
585
+
duration_ms: *
586
+
...
587
+
1..4
588
+
not ok 57 - timeouts
589
+
---
590
+
duration_ms: *
591
+
failureType: 'subtestsFailed'
592
+
error: '2 subtests failed'
593
+
code: 'ERR_TEST_FAILURE'
594
+
...
560
595
# Subtest: invalid subtest fail
561
-
not ok 57 - invalid subtest fail
596
+
not ok 58 - invalid subtest fail
562
597
---
563
598
duration_ms: *
564
599
failureType: 'parentAlreadyFinished'
@@ -567,16 +602,16 @@ not ok 57 - invalid subtest fail
567
602
stack: |-
568
603
*
569
604
...
570
-
1..57
605
+
1..58
571
606
# 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.
572
607
# 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.
573
608
# 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.
574
609
# 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.
575
610
# 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.
576
611
# 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